owl:Restriction

Element Information

Model

Used By

Element rdfs:subClassOf

Source

<xs:element name="Restriction">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="owl:onProperty"/>
      <xs:element ref="owl:cardinality"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample

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

< owl:Restriction>

< owl:onProperty rdf:resource = "#name" />

< owl:cardinality rdf:datatype = "xsd:nonNegativeInteger" >

1

</ owl:cardinality>

</ owl:Restriction>

</ rdfs:subClassOf>