query-d824af57ecbbd373c18d650269cde03e

rq turtle/ttl

principal areas of Wales - properties - Part 1 SELECT ?item ?itemLabel ?_inception ?_authorityLabel ?_legislative_bodyLabel ?_instance_ofLabel ?_coat_of_arms_image WHERE { ?item wdt:P31 wd:Q15979307. SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } OPTIONAL { ?item wdt:P571 ?_inception. } OPTIONAL { ?item wdt:P797 ?_authority. } OPTIONAL { ?item wdt:P194 ?_legislative_body. } OPTIONAL { ?item wdt:P31 ?_instance_of. } OPTIONAL { ?item wdt:P94 ?_coat_of_arms_image. } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#principal areas of Wales - properties - Part 1
SELECT ?item ?itemLabel ?_inception ?_authorityLabel ?_legislative_bodyLabel ?_instance_ofLabel ?_coat_of_arms_image WHERE {
  ?item wdt:P31 wd:Q15979307.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?item wdt:P571 ?_inception. }
  OPTIONAL { ?item wdt:P797 ?_authority. }
  OPTIONAL { ?item wdt:P194 ?_legislative_body. }
  OPTIONAL { ?item wdt:P31 ?_instance_of. }
  OPTIONAL { ?item wdt:P94 ?_coat_of_arms_image. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?_authority") v6("?_coat_of_arms_image"):::projected v2("?_inception"):::projected v5("?_instance_of") v4("?_legislative_body") v1("?item"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q15979307"]):::iri c6(["en"]):::literal v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P571".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P797".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P194".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P31".-> v5 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P94".-> v6 end