lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

owl:DatatypeProperty not appearing as super #53

Open lambdamusic opened 6 years ago

lambdamusic commented 6 years ago

A property declaring the following supers does not display them on its homepage:

:name a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:domain :Person ;
    rdfs:range xsd:string .

(see the family ontology for more examples)