Skip to content

owl:inverseOf is separate from rdfs:label

Mikey requested to merge inverse-of-label into master

from my understanding, owl:inverseOf is actually referencing another RelationshipType that has an rdfs:label but may or may not have an @id. in Holodex, we separate out all of our inverse relationship types into objects with their own @id, so we wouldn't reference inverse labels inline like this.

Merge request reports