Difference between revisions of "rdfs:isDefinedBy"
From TDWG Terms Wiki
m (is defined by) |
m (Range:) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
{{Concept scheme relation | {{Concept scheme relation | ||
|scheme=RDF Schema | |scheme=RDF Schema | ||
− | |property domain= | + | |property domain=http://www.w3.org/2000/01/rdf-schema#Resource |
− | |property range= | + | |property range=http://www.w3.org/2000/01/rdf-schema#Resource |
}} | }} | ||
{{Concept relation | {{Concept relation | ||
|relation=rdfs: subproperty of | |relation=rdfs: subproperty of | ||
|internal page=rdfs:seeAlso | |internal page=rdfs:seeAlso | ||
+ | }} | ||
+ | {{Concept relation | ||
+ | |relation=skos: collection | ||
+ | |internal page=RDFS Utility Properties | ||
}} | }} |
Latest revision as of 14:59, 7 December 2012
isDefinedBy |
Search for values |
Notes: The definition of the subject resource. It points to the authoritative information about the resource (which are not necessarily RDF, often html, and in some cases PDF).
Constraints in the context of RDF Schema:
- rdfs:domain: http://www.w3.org/2000/01/rdf-schema#Resource (=the class, to which “rdfs:isDefinedBy” may be applied)
- rdfs:range: http://www.w3.org/2000/01/rdf-schema#Resource (=the class or datatype of the values or objects that are assigned to “rdfs:isDefinedBy”, i.e. the right side in the triple)