TomDeneire / pictor

Discovering IIIF manifests
MIT License
16 stars 4 forks source link

Getty SPARQL Query too restrictive #9

Closed alexander-winkler closed 1 year ago

alexander-winkler commented 1 year ago

FILTER(CONTAINS(STR(?iiif),'iiif/manifest')) in harvester/getty.py excludes https://media.getty.edu/iiif/pres/... manifest URLs.

It's better, I think, to use the following statement: ?iiif rdfs:label "IIIF Manifest URL" . (yields ca. 6,5k more results)

TomDeneire commented 1 year ago

Good call. Changed https://github.com/TomDeneire/pictor/commit/a2025185510f7198ad40410ecdd8c693129bbe1e