Difference between revisions of "rdfs:isDefinedBy"

From TDWG Terms Wiki
Jump to: navigation, search
m (+Relation rdfs:seeAlso)
m
Line 12: Line 12:
 
}}
 
}}
 
{{Concept relation
 
{{Concept relation
|relation=skos: in scheme
+
|relation=rdfs: subproperty of
|internal page=RDF Schema
+
}}
+
{{Concept relation
+
|relation=rdfs: sub property of
+
 
|internal page=rdfs:seeAlso
 
|internal page=rdfs:seeAlso
 
}}
 
}}

Revision as of 15:41, 14 November 2012

Scheme: RDF Schema Pencil.png
Collection: RDFS Utility Properties Pencil.png
isDefinedBy
Search for values Crystal Clear action find.png
isDefinedBy: rdfs:isDefinedBy is an instance of rdf:Property that is used to indicate a resource defining the subject resource. This property may be used to indicate an RDF vocabulary in which a resource is described.

Notes: The definition of the subject resource.

Constraints in the context of RDF Schema:

  • rdfs:domain: rdfs:Resource (=the class, to which “rdfs:isDefinedBy” may be applied)
  • rdfs:range: rdfs:Resource (=the class or datatype of the values or objects that are assigned to “rdfs:isDefinedBy”, i.e. the right side in the triple)