RDFS or RDF Schema is an extensible knowledge representation language, providing basic elements for the definition of ontologies, otherwise called RDF vocabularies, intended to structure RDF resources. The first version was proposed in March 1999, and the final W3C recommendation was released in February 2004. Main RDFS components are included in the more expressive language OWL.
ex:John rdf:type foaf:Person
The definition of rdfs:Class is recursive : rdfs:Class is the rdfs:Class of any rdfs:Class.
foaf:Person rdfs:subClassOf foaf:Agent
Hierarchies of classes support inheritance of a property domain and range (see definitions in next section) from a class to its subclasses.
ex:employer rdfs:domain foaf:Person
ex:employer rdfs:range foaf:Organization
Given the previous declarations, in the following triple, ex:John is necessarily a foaf:Person, and ex:CompanyX is necessarily a foaf:Organization
ex:John ex:employer ex:CompanyX
This article is licensed under the GNU Free Documentation License.
It uses material from the
"RDF Schema".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world