ontodev / rdftab.rs

RDF Tables in Rust
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Quad support: Add column for ontologyId / named graph #13

Open cmungall opened 3 years ago

cmungall commented 3 years ago

Use case: load an ontology plus import modules. Detect errors (a la robot report). Report which file the error arose from.

This could be supported by an additional column e.g "graph". This would be populated by the ontologyId when loading from OWL. It would be populated by the graph id when loaded from a quad format.

jamesaoverton commented 3 years ago

Yes, we should definitely do this.