rdfs:domain

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
rdf:resource required

Used By

Source

<xs:element name="domain">
  <xs:complexType>
    <xs:attributeGroup ref="rdf:resource1"/>
  </xs:complexType>
</xs:element>

Sample

< owl:DataProperty xmlns:owl = "http://www.w3.org/2002/07/owl#" xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#" rdf:ID = "author" >

< rdfs:comment>

The schema author.

</ rdfs:comment>

< rdfs:domain rdf:resource = "#Header" />

< rdfs:range rdf:resource = "xsd:string" />

</ owl:DataProperty>