query-8863e13b388881876f58cb5a9b3cb973

rq turtle/ttl

Luoghi della cultura del comune di Bologna senza voce su it.wiki (occhio ai falsi positivi) SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT WHERE { ?luogoCultura wdt:P131 wd:Q1891 . ?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

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 del comune di Bologna senza voce su it.wiki (occhio ai falsi positivi)
SELECT ?luogoCultura ?luogoCulturaLabel ?luogoCulturaDescription ?UnitAmmLabel ?DBUnicoMiBACT ?page_titleIT
WHERE {
       ?luogoCultura wdt:P131 wd:Q1891 .
       ?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 c7([https://it.wikipedia.org/]):::iri c11(["bd:serviceParam"]):::iri c13(["it,en"]):::literal c2(["wd:Q1891"]):::iri v1 --"wdt:P131"--> 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"--> c7 v5 --"schema:name"--> v6 v1 --"rdfs:label"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end