Skip to content

Commit eab8104

Browse files
committed
Update curies.vocabulary
1 parent 263b601 commit eab8104

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/curies/vocabulary.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def _r(p: str, i: str, n: str) -> NamedReference:
2020
see_also = _r("rdfs", "seeAlso", "see also")
2121
has_comment = _r("rdfs", "comment", "comment")
2222

23-
is_a = _r("rdfs", "subClassOf", "subclass of")
23+
is_a = subclass_of = _r("rdfs", "subClassOf", "subclass of")
2424
subproperty_of = _r("rdfs", "subPropertyOf", "subproperty of")
25-
rdf_type = _r("rdf", "type", "subclass of")
25+
rdf_type = _r("rdf", "type", "instance of")
2626

2727
# XML Schema
2828

@@ -55,6 +55,7 @@ def _r(p: str, i: str, n: str) -> NamedReference:
5555
# OWL
5656

5757
owl_version_info = _r("owl", "versionInfo", "has version")
58+
owl_inverse_of = _r("owl", "inverseOf", "inverse of")
5859

5960
# IAO
6061

0 commit comments

Comments
 (0)