Owl:inverseOf
From semanticweb.org
This is a useful concept from OWL that Semantic MediaWiki does not directly implement.
In this particular wiki Property:Inverse is intended to have the same meaning. By using Help:Import vocabulary it could be coaxed to export in RDF as owl:inverseOf.
<owl:ObjectProperty rdf:ID="hasChild"> <owl:inverseOf rdf:resource="#hasParent"/> </owl:ObjectProperty>
