We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40314a6 commit 237f137Copy full SHA for 237f137
1 file changed
src/curies/vocabulary.py
@@ -55,7 +55,7 @@ def _r(p: str, i: str, n: str) -> NamedReference:
55
56
owl_version_info = _r("owl", "versionInfo", "has version")
57
owl_inverse_of = _r("owl", "inverseOf", "inverse of")
58
-owl_class = _r("owl", "class", "class")
+owl_class = _r("owl", "Class", "class")
59
owl_object_property = _r("owl", "ObjectProperty", "object property")
60
owl_data_property = _r("owl", "DataProperty", "data property")
61
owl_annotation_property = _r("owl", "AnnotationProperty", "annotation property")
0 commit comments