jupyrdf / ipyradiant

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

Update assumptions about types #125

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 should add in the handling of rdfs:subClassOf and handle mixed typing for instances (ignore owl:NamedIndividual)

zwelz3 commented 2 years ago

Blocked by #127