query-2577c1c2c11fb474bf67ed9accd10cd8

rq turtle/ttl

added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111 added before 2016-10 SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P106 wd:Q33999 . ?item wdt:P21 wd:Q6581072 . OPTIONAL { ?item schema:description ?itemDescription } FILTER (!BOUND(?itemDescription)) ?item wdt:P31 wd:Q5 . SERVICE wikibase:label { bd:serviceParam wikibase:language "es"} } LIMIT 111

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 bd: <http://www.bigdata.com/rdf#>
#added before 2016-10
SELECT DISTINCT ?item ?itemLabel
WHERE
{
    ?item wdt:P106 wd:Q33999 .
    ?item wdt:P21 wd:Q6581072 .
    OPTIONAL { ?item schema:description ?itemDescription  }
    FILTER (!BOUND(?itemDescription))
    ?item wdt:P31 wd:Q5 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "es"}
}
LIMIT 111

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemDescription") c9(["bd:serviceParam"]):::iri c7(["wd:Q5"]):::iri c4(["wd:Q6581072"]):::iri c2(["wd:Q33999"]):::iri c11(["es"]):::literal f0[["not bound(?itemDescription)"]] f0 --> v1 v2 --"wdt:P106"--> c2 v2 --"wdt:P21"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:description".-> v1 end v2 --"wdt:P31"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end