OWL
From semanticweb.org
(Redirected from Web Ontology Language)
| This page needs your help. |
| This important semantic technology related page was inherited when relaunching semanticweb.org, but does not meet its quality standards yet. Please help to improve it if you are knowledgable about this topic. |
The Ontology Web Language (OWL) is a language to extend the expressibility that RDF provides. It is divided into three main parts:
Contents |
[edit] Basics
Namespace: http://w3.org/2002/07/owl# (owl)
[edit] Class and Property Elements
[edit] Attributes
- owl:equivalentProperty (OWL Full; use owl:sameAs instead)
- owl:inverseOf (OWL DL)
[edit] Cardinally
- owl:minCardinally (OWL DL)
- owl:maxCardinally (OWL DL)
- owl:Cardinally (OWL DL)
[edit] Class Axioms
- owl:disjointWith (OWL DL)
- owl:equivalentClass (OWL Full; use owl:sameAs instead)
see also: rdfs:subClassOf
[edit] Special Properties
- owl:TransitiveProperty (OWL DL)
- owl:SymmetricProperty (OWL DL)
- owl:FunctionalProperty
- owl:InverseFunctionalProperty (OWL DL)
[edit] Boolean Operations
- owl:unionOf (OWL DL)
- owl:complementOf (OWL DL)
- owl:intersectionOf (OWL DL)
[edit] Enumerations
see also: rdf:parseType
