#Processed by Id: cwm.py,v 1.48 2001/05/26 17:28:07 timbl Exp # using base file:/web/infomesh/2001/05/sem/annotea.rdf # Notation3 generation by # notation3.py,v 1.78 2001/05/23 01:39:38 timbl Exp # Base was: file:/web/infomesh/2001/05/sem/annotea.rdf @prefix : . @prefix rdf: . @prefix rdfs: . :Annotation a rdfs:Class; rdfs:comment "The target type of a annotation resource."; rdfs:isDefinedBy ; rdfs:label "Annotation" . :annotates a rdf:Property; rdfs:comment "Relates an Annotation to the resource to which the Annotation applies. The inverse relation is 'hasAnnotation'"; rdfs:isDefinedBy ; rdfs:label "annotates" . :author a rdf:Property; rdfs:comment "The name of the person or organization most responsible for creating the Annotation."; rdfs:isDefinedBy ; rdfs:label "author"; rdfs:subPropertyOf . :body a rdf:Property; rdfs:comment "Relates the resource representing the 'content' of an Annotation to the Annotation resource"; rdfs:isDefinedBy ; rdfs:label "body"; rdfs:subPropertyOf :related . :context a rdf:Property; rdfs:comment "The context within the resource named in 'annotates' to which the Annotation most directly applies."; rdfs:isDefinedBy ; rdfs:label "context" . :created a rdf:Property; rdfs:comment "The date and time on which the Annotation was created. yyyy-mm-ddThh:mm:ssZ format recommended."; rdfs:isDefinedBy ; rdfs:label "created"; rdfs:subPropertyOf . :modified a rdf:Property; rdfs:comment "The date and time on which the Annotation was modified. yyyy-mm-ddThh:mm:ssZ format recommended."; rdfs:isDefinedBy ; rdfs:label "modified"; rdfs:subPropertyOf . :related a rdf:Property; rdfs:comment """A relationship between an annotation and additional resources that is less specific than 'body'. The 'related' property is expected to be subclassed by more specific relationships."""; rdfs:isDefinedBy ; rdfs:label "related" . rdfs:comment "$Revision: 1.1 $ $Date: 2000/11/03 15:41:49 $", "A namespace for describing annotations"; rdfs:seeAlso . #ENDS