Property talk:P93
From geokb
The purpose of the gddid property is to provide a logical linkage between items (representing documents) in the GeoKB that have been processed into the xDD Digital Library. The formatter URL for the property creates a link to a basic API route for the "article" in the xDD system, but the identifier can be used for other routes as well to retrieve data that has been extracted from the documents or to build custom extraction tools against the xDD corpus.
PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/>
SELECT ?item ?itemLabel ?gddid
WHERE {
?item wdt:P93 ?gddid .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
LIMIT 100