query-76fcea8067b44cda6db5643bc8057d0f

rq turtle/ttl

PropertiesAtlas of Hillforts ID (P4102)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?subj ?label WHERE
{  ?subj wdt:P4102 ?atlasID ;
      rdfs:label ?label filter (lang(?label) = "cy")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?atlasID") v1("?label"):::projected v2("?subj"):::projected f0[["?label = 'cy'"]] f0 --> v1 v2 --"wdt:P4102"--> v3 v2 --"rdfs:label"--> v1