aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 47 forks source link

[Feature request] Allow for default class where a rdf:Class does not exist. #61

Open charlesivie opened 1 year ago

charlesivie commented 1 year ago

Is your feature request related to a problem? Please describe. When data does not have a class type e.g. nothing like :Charlie a :Person The user interface cannot display a node, as it is reliant on that data to be in the model.

Describe the solution you'd like Where a class does not exist for a node, assume a default class type of rdf:Resource. Update the SPARQL queries accordingly using 'Coalesce'.

xiazcy commented 7 months ago

Relevant issue: https://github.com/aws/graph-explorer/issues/185.