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. Every term has a rdfs:isDefinedBy, pointing to the namespace document itself. This practice has been adopted from rdf.rdf and rdfs.rdfs. code:rdfs:isDefinedBy
rdfs:isDefinedBy a rdf:Property ;
rdfs:subPropertyOf rdfs:seeAlso ;
rdfs:label "isDefinedBy" ;
rdfs:comment "The defininition of the subject resource." ;
rdfs:range rdfs:Resource ;
rdfs:domain rdfs:Resource .
関連項目