com.bigdata.rdf.sparql.ast.eval.ticket-1007-subquery.trig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
@prefix dc: .
@prefix grddl: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xml: .
@prefix xsd: .
{
owl:annotatedProperty a rdf:Property ;
rdfs:label "annotatedProperty" ;
rdfs:comment "The property that determines the predicate of an annotated axiom or annotated annotation." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .
owl:annotatedSource a rdf:Property ;
rdfs:label "annotatedSource" ;
rdfs:comment "The property that determines the subject of an annotated axiom or annotated annotation." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy