lambdamusic / Ontospy

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

add schema.org domainIncludes and rangeIncludes properties for building domain and ranges #46

Closed sumutcan closed 6 years ago

sumutcan commented 6 years ago

This would allow Ontospy to recognize schema.org vocabulary properly. Consequently Ontodocs will be able to visualize ranges and domains for schema.org based vocabularies.

Although schema:domainIncludes and schema:rangeIncludes properties have different semantics than their RDFS counterparts, from a visualization point of it would not make much of a difference.