Documentation ¶
Overview ¶
Package owl contains constants of the Web Ontology Language (OWL)
Index ¶
Constants ¶
View Source
const ( NS = `http://www.w3.org/2002/07/owl#` Prefix = `owl:` )
View Source
const ( UnionOf = Prefix + "unionOf" Restriction = Prefix + "Restriction" OnProperty = Prefix + "onProperty" Cardinality = Prefix + "cardinality" MaxCardinality = Prefix + "maxCardinality" Thing = Prefix + "Thing" Class = Prefix + "Class" DatatypeProperty = Prefix + "DatatypeProperty" ObjectProperty = Prefix + "ObjectProperty" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.