TREEcg / extract-cbd-shape

Get all RDF triples/quads related to an entity based on CBD and a SHACL shape
https://treecg.github.io/extract-cbd-shape/
MIT License
9 stars 2 forks source link

feat: performance framework #7

Closed xdxxxdx closed 10 months ago

xdxxxdx commented 10 months ago

/* Test framework, 2 types of tests: Test Sample 13 quads

  1. in-band only
    • Only star-shapes (CBD) + blank nodes to be extracted [DONE]
    • CBD + named graphs [DONE]
    • CBD + Simple Shape not adding any triples other than what CBD gives [DONE]
    • CBD + named graphs + Simple shape that does not add any triples other than already present [DONE]

TODO