query-4577d1d424a0a3cb7422926f693e68ae

rq turtle/ttl

PropertiesAtlas of Hillforts ID (P4102)Digital Atlas of the Roman Empire ID (P1936)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?subj ?label ?atlasID (URI(CONCAT("http://dare.ht.lu.se/places/",?roman,".html")) AS ?romanlink) WHERE
{  ?subj wdt:P4102 ?atlasID ;
       wdt:P1936 ?roman ;
      rdfs:label ?label filter (lang(?label) = "en")
} ORDER BY ?atlasID

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?atlasID"):::projected v2("?label"):::projected v4("?roman"):::projected v5("?romanlink") v3("?subj"):::projected f0[["?label = 'en'"]] f0 --> v2 v3 --"wdt:P4102"--> v1 v3 --"wdt:P1936"--> v4 v3 --"rdfs:label"--> v2 bind1[/"concat('http://dare.ht.lu.se/places/',?roman,'.html')"/] v4 --o bind1 bind1 --as--o v5