summaryrefslogtreecommitdiff
path: root/rdflib
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-10-10 12:29:14 +1000
committerGitHub <noreply@github.com>2021-10-10 12:29:14 +1000
commitf460a72c219739b5482a744146ffc325f72a9362 (patch)
tree877d8f9b2c0f9a0645ac09f8b47ec7d9b6fe5b8e /rdflib
parent8993521755d5ce0cb5f32f2d3a6fd214903676a7 (diff)
downloadrdflib-f460a72c219739b5482a744146ffc325f72a9362.tar.gz
added definition location of OWL datatypes
Diffstat (limited to 'rdflib')
-rw-r--r--rdflib/namespace/_OWL.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdflib/namespace/_OWL.py b/rdflib/namespace/_OWL.py
index ee820f65..3decd093 100644
--- a/rdflib/namespace/_OWL.py
+++ b/rdflib/namespace/_OWL.py
@@ -116,6 +116,8 @@ class OWL(DefinedNamespace):
versionIRI: URIRef # The property that identifies the version IRI of an ontology.
# http://www.w3.org/2000/01/rdf-schema#Datatype
+ # NOTE: the following two elements don't appear in the OWL RDF documents but are defined in the OWL2 Recommentation
+ # at https://www.w3.org/TR/owl2-syntax/#Datatype_Maps
rational: URIRef # The value space is the set of all rational numbers. The lexical form is numerator '/' denominator, where both are integers.
real: URIRef # The value space is the set of all real numbers. Does not directly provide any lexical forms.