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.
rdf:Propertyのインスタンス
ドメインはrdfs:Resource
レンジもrdfs:Resource
Every term has a rdfs:isDefinedBy, pointing to the namespace document itself. This practice has been adopted from rdf.rdf and rdfs.rdfs.
https://www.w3.org/2007/OWL/wiki/Owl2DotOwlDevel
https://www.w3.org/2000/01/rdf-schema
code:rdfs:isDefinedBy
rdfs:isDefinedBy a rdf:Property ;
rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
rdfs:subPropertyOf rdfs:seeAlso ;
rdfs:label "isDefinedBy" ;
rdfs:comment "The defininition of the subject resource." ;
rdfs:range rdfs:Resource ;
rdfs:domain rdfs:Resource .
関連項目
RDFS annotation vocabulary
rdfs:comment
rdfs:isDefinedBy
rdfs:label
rdfs:seeAlso