Difference between revisions of "rdfs:isDefinedBy"

From TDWG Terms Wiki
Jump to: navigation, search
m
m
Line 10: Line 10:
 
|property domain=rdfs:Resource
 
|property domain=rdfs:Resource
 
|property range=rdfs:Resource
 
|property range=rdfs:Resource
 +
}}
 +
{{Concept relation
 +
|relation=skos: in scheme
 +
|internal page=RDF Schema
 
}}
 
}}

Revision as of 13:00, 14 November 2012

Scheme: RDF Schema Pencil.png
Collection: RDFS Utility Properties Pencil.png
rdfs:isDefinedBy
Search for values Crystal Clear action find.png
rdfs: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)