Chris@0: # RDF Namespace document converted into Turtle Chris@0: Chris@0: @prefix : . Chris@0: @prefix rdf: . Chris@0: Chris@0: rdf:type a rdf:Property; Chris@0: :comment "Indicates membership of a class"; Chris@0: :label "type"@en, Chris@0: "type"@fr; Chris@0: :range :Class . Chris@0: Chris@0: :Class a :Class; Chris@0: :comment "The concept of Class"; Chris@0: :label "Class"@en, Chris@0: "Classe"@fr; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: :ConstraintProperty a :Class; Chris@0: :comment "Properties used to express RDF Schema constraints."; Chris@0: :label "ConstraintProperty"@en, Chris@0: "Propri\u00E9t\u00E9Contrainte"@fr; Chris@0: :subClassOf :ConstraintResource, Chris@0: rdf:Property . Chris@0: Chris@0: :ConstraintResource a :Class, Chris@0: :Class; Chris@0: :comment "Resources used to express RDF Schema constraints."; Chris@0: :label "ConstraintResource"@en, Chris@0: "RessourceContrainte"@fr; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: :Container a :Class; Chris@0: :comment "This represents the set Containers."; Chris@0: :label "Container"@en, Chris@0: "Enveloppe"@fr; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: :ContainerMembershipProperty a :Class; Chris@0: :label "ContainerMembershipProperty"@en; Chris@0: :subClassOf rdf:Property . Chris@0: Chris@0: :Literal a :Class, Chris@0: :Class; Chris@0: :comment "This represents the set of atomic values, eg. textual strings."; Chris@0: :label "Literal"@en, Chris@0: "Litt\u00E9ral"@fr . Chris@0: Chris@0: :Resource a :Class; Chris@0: :comment "The most general class"; Chris@0: :label "Resource"@en, Chris@0: "Ressource"@fr . Chris@0: Chris@0: :comment a rdf:Property; Chris@0: :comment "Use this for descriptions"; Chris@0: :domain :Resource; Chris@0: :label "comment"@en, Chris@0: "commentaire"@fr; Chris@0: :range :Literal . Chris@0: Chris@0: :domain a :ConstraintProperty; Chris@0: :comment "This is how we associate a class with properties that its instances can have"; Chris@0: :label "domain"@en, Chris@0: "domaine"@fr . Chris@0: Chris@0: :isDefinedBy a rdf:Property; Chris@0: :comment "Indicates a resource containing and defining the subject resource."; Chris@0: :domain :Resource; Chris@0: :label "esD\u00E9finiPar"@fr, Chris@0: "isDefinedBy"@en; Chris@0: :range :Resource; Chris@0: :subPropertyOf :seeAlso . Chris@0: Chris@0: :label a rdf:Property; Chris@0: :comment "Provides a human-readable version of a resource name."; Chris@0: :domain :Resource; Chris@0: :label "label"@en, Chris@0: "label"@fr; Chris@0: :range :Literal . Chris@0: Chris@0: :range a :ConstraintProperty; Chris@0: :comment "Properties that can be used in a schema to provide constraints"; Chris@0: :domain rdf:Property; Chris@0: :label "range"@en, Chris@0: "\u00E9tendue"@fr; Chris@0: :range :Class . Chris@0: Chris@0: :seeAlso a rdf:Property; Chris@0: :comment "Indicates a resource that provides information about the subject resource."; Chris@0: :domain :Resource; Chris@0: :label "seeAlso"@en, Chris@0: "voirAussi"@fr; Chris@0: :range :Resource . Chris@0: Chris@0: :subClassOf a rdf:Property; Chris@0: :comment "Indicates membership of a class"; Chris@0: :domain :Class; Chris@0: :label "sousClasseDe"@fr, Chris@0: "subClassOf"@en; Chris@0: :range :Class . Chris@0: Chris@0: :subPropertyOf a rdf:Property; Chris@0: :comment "Indicates specialization of properties"; Chris@0: :domain rdf:Property; Chris@0: :label "sousPropri\u00E9t\u00E9De"@fr, Chris@0: "subPropertyOf"@en; Chris@0: :range rdf:Property . Chris@0: Chris@0: rdf:Alt a :Class; Chris@0: :label "Alt"@en, Chris@0: "Choix"@fr; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Bag a :Class; Chris@0: :label "Bag"@en, Chris@0: "Ensemble"@fr; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Property a :Class; Chris@0: :comment "The concept of a property."; Chris@0: :label "Property"@en, Chris@0: "Propri\u00E9t\u00E9"@fr; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: rdf:Seq a :Class; Chris@0: :label "Sequence"@en, Chris@0: "S\u00E9quence"@fr; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Statement a :Class; Chris@0: :comment "This represents the set of reified statements."; Chris@0: :label "D\u00E9claration"@fr, Chris@0: "Statement"@en; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: rdf:object a rdf:Property; Chris@0: :domain rdf:Statement; Chris@0: :label "object"@en, Chris@0: "objet"@fr . Chris@0: Chris@0: rdf:predicate a rdf:Property; Chris@0: :domain rdf:Statement; Chris@0: :label "predicate"@en, Chris@0: "pr\u00E9dicat"@fr; Chris@0: :range rdf:Property . Chris@0: Chris@0: rdf:subject a rdf:Property; Chris@0: :domain rdf:Statement; Chris@0: :label "subject"@en, Chris@0: "sujet"@fr; Chris@0: :range :Resource . Chris@0: Chris@0: rdf:value a rdf:Property; Chris@0: :label "object"@en, Chris@0: "value"@fr . Chris@0: Chris@0: : :seeAlso .