Hello, I am running the following query:
PREFIX theo: <https://rdf.provocateach.art/theory-ontology#>
PREFIX pieces: <https://rdf.provocateach.art/pieces/>
PREFIX gphs: <https://rdf.provocateach.art/reality/graphs/>
DESCRIBE pieces:media-literacy-is-not-a-checklist
I get a result with no triples / quads, despite the fact that I can see from other queries that this node is in the database. I have tried changing the graph I’m querying in Stardog Studio, as well as using a WHERE
clause and wrapping patterns with GRAPH gphs:media-literacy-is-not-a-checklist {}
. Neither has helped.
Is this a bug, or am I messing something up?