jupyrdf / ipyradiant

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

Initial Stats data and widgets #35

Open zwelz3 opened 4 years ago

zwelz3 commented 4 years ago
When processing/loading RDF data, it is often informative to have basic stats on the data itself (e.g. # of triples). This ticket scopes in the development of a basic statistics class where stats are driven/exposed by queries and stored in basic tables. Basic stats may include: stat #
triples 123
subjects 34
predicates 12
objects 45
prefixes 3

Stats would be pluggable, e.g. we may have an OWLStats class that understands how to query for e.g. ObjectProperty Axioms.