schema location: | D:\Dev\owl\schema.xsd |
targetNamespace: | http://www.owl.org/owl |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:OntologyType | ||||||||||||
children | Include EquivalentClass SubClass EnumeratedClass DisjointClasses EquivalentClasses SubClassOf DataProperty IndividualProperty EquivalentProperties SubPropertyOf Individual SameIndividual DifferentIndividuals | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="ontology" type="owl:OntologyType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="Class"> <xsd:attribute name="ID" type="owl:classID" use="required"/> <!-- This is what is wanted, where owlrdf defines ID appropriately <xsd:attribute ref="owlrdf:ID" use="required"/> This does't seem to work in Topologi so we'll have to use owl:ID. The other uses of ID and resource should be treated similarly. --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | super restriction description | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="ClassAxiom"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="super" type="owl:ClassReference"/> <xsd:element name="restriction" type="owl:RestrictionType"/> <xsd:element name="description" type="owl:DescriptionType"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="name" type="xsd:QName" use="required"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:ClassReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="super" type="owl:ClassReference"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:RestrictionType |
children | DataRestriction IndividualRestriction |
source | <xsd:element name="restriction" type="owl:RestrictionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="description" type="owl:DescriptionType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="ClassReference"> <xsd:attribute name="resource" type="owl:classID" use="required"/> </xsd:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||
children | super domain range | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:complexType name="DataPropertyAxiom"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="super" type="owl:DataPropertyReference"/> <xsd:element name="domain" type="owl:DescriptionType"/> <xsd:element name="range" type="owl:DataRange"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="name" type="xsd:QName" use="required"/> <xsd:attribute name="functional" type="xsd:boolean"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:DataPropertyReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="super" type="owl:DataPropertyReference"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="domain" type="owl:DescriptionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DataRange |
children | DataType OneOf |
source | <xsd:element name="range" type="owl:DataRange"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="DataPropertyReference"> <xsd:attribute name="resource" type="owl:dataPropertyID" use="required"/> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | value | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="DataPropertyValueType"> <xsd:sequence> <xsd:element name="value" type="xsd:anySimpleType"/> </xsd:sequence> <xsd:attribute name="property" type="owl:dataPropertyID" use="required"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | xsd:anySimpleType |
source | <xsd:element name="value" type="xsd:anySimpleType"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | DataType OneOf | ||
used by |
|
||
source | <xsd:complexType name="DataRange"> <xsd:choice> <xsd:element name="DataType" type="owl:Datatype"/> <xsd:element name="OneOf" type="owl:Datavalues"/> </xsd:choice> <!-- RDF property --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Datatype | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="DataType" type="owl:Datatype"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Datavalues |
children | member |
source | <xsd:element name="OneOf" type="owl:Datavalues"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="DataRestrictionType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="range" type="owl:DataRange"/> <xsd:element name="required" type="owl:DataRange"/> <xsd:element name="value" type="xsd:anySimpleType"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="property" type="owl:dataPropertyID" use="required"/> <xsd:attribute name="atleast" type="xsd:positiveInteger"/> <xsd:attribute name="atmost" type="xsd:nonNegativeInteger"/> <xsd:attribute name="exactly" type="xsd:nonNegativeInteger"/> <!-- RDF descr. --> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DataRange |
children | DataType OneOf |
source | <xsd:element name="range" type="owl:DataRange"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DataRange |
children | DataType OneOf |
source | <xsd:element name="required" type="owl:DataRange"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | xsd:anySimpleType |
source | <xsd:element name="value" type="xsd:anySimpleType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="Datatype"> <xsd:attribute name="ID" type="owl:datatypeID" use="required"/> </xsd:complexType> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | member | ||
used by |
|
||
source | <xsd:complexType name="Datavalues"> <xsd:sequence> <xsd:element name="member" type="xsd:anySimpleType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | xsd:anySimpleType |
source | <xsd:element name="member" type="xsd:anySimpleType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | class description | ||
used by |
|
||
source | <xsd:complexType name="Descriptions"> <xsd:sequence maxOccurs="unbounded"> <xsd:choice> <xsd:element name="class" type="owl:ClassReference"/> <xsd:element name="description" type="owl:DescriptionType"/> </xsd:choice> </xsd:sequence> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:ClassReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="class" type="owl:ClassReference"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="description" type="owl:DescriptionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
used by | |
source | <xsd:complexType name="DescriptionType"> <xsd:choice> <xsd:element name="Class" type="owl:Class"/> <xsd:element name="DataRestriction" type="owl:DataRestrictionType"/> <xsd:element name="IndividualRestriction" type="owl:IndividualRestrictionType"/> <xsd:element name="OneOf" type="owl:IndividualReferences"/> <xsd:element name="And" type="owl:Descriptions"/> <xsd:element name="Or" type="owl:Descriptions"/> <xsd:element name="Not" type="owl:SingleDescription"/> </xsd:choice> <!-- RDF property --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Class | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Class" type="owl:Class"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
type | owl:DataRestrictionType | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="DataRestriction" type="owl:DataRestrictionType"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
type | owl:IndividualRestrictionType | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="IndividualRestriction" type="owl:IndividualRestrictionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:IndividualReferences |
children | member |
source | <xsd:element name="OneOf" type="owl:IndividualReferences"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Descriptions |
children | class description |
source | <xsd:element name="And" type="owl:Descriptions"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Descriptions |
children | class description |
source | <xsd:element name="Or" type="owl:Descriptions"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:SingleDescription |
children | class description |
source | <xsd:element name="Not" type="owl:SingleDescription"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | member | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="Enumeration"> <xsd:sequence> <xsd:element name="member" type="owl:IndividualReference" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:QName" use="required"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualReference | ||||||||||||
children | Individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="member" type="owl:IndividualReference" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | type property | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="Fact"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="type" type="owl:ClassReference"/> <xsd:element name="property" type="owl:PropertyValue"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="name" type="xsd:QName"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:ClassReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="type" type="owl:ClassReference"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:PropertyValue |
children | IndividualPropertyValue DataPropertyValue |
source | <xsd:element name="property" type="owl:PropertyValue"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="IncludeType"> <xsd:attribute name="ontology" type="xsd:anyURI" use="required"/> </xsd:complexType> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | super domain range | ||
used by |
|
||
attributes | |||
source | <xsd:complexType name="IndividualPropertyAxiom"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="super" type="owl:IndividualPropertyReference"/> <xsd:element name="domain" type="owl:DescriptionType"/> <xsd:element name="range" type="owl:DescriptionType"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="name" type="xsd:QName" use="required"/> <xsd:attribute name="inverseOf" type="owl:individualPropertyID"/> <xsd:attribute name="symmetric" type="xsd:boolean"/> <xsd:attribute name="functional" type="xsd:boolean"/> <xsd:attribute name="inverseFunctional" type="xsd:boolean"/> <xsd:attribute name="oneToOne" type="xsd:boolean"/> <xsd:attribute name="transitive" type="xsd:boolean"/> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualPropertyReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="super" type="owl:IndividualPropertyReference"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="domain" type="owl:DescriptionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="range" type="owl:DescriptionType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="IndividualPropertyReference"> <xsd:attribute name="resource" type="owl:individualPropertyID" use="required"/> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | individual | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="IndividualPropertyValueType"> <xsd:sequence> <xsd:element name="individual" type="owl:IndividualReference"/> </xsd:sequence> <xsd:attribute name="property" type="owl:individualPropertyID" use="required"/> <!-- RDF descr. --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualReference | ||||||||||||
children | Individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="individual" type="owl:IndividualReference"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | Individual | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="IndividualReference"> <xsd:sequence> <xsd:element name="Individual" type="owl:Fact" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="resource" type="owl:individualID"/> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Fact | ||||||||||||
children | type property | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Individual" type="owl:Fact" minOccurs="0"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | member | ||
used by |
|
||
source | <xsd:complexType name="IndividualReferences"> <xsd:sequence> <xsd:element name="member" type="owl:IndividualReference" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualReference | ||||||||||||
children | Individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="member" type="owl:IndividualReference" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="IndividualRestrictionType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="range" type="owl:DescriptionType"/> <xsd:element name="required" type="owl:DescriptionType"/> <xsd:element name="value" type="owl:IndividualReference"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="property" type="owl:individualPropertyID" use="required"/> <xsd:attribute name="atleast" type="xsd:positiveInteger"/> <xsd:attribute name="atmost" type="xsd:nonNegativeInteger"/> <xsd:attribute name="exactly" type="xsd:nonNegativeInteger"/> <!-- RDF desc. --> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="range" type="owl:DescriptionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="required" type="owl:DescriptionType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualReference | ||||||||||||
children | Individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="value" type="owl:IndividualReference"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | individual | ||
used by |
|
||
source | <xsd:complexType name="Individuals"> <xsd:sequence maxOccurs="unbounded"> <xsd:element name="individual" type="owl:IndividualReference"/> </xsd:sequence> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualReference | ||||||||||||
children | Individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="individual" type="owl:IndividualReference"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
children | Include EquivalentClass SubClass EnumeratedClass DisjointClasses EquivalentClasses SubClassOf DataProperty IndividualProperty EquivalentProperties SubPropertyOf Individual SameIndividual DifferentIndividuals | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="OntologyType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="Include" type="owl:IncludeType"/> <xsd:element name="EquivalentClass" type="owl:ClassAxiom"/> <xsd:element name="SubClass" type="owl:ClassAxiom"/> <xsd:element name="EnumeratedClass" type="owl:Enumeration"/> <xsd:element name="DisjointClasses" type="owl:Descriptions"/> <xsd:element name="EquivalentClasses" type="owl:Descriptions"/> <xsd:element name="SubClassOf" type="owl:SubClassOfType"/> <xsd:element name="DataProperty" type="owl:DataPropertyAxiom"/> <xsd:element name="IndividualProperty" type="owl:IndividualPropertyAxiom"/> <xsd:element name="EquivalentProperties" type="owl:Properties"/> <xsd:element name="SubPropertyOf" type="owl:SubPropertyOfType"/> <xsd:element name="Individual" type="owl:Fact"/> <xsd:element name="SameIndividual" type="owl:Individuals"/> <xsd:element name="DifferentIndividuals" type="owl:Individuals"/> <!-- The restrictions on what properties can be equivalent to and sub of others are context-sensitive and cannot be expressed in XML Schema so this lets any property in --> </xsd:choice> </xsd:sequence> <xsd:attribute name="ID" type="xsd:QName"/> <!-- ... DC attributes ... --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IncludeType | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Include" type="owl:IncludeType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:ClassAxiom | ||||||||||||
children | super restriction description | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="EquivalentClass" type="owl:ClassAxiom"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:ClassAxiom | ||||||||||||
children | super restriction description | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="SubClass" type="owl:ClassAxiom"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Enumeration | ||||||||||||
children | member | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="EnumeratedClass" type="owl:Enumeration"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Descriptions |
children | class description |
source | <xsd:element name="DisjointClasses" type="owl:Descriptions"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Descriptions |
children | class description |
source | <xsd:element name="EquivalentClasses" type="owl:Descriptions"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:SubClassOfType |
children | sub super |
source | <xsd:element name="SubClassOf" type="owl:SubClassOfType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||
type | owl:DataPropertyAxiom | ||||||||||||||||||
children | super domain range | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="DataProperty" type="owl:DataPropertyAxiom"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||||||||||||||||||||
type | owl:IndividualPropertyAxiom | ||||||||||||||||||||||||||||||||||||||||||||||||
children | super domain range | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="IndividualProperty" type="owl:IndividualPropertyAxiom"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Properties |
children | property |
source | <xsd:element name="EquivalentProperties" type="owl:Properties"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:SubPropertyOfType |
children | sub super |
source | <xsd:element name="SubPropertyOf" type="owl:SubPropertyOfType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Fact | ||||||||||||
children | type property | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Individual" type="owl:Fact"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Individuals |
children | individual |
source | <xsd:element name="SameIndividual" type="owl:Individuals"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:Individuals |
children | individual |
source | <xsd:element name="DifferentIndividuals" type="owl:Individuals"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | property | ||
used by |
|
||
source | <xsd:complexType name="Properties"> <xsd:sequence> <xsd:element name="property" type="owl:PropertyReference" maxOccurs="unbounded"/> </xsd:sequence> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:PropertyReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="property" type="owl:PropertyReference" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="PropertyReference"> <xsd:attribute name="resource" type="xsd:QName" use="required"/> </xsd:complexType> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | IndividualPropertyValue DataPropertyValue | ||
used by |
|
||
source | <xsd:complexType name="PropertyValue"> <xsd:choice> <xsd:element name="IndividualPropertyValue" type="owl:IndividualPropertyValueType"/> <xsd:element name="DataPropertyValue" type="owl:DataPropertyValueType"/> </xsd:choice> <!-- RDF property --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:IndividualPropertyValueType | ||||||||||||
children | individual | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="IndividualPropertyValue" type="owl:IndividualPropertyValueType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:DataPropertyValueType | ||||||||||||
children | value | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="DataPropertyValue" type="owl:DataPropertyValueType"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | DataRestriction IndividualRestriction | ||
used by |
|
||
source | <xsd:complexType name="RestrictionType"> <xsd:choice> <xsd:element name="DataRestriction" type="owl:DataRestrictionType"/> <xsd:element name="IndividualRestriction" type="owl:IndividualRestrictionType"/> </xsd:choice> <!-- RDF property --> </xsd:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
type | owl:DataRestrictionType | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="DataRestriction" type="owl:DataRestrictionType"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||||||||||||||||||||
type | owl:IndividualRestrictionType | ||||||||||||||||||||||||||||||
children | range required value | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="IndividualRestriction" type="owl:IndividualRestrictionType"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | class description | ||
used by |
|
||
source | <xsd:complexType name="SingleDescription"> <xsd:choice> <xsd:element name="class" type="owl:Class"/> <xsd:element name="description" type="owl:DescriptionType"/> </xsd:choice> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:Class | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="class" type="owl:Class"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="description" type="owl:DescriptionType"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | sub super | ||
used by |
|
||
source | <xsd:complexType name="SubClassOfType"> <xsd:all> <xsd:element name="sub" type="owl:DescriptionType"/> <xsd:element name="super" type="owl:DescriptionType"/> </xsd:all> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="sub" type="owl:DescriptionType"/> |
diagram | ![]() |
namespace | http://www.owl.org/owl |
type | owl:DescriptionType |
children | Class DataRestriction IndividualRestriction OneOf And Or Not |
source | <xsd:element name="super" type="owl:DescriptionType"/> |
diagram | ![]() |
||
namespace | http://www.owl.org/owl | ||
children | sub super | ||
used by |
|
||
source | <xsd:complexType name="SubPropertyOfType"> <xsd:all> <xsd:element name="sub" type="owl:PropertyReference"/> <xsd:element name="super" type="owl:PropertyReference"/> </xsd:all> <!-- RDF description --> </xsd:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:PropertyReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="sub" type="owl:PropertyReference"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.owl.org/owl | ||||||||||||
type | owl:PropertyReference | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="super" type="owl:PropertyReference"/> |
namespace | http://www.owl.org/owl | ||
type | xsd:QName | ||
used by |
|
||
source | <xsd:simpleType name="classID"> <xsd:restriction base="xsd:QName"/> </xsd:simpleType> |
namespace | http://www.owl.org/owl | ||
type | xsd:QName | ||
used by |
|
||
source | <xsd:simpleType name="dataPropertyID"> <xsd:restriction base="xsd:QName"/> </xsd:simpleType> |
namespace | http://www.owl.org/owl | ||
type | xsd:QName | ||
used by |
|
||
source | <xsd:simpleType name="datatypeID"> <xsd:restriction base="xsd:QName"/> </xsd:simpleType> |
namespace | http://www.owl.org/owl | ||
type | xsd:QName | ||
used by |
|
||
source | <xsd:simpleType name="individualID"> <xsd:restriction base="xsd:QName"/> </xsd:simpleType> |
namespace | http://www.owl.org/owl | ||
type | xsd:QName | ||
used by |
|
||
source | <xsd:simpleType name="individualPropertyID"> <xsd:restriction base="xsd:QName"/> </xsd:simpleType> |