query-5c2018f2b782089bc77addbd21ce5e6e
Propertiesitem for this sense (P5137)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?sense ?senseDefinition ?lexeme ?pluralForm
WHERE {
?sense wdt:P5137 ?item ;
skos:definition ?senseDefinition .
FILTER(LANG(?senseDefinition)="en")
?lexeme ontolex:sense ?sense ;
dct:language wd:Q1860 ;
ontolex:lexicalForm ?lexicalForm .
?lexicalForm wikibase:grammaticalFeature wd:Q146786;
ontolex:representation ?pluralForm .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?item"):::projected
v4("?lexeme"):::projected
v5("?lexicalForm")
v6("?pluralForm"):::projected
v2("?sense"):::projected
v1("?senseDefinition"):::projected
c9(["wd:Q146786"]):::iri
c12(["bd:serviceParam"]):::iri
c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q1860"]):::iri
f0[["?senseDefinition = 'en'"]]
f0 --> v1
v2 --"wdt:P5137"--> v3
v2 --"skos:definition"--> v1
v4 --"ontolex:sense"--> v2
v4 --"dct:language"--> c6
v4 --"ontolex:lexicalForm"--> v5
v5 --"wikibase:grammaticalFeature"--> c9
v5 --"ontolex:representation"--> v6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end