query-cf1ecdf5d53856f7f422d8d31248e190

rq turtle/ttl

alterar MAIUS - minus Thesaurus encylopedia SELECT ?item ?langlabelEN ?langlabelPT WHERE {

?item wdt:P1711 [] . #British Museum person-institution

MINUS { ?item wdt:P1014 [] . } #AAT ID ID -tratado MINUS { ?item wdt:P3916 [] . } #UNESCO Thesaurus ID -tratado MINUS { ?item wdt:P508 [] . } #BNCF Thesaurus ID -tratado MINUS { ?item wdt:P3219 [] . } #Encyclopædia Universalis -tratado MINUS { ?item wdt:P2581 [] . } #babelNET -tratado MINUS { ?item wdt:P1417 [] . } #britanica -tratado MINUS { ?item wdt:P3417 [] . } #Quora ID -tratado

MINUS { ?item wdt:P830 [] . } #encylopedia of LIFE

MINUS { ?item wdt:P1566 [] . } #geonames

MINUS { ?item wdt:P213 [] . } #ISNI

MINUS { ?item wdt:P31 wd:Q5 . } #human

?item rdfs:label ?langlabelPT. FILTER(LANG(?langlabelPT) = "pt")

?item rdfs:label ?langlabelEN. FILTER(LANG(?langlabelEN) = "en")

# SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }

OFFSET 0 LIMIT 100000

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#alterar MAIUS - minus Thesaurus encylopedia
SELECT ?item  ?langlabelEN  ?langlabelPT
WHERE 
{

   ?item wdt:P1711  []  .      #British Museum person-institution

   MINUS { ?item wdt:P1014  [] .  }    #AAT ID ID -tratado
   MINUS { ?item wdt:P3916  [] .  }    #UNESCO Thesaurus ID -tratado
   MINUS { ?item wdt:P508  [] .  }     #BNCF Thesaurus ID -tratado
   MINUS { ?item wdt:P3219  [] .  }    #Encyclopædia Universalis -tratado
   MINUS { ?item wdt:P2581  [] .  }    #babelNET  -tratado
   MINUS { ?item wdt:P1417 [] .   }    #britanica -tratado
   MINUS { ?item wdt:P3417 [] .  }     #Quora ID -tratado
#  MINUS { ?item wdt:P830  []  .  }    #encylopedia of LIFE
#  MINUS { ?item wdt:P1566 [] .  }     #geonames
#  MINUS { ?item wdt:P213   [] .  }    #ISNI

#  MINUS { ?item wdt:P31 wd:Q5 . }     #human

  ?item rdfs:label ?langlabelPT.
  FILTER(LANG(?langlabelPT) = "pt")

  ?item rdfs:label ?langlabelEN.
  FILTER(LANG(?langlabelEN) = "en")

 # SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

OFFSET 0
LIMIT  100000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v1("?langlabelEN"):::projected v2("?langlabelPT"):::projected a1((" ")) a2((" ")) a3((" ")) a4((" ")) a5((" ")) a6((" ")) a7((" ")) a8((" ")) f0[["?langlabelEN = 'en'"]] f0 --> v1 f1[["?langlabelPT = 'pt'"]] f1 --> v2 v3 --"wdt:P1711"--> a1 subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P1014"--> a2 end subgraph minus3["MINUS"] style minus3 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P3916"--> a3 end subgraph minus4["MINUS"] style minus4 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P508"--> a4 end subgraph minus5["MINUS"] style minus5 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P3219"--> a5 end subgraph minus6["MINUS"] style minus6 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P2581"--> a6 end subgraph minus7["MINUS"] style minus7 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P1417"--> a7 end subgraph minus8["MINUS"] style minus8 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P3417"--> a8 end v3 --"rdfs:label"--> v2 v3 --"rdfs:label"--> v1