open-semantic-search icon indicating copy to clipboard operation
open-semantic-search copied to clipboard

Ontology example

Open GalB-LiveU opened this issue 4 years ago • 6 comments

is someone familiar with the Ontology process and can share an RDF file for example? Super Thanks :)

GalB-LiveU avatar Feb 25 '20 14:02 GalB-LiveU

With the next release there will be first ontologies (law codes) / examples out of the box.

opensemanticsearch avatar Feb 25 '20 15:02 opensemanticsearch

With the next release there will be first ontologies (law codes) / examples out of the box.

thanks, what is the time table (expected) for the next release? I tried to search for it on https://www.opensemanticsearch.org/ and not found any info about it

GalB-LiveU avatar Feb 25 '20 15:02 GalB-LiveU

A beta release will be available next week.

Mandalka avatar Feb 26 '20 16:02 Mandalka

Sorry, had to work on other projects/issues last weeks, so the beta with law code extraction will come next days.

Mandalka avatar Apr 02 '20 18:04 Mandalka

@Mandalka awesome thanks

GalB-LiveU avatar Apr 05 '20 06:04 GalB-LiveU

I have a related question. If I use SKOS for importing, how are facets stored? E.g. If I have the following SKOS file

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <skos:Concept rdf:about="http://www.example.com/persons/p36735">
    <skos:prefLabel>John Smith</skos:prefLabel>
  </skos:Concept>
</rdf:RDF>

How would I have to express that this Concept is of type person ?

fsasaki avatar Apr 24 '20 07:04 fsasaki