Description
This SPARQL query requests 100 titles of objects from the LDES of the Design Museum Ghent and we only want to receive these objects with "NOVA" in the title.
Example query from the SPARQL-Party.https://github.com/CoGhent/sparql_party
PREFIX cidoc: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT DISTINCT ?title ?description FROM <http://stad.gent/ldes/dmg>
WHERE {
?object cidoc:P102_has_title ?title.
FILTER (regex(?title, "NOVA", "i")).
?object cidoc:P3_has_note ?description.
} LIMIT 100
Resources
| Name |
Format |
Description |
Link |
|
8 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/13fc035f-fdc5-329b-b1c7-046f9c0299e2 |
|
23 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/13fc035f-fdc5-329b-b1c7-046f9c0299e2 |