query-e9900312e1dbc8b7215eaf47d31fef1b
Luoghi della cultura senza voce su it.wiki (occhio ai falsi positivi) SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT WHERE { ?luogoCultura wdt:P17 wd:Q38 . ?luogoCultura wdt:P5782 ?DBUnicoMiBACT . ?luogoCultura wdt:P131 ?UnitAmm . MINUS { ?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
- https://query.wikidata.org/sparql
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 senza voce su it.wiki (occhio ai falsi positivi)
SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT
WHERE {
?luogoCultura wdt:P17 wd:Q38 .
?luogoCultura wdt:P5782 ?DBUnicoMiBACT .
?luogoCultura wdt:P131 ?UnitAmm .
MINUS { ?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;
v2("?DBUnicoMiBACT"):::projected
v4("?LabelIT")
v3("?UnitAmm")
v5("?article")
v1("?luogoCultura"):::projected
v6("?page_titleIT"):::projected
c8([https://it.wikipedia.org/]):::iri
c2(["wd:Q38"]):::iri
c12(["bd:serviceParam"]):::iri
c14(["it,en"]):::literal
v1 --"wdt:P17"--> c2
v1 --"wdt:P5782"--> v2
v1 --"wdt:P131"--> v3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
f1[["?LabelIT = 'it'"]]
f1 --> v4
v5 --"schema:about"--> v1
v5 --"schema:isPartOf"--> c8
v5 --"schema:name"--> v6
v1 --"rdfs:label"--> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end