jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

[Blocked by #127] GH-125: Update assumptions and correct type handling. #126

Open zwelz3 opened 2 years ago

zwelz3 commented 2 years ago

We previously assume the only type in the InteractiveViewer is rdf:type. This ticket adds in the handling of rdfs:subClassOf and handles mixed typing for instances (ignores owl:NamedIndividual)

Closes #125

zwelz3 commented 2 years ago

This makes the InteractiveViewer widget a bit nicer to use for mixed types