#Processed by Id: cwm.py,v 1.48 2001/05/26 17:28:07 timbl Exp # using base file:/web/infomesh/2001/05/sem/rdf.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/rdf.rdf @prefix : . @prefix rdf: . @prefix s: . :Alt a s:Class; s:comment "A collection of alternatives" . :Bag a s:Class; s:comment "An unordered collection" . :Property a s:Class; s:comment "A name of a property, defining specific meaning for the property" . :Seq a s:Class; s:comment "An ordered collection" . :Statement a s:Class; s:comment "A triple consisting of a predicate, a subject, and an object." . :object a rdf:Property; s:comment "Identifies the object of a statement when representing the statement in reified form" . :predicate a rdf:Property; s:comment "Identifies the property used in a statement when representing the statement in reified form"; s:domain :Statement; s:range :Property . :subject a rdf:Property; s:comment "Identifies the resource that a statement is describing when representing the statement in reified form"; s:domain :Statement . :type a rdf:Property; s:comment "Identifies the Class of a resource" . :value a rdf:Property; s:comment "Identifies the principal value (usually a string) of a property when the property value is a structured resource" . #ENDS