owl:DatatypeProperty

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
rdf:ID xs:NCName required

Used By

Element rdf:RDF

Source

<xs:element name="DatatypeProperty">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="rdfs:comment"/>
      <xs:element ref="rdfs:domain"/>
      <xs:element ref="rdfs:range"/>
    </xs:sequence>
    <xs:attribute ref="rdf:ID" use="required"/>
  </xs:complexType>
</xs:element>

Sample

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

< rdfs:comment>

A non-unique human readable entity name.

</ rdfs:comment>

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

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

</ owl:DatatypeProperty>