CoGhent / CoGhent.github.io

documentation for technology developed in the UIA project Collection of Ghent
https://coghent.github.io/
0 stars 3 forks source link

iiifmanifests.md: query in communica geeft geen resultaten #24

Open nvanderperren opened 1 month ago

nvanderperren commented 1 month ago

Het gaat over dit: https://coghent.github.io/IIIF%20Manifests/#comunica

PREFIX oa: <http://www.w3.org/ns/oa#>
PREFIX sc: <http://iiif.io/api/presentation/2#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX cidoc: <http://www.cidoc-crm.org/cidoc-crm/>

SELECT *

WHERE {
  ?s a cidoc:E22_Man-Made_Object ;
     cidoc:P129i_is_subject_of [
      sc:hasSequences/rdf:rest*/rdf:first [
            sc:hasCanvases/rdf:rest*/rdf:first [
                sc:hasImageAnnotations/rdf:rest*/rdf:first [
                        oa:hasBody ?body
                ]
            ]
        ]
    ]
}

Deze query geeft geen resultaten. Communica geeft ook aan dat er een fout in staat - al geeft het wel geen fout bij het uitvoeren van de query, dus ik weet niet of er echt een fout is.

oliviervd commented 1 month ago

@brechtvdv weet jij meer?