Skip to content

Commit 237f137

Browse files
committed
Fix typo in owl:Class
1 parent 40314a6 commit 237f137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/curies/vocabulary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _r(p: str, i: str, n: str) -> NamedReference:
5555

5656
owl_version_info = _r("owl", "versionInfo", "has version")
5757
owl_inverse_of = _r("owl", "inverseOf", "inverse of")
58-
owl_class = _r("owl", "class", "class")
58+
owl_class = _r("owl", "Class", "class")
5959
owl_object_property = _r("owl", "ObjectProperty", "object property")
6060
owl_data_property = _r("owl", "DataProperty", "data property")
6161
owl_annotation_property = _r("owl", "AnnotationProperty", "annotation property")

0 commit comments

Comments
 (0)