We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I use "direct import" in Protegé only the referece to the classes is in the RDF output, example below. How could the SPARQL Unicorn deal with that?
`` @Prefix : http://example.org/data/ . @Prefix owl: http://www.w3.org/2002/07/owl# . @Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# . @Prefix xml: http://www.w3.org/XML/1998/namespace . @Prefix xsd: http://www.w3.org/2001/XMLSchema# . @Prefix rdfs: http://www.w3.org/2000/01/rdf-schema# . @base http://example.org/data/ .
http://example.org/data/ rdf:type owl:Ontology ; owl:imports http://www.cidoc-crm.org/cidoc-crm/ .
:part_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf http://www.cidoc-crm.org/cidoc-crm/P89_falls_within ; rdfs:label "part of"@en .
http://example.org/data/#Location rdf:type owl:Class ; rdfs:subClassOf http://www.cidoc-crm.org/cidoc-crm/E53_Place ; rdfs:label "Location"@en . ``
The text was updated successfully, but these errors were encountered:
cidoccrm_directimport.zip
Sorry, something went wrong.
situx
No branches or pull requests
If I use "direct import" in Protegé only the referece to the classes is in the RDF output, example below. How could the SPARQL Unicorn deal with that?
``
@Prefix : http://example.org/data/ .
@Prefix owl: http://www.w3.org/2002/07/owl# .
@Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# .
@Prefix xml: http://www.w3.org/XML/1998/namespace .
@Prefix xsd: http://www.w3.org/2001/XMLSchema# .
@Prefix rdfs: http://www.w3.org/2000/01/rdf-schema# .
@base http://example.org/data/ .
http://example.org/data/ rdf:type owl:Ontology ;
owl:imports http://www.cidoc-crm.org/cidoc-crm/ .
http://example.org/data/part_of
:part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf http://www.cidoc-crm.org/cidoc-crm/P89_falls_within ;
rdfs:label "part of"@en .
http://example.org/data/#Location
http://example.org/data/#Location rdf:type owl:Class ;
rdfs:subClassOf http://www.cidoc-crm.org/cidoc-crm/E53_Place ;
rdfs:label "Location"@en .
``
The text was updated successfully, but these errors were encountered: