Page MenuHomePhabricator
Paste P2624

items about females without spanish descriptions
ActivePublic

Authored by aude on Feb 16 2016, 4:44 PM.
Project Tags
None
Referenced Files
F3364315: items about females without spanish descriptions
Feb 24 2016, 5:27 AM
Subscribers
PREFIX schema: <http://schema.org/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?item ?itemLabel ?itemDescription
WHERE
{
?item wdt:P21 wd:Q6581072 .
OPTIONAL { ?item rdfs:label ?itemLabel }
OPTIONAL { ?item schema:description ?itemDescription }
FILTER (!BOUND(?itemDescription))
SERVICE wikibase:label {
bd:serviceParam wikibase:language "es"
}
}
LIMIT 100

Event Timeline

aude changed the title of this paste from untitled to items about females without spanish descriptions.Feb 16 2016, 4:44 PM
aude edited the content of this paste. (Show Details)