query-a17d3eb7cdddcb5058013beb64dc4f7c

rq turtle/ttl

Luoghi della cultura che hanno la voce su it.wiki SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT WHERE { ?luogoCultura wdt:P17 wd:Q38 . ?luogoCultura wdt:P5782 ?DBUnicoMiBACT . ?luogoCultura wdt:P131 ?UnitAmm . ?article schema:about ?luogoCultura ; schema:isPartOf https://it.wikipedia.org/ ; schema:name ?page_titleIT . ?luogoCultura rdfs:label ?LabelIT filter (lang(?LabelIT) = "it") . SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en". }

         }

LIMIT 100

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Luoghi della cultura che hanno la voce su it.wiki
SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT
WHERE {
       ?luogoCultura wdt:P17 wd:Q38 .
       ?luogoCultura wdt:P5782 ?DBUnicoMiBACT .
       ?luogoCultura wdt:P131 ?UnitAmm .
       ?article schema:about ?luogoCultura ; schema:isPartOf <https://it.wikipedia.org/> ;  schema:name ?page_titleIT .
       ?luogoCultura rdfs:label ?LabelIT filter (lang(?LabelIT) = "it") .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en". }

             }
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?DBUnicoMiBACT"):::projected v1("?LabelIT") v4("?UnitAmm") v5("?article") v2("?luogoCultura"):::projected v6("?page_titleIT"):::projected c8([https://it.wikipedia.org/]):::iri c3(["wd:Q38"]):::iri c12(["bd:serviceParam"]):::iri c14(["it,en"]):::literal f0[["?LabelIT = 'it'"]] f0 --> v1 v2 --"wdt:P17"--> c3 v2 --"wdt:P5782"--> v3 v2 --"wdt:P131"--> v4 v5 --"schema:about"--> v2 v5 --"schema:isPartOf"--> c8 v5 --"schema:name"--> v6 v2 --"rdfs:label"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end