- Distinct subjects
- 4
- Number of triples
- 8
- WasGeneratedBy
- Regions
- Text
-
PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX schema: <https://schema.org/> CONSTRUCT { GRAPH ?graph { ?graph dct:title ?regionDescription ; foaf:primaryTopic ?region . ?region a schema:Place ; dct:title ?regionDescription ; schema:name ?regionDescription ; schema:identifier ?regionID . } } WHERE { ?region_row <#regionID> ?regionID ; <#regionDescription> ?regionDescription. BIND(uri(concat(str($base), "regions/")) AS ?container) BIND(uri(concat(str(?container), encode_for_uri(?regionID), "/")) AS ?graph) BIND(uri(concat(str(?graph), "#this")) AS ?region) } - Title
- Regions
- Delimiter
- ,
- EndedAtTime
- 16 June 2026 21:04
- File
- regions.csv
- Query
- Regions
- StartedAtTime
- 16 June 2026 21:04
- Title
- Regions
- FileName
- regions.csv
- Format
- csv
- Sha1sum (hex)
- 20c8f4c36e30737856a7432ce76dc891b7c2e2b9
- Title
- regions.csv
- FileName
- regions.rq
- Format
- plain
- Sha1sum (hex)
- 25f7168cb79a363baad74271f1578571bfdcb1b1
- Title
- regions.rq
- Text
-
PREFIX schema: <https://schema.org/> SELECT DISTINCT ?region WHERE { GRAPH ?doc { ?region a schema:Place ; schema:name ?regionDescription FILTER NOT EXISTS { ?region schema:containedInPlace [] } } } ORDER BY ?regionDescription - Title
- Select regions