All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.sparql.ast.eval.ticket-1007-subquery.trig Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@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