#Processed by Id: cwm.py,v 1.48 2001/05/26 17:28:07 timbl Exp # using base file:/web/infomesh/2001/05/sem/rdfs.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/rdfs.rdf @prefix : . @prefix rdf: . [ a rdf:Property; :comment "Indicates membership of a class"; :label "type"; :range <#Class>; "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ]. [ :seeAlso ; "http://www.w3.org/2000/01/rdf-schema#" ]. [ a rdf:Property; :comment "Use this for descriptions"; :domain <#Resource>; :label "comment", "commentaire"; :range <#Literal>; "comment" ]. [ a rdf:Property; :comment "Provides a human-readable version of a resource name."; :domain <#Resource>; :label "label"; :range <#Literal>; "label" ]. [ a rdf:Property; :comment "Indicates membership of a class"; :domain <#Class>; :label "sousClasseDe", "subClassOf"; :range <#Class>; "subClassOf" ]. [ a rdf:Property; :comment "Indicates specialization of properties"; :domain rdf:Property; :label "sousProprix\351tx\351De", "subPropertyOf"; :range rdf:Property; "subPropertyOf" ]. [ a rdf:Property; :comment "Indicates a resource that provides information about the subject resource."; :domain <#Resource>; :label "seeAlso", "voirAussi"; :range <#Resource>; "seeAlso" ]. [ a rdf:Property; :comment "Indicates a resource containing and defining the subject resource."; :domain <#Resource>; :label "esDx\351finiPar", "isDefinedBy"; :range <#Resource>; :subPropertyOf <#seeAlso>; "isDefinedBy" ]. [ a rdf:Property; :domain rdf:Statement; :label "subject", "sujet"; :range <#Resource>; "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject" ]. [ a rdf:Property; :domain rdf:Statement; :label "predicate", "prx\351dicat"; :range rdf:Property; "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate" ]. [ a rdf:Property; :domain rdf:Statement; :label "object", "objet"; "http://www.w3.org/1999/02/22-rdf-syntax-ns#object" ]. <#Class> a :Class; :comment "The concept of Class"; :label "Class", "Classe"; :subClassOf <#Resource> . <#ConstraintProperty> a :Class; :comment "Properties used to express RDF Schema constraints."; :label "ConstraintProperty", "Proprix\351tx\351Contrainte"; :subClassOf <#ConstraintResource>, rdf:Property . <#ConstraintResource> a <#Class>, :Class; :comment "Resources used to express RDF Schema constraints."; :label "ConstraintResource", "RessourceContrainte"; :subClassOf <#Resource> . <#Container> a :Class; :comment "This represents the set Containers."; :label "Container", "Enveloppe"; :subClassOf <#Resource> . <#ContainerMembershipProperty> a :Class; :label "ContainerMembershipProperty"; :subClassOf rdf:Property . <#Literal> a <#Class>, :Class; :comment "This represents the set of atomic values, eg. textual strings."; :label "Literal", "Littx\351ral" . <#Resource> a :Class; :comment "The most general class"; :label "Resource", "Ressource" . <#domain> a :ConstraintProperty; :comment "This is how we associate a class with properties that its instances can have"; :label "domain", "domaine" . <#range> a :ConstraintProperty; :comment "Properties that can be used in a schema to provide constraints"; :domain rdf:Property; :label "range", "x\351tendue"; :range <#Class> . rdf:Alt a :Class; :label "Alt", "Choix"; :subClassOf <#Container> . rdf:Bag a :Class; :label "Bag", "Ensemble"; :subClassOf <#Container> . rdf:Property a :Class; :comment "The concept of a property."; :label "Property", "Proprix\351tx\351"; :subClassOf <#Resource> . rdf:Seq a :Class; :label "Sequence", "Sx\351quence"; :subClassOf <#Container> . rdf:Statement a :Class; :comment "This represents the set of reified statements."; :label "Dx\351claration", "Statement"; :subClassOf <#Resource> . rdf:value a rdf:Property; :label "object", "value" . #ENDS