query-2489d946c6d5543914b94c752b84ebd4

rq turtle/ttl

Look up q-codes based on English label Look up q-codes based on English label Look up q-codes based on English label Recherche des q-codes basés sur une étiquette en anglais Look up q-codes based on English label Zoeken naar q-codes op basis van het Engelse label Look up q-codes based on English label Look up q-codes based on English label Look up q-codes based on English label Look up q-codes based on English label

Use at

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#>
SELECT ?lab ?item WHERE {
  ?item rdfs:label ?lab .
  MINUS {?item wdt:P31 wd:Q4167836 } . # no category items
  VALUES ?lab {"Agelenopsis pennsylvanica"@en
    "Agelenopsis potteri"@en
    "Anelosimus studiosus"@en
  } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?lab"):::projected c3(["wd:Q4167836"]):::iri v1 --"rdfs:label"--> v3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c3 end bind1[/VALUES ?lab/] bind1-->v3 bind10([sAgelenopsis pennsylvanica^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind10 --> bind1 bind11([sAgelenopsis potteri^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind11 --> bind1 bind12([sAnelosimus studiosus^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind12 --> bind1