Chris@0: # RDFS 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: :domain :Resource; Chris@0: :isDefinedBy rdf:; Chris@0: :label "type"@en; Chris@0: :range :Class . Chris@0: Chris@0: rdf:Alt a :Class; Chris@0: :comment "A collection of alternatives."@en; Chris@0: :isDefinedBy rdf:; Chris@0: :label "Alt"@en; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Bag a :Class; Chris@0: :comment "An unordered collection."@en; Chris@0: :isDefinedBy rdf:; Chris@0: :label "Bag"@en; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Property a :Class; Chris@0: :comment "The concept of a property."; Chris@0: :isDefinedBy rdf:; Chris@0: :label "Property"@en; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: rdf:Seq a :Class; Chris@0: :comment "An ordered collection."@en; Chris@0: :isDefinedBy rdf:; Chris@0: :label "Seq"@en; Chris@0: :subClassOf :Container . Chris@0: Chris@0: rdf:Statement a :Class; Chris@0: :comment "The class of RDF statements."; Chris@0: :isDefinedBy rdf:; Chris@0: :label "Statement"@en; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: rdf:object a rdf:Property; Chris@0: :comment "The object of an RDF statement."; Chris@0: :domain rdf:Statement; Chris@0: :isDefinedBy rdf:; Chris@0: :label "object"@en . Chris@0: Chris@0: rdf:predicate a rdf:Property; Chris@0: :comment "the predicate of an RDF statement."; Chris@0: :domain rdf:Statement; Chris@0: :isDefinedBy rdf:; Chris@0: :label "predicate"@en; Chris@0: :range rdf:Property . Chris@0: Chris@0: rdf:subject a rdf:Property; Chris@0: :comment "The subject of an RDF statement."; Chris@0: :domain rdf:Statement; Chris@0: :isDefinedBy rdf:; Chris@0: :label "subject"@en; Chris@0: :range :Resource . Chris@0: Chris@0: rdf:value a rdf:Property; Chris@0: :comment "Identifies the principal value (usually a string) of a property when the property value is a structured resource"; Chris@0: :domain :Resource; Chris@0: :isDefinedBy rdf:; Chris@0: :label "value"@en . Chris@0: Chris@0: : :seeAlso . Chris@0: Chris@0: :Class a :Class; Chris@0: :comment "The concept of Class"; Chris@0: :isDefinedBy :; Chris@0: :label "Class"@en; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: :Container a :Class; Chris@0: :comment "This represents the set Containers."; Chris@0: :isDefinedBy :; Chris@0: :label "Container"@en; Chris@0: :subClassOf :Resource . Chris@0: Chris@0: :ContainerMembershipProperty a :Class; Chris@0: :comment "The container membership properties, rdf:1, rdf:2, ..., all of which are sub-properties of 'member'."; Chris@0: :isDefinedBy :; Chris@0: :label "ContainerMembershipProperty"@en; Chris@0: :subClassOf rdf:Property . Chris@0: Chris@0: :Literal a :Class; Chris@0: :comment "This represents the set of atomic values, eg. textual strings."; Chris@0: :isDefinedBy :; Chris@0: :label "Literal"@en . Chris@0: Chris@0: :Resource a :Class; Chris@0: :comment "The class resource, everything."; Chris@0: :isDefinedBy :; Chris@0: :label "Resource"@en . Chris@0: Chris@0: :comment a rdf:Property; Chris@0: :comment "Use this for descriptions"; Chris@0: :domain :Resource; Chris@0: :isDefinedBy :; Chris@0: :label "comment"@en; Chris@0: :range :Literal . Chris@0: Chris@0: :domain a rdf:Property; Chris@0: :comment "A domain class for a property type"; Chris@0: :domain rdf:Property; Chris@0: :isDefinedBy :; Chris@0: :label "domain"@en; Chris@0: :range :Class . Chris@0: Chris@0: :isDefinedBy a rdf:Property; Chris@0: :comment "Indicates the namespace of a resource"; Chris@0: :domain :Resource; Chris@0: :isDefinedBy :; Chris@0: :label "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: :isDefinedBy :; Chris@0: :label "label"@en; Chris@0: :range :Literal . Chris@0: Chris@0: :member a rdf:Property; Chris@0: :comment "a member of a container"; Chris@0: :domain :Container; Chris@0: :isDefinedBy :; Chris@0: :label "member"@en . Chris@0: Chris@0: :range a rdf:Property; Chris@0: :comment "A range class for a property type"; Chris@0: :domain rdf:Property; Chris@0: :isDefinedBy :; Chris@0: :label "range"@en; Chris@0: :range :Class . Chris@0: Chris@0: :seeAlso a rdf:Property; Chris@0: :comment "A resource that provides information about the subject resource"; Chris@0: :domain :Resource; Chris@0: :isDefinedBy :; Chris@0: :label "seeAlso"@en; 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: :isDefinedBy :; Chris@0: :label "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: :isDefinedBy :; Chris@0: :label "subPropertyOf"@en; Chris@0: :range rdf:Property .