This site is a playground for testing Semantic MediaWiki. All content entered or uploaded here may be deleted at any time, and nothing here should be assumed to be true.
Some content was copied from semanticweb.org – please visit this site for more reliable information and author attribution.
OWL
From SMW-Sandbox
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
