Closed bergos closed 3 years ago
This PR:
DESCRIBE
schema:hasPart
Cube.in()
Cube.filter.patternIn()
Cube.filter.isPartOf()
This PR:
DESCRIBE
query used to get the cube metadata. Now it also checks the inverse ofschema:hasPart
for the version history.Cube.in()
method. It's just forwarding the clownface method to be able to check the version history.Cube.filter.patternIn()
filter. Adds a triple pattern with the cube variable as object.Cube.filter.isPartOf()
filter. It's an inverse filter ofschema:hasPart
to filter based on the version history term.