query-70c17345e01fd2f4acafa940b774896e
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 ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?languageLabel ?lemma ?conceptualSenseDescription ?lexicalCategoryLabel ?lexeme ?representation ?grammaticalFeatureLabel
WHERE {
VALUES ?conceptualSenseX {
# wd:Q186360 # nurse (type of healthcare giver)
wd:Q5482740 # programmer
}
VALUES ?lemma {
# "nurse"@en
# "developer"@en
# "hunger"@en
"white"@en
}
VALUES ?lexicalCategoryX {
wd:Q1084 # noun
}
VALUES ?grammaticalFeatureX {
# wd:Q110786 # singular
wd:Q146786 # plural
}
VALUES ?language {
wd:Q1860
}
?lexeme ontolex:sense ?sense ;
wikibase:lemma ?lemma ;
dct:language ?language ;
wikibase:lexicalCategory ?lexicalCategory ;
ontolex:lexicalForm ?form .
?sense wdt:P5137 ?conceptualSense .
?form wikibase:grammaticalFeature ?grammaticalFeature ;
ontolex:representation ?representation .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?language ?lemma ?conceptualSense ?lexicalCategory
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?conceptualSense")
v5("?conceptualSenseX")
v10("?form")
v11("?grammaticalFeature")
v7("?grammaticalFeatureX")
v8("?language")
v6("?lemma"):::projected
v8("?lexeme"):::projected
v4("?lexicalCategory")
v6("?lexicalCategoryX")
v12("?representation"):::projected
v9("?sense")
c10(["bd:serviceParam"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?conceptualSenseX/]
bind0-->v5
bind00(["wd:Q5482740"])
bind00 --> bind0
bind1[/VALUES ?lemma/]
bind1-->v6
bind10([swhite^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"])
bind10 --> bind1
bind2[/VALUES ?lexicalCategoryX/]
bind2-->v6
bind20(["wd:Q1084"])
bind20 --> bind2
bind3[/VALUES ?grammaticalFeatureX/]
bind3-->v7
bind30(["wd:Q146786"])
bind30 --> bind3
bind4[/VALUES ?language/]
bind4-->v8
bind40(["wd:Q1860"])
bind40 --> bind4
v8 --"ontolex:sense"--> v9
v8 --"wikibase:lemma"--> v6
v8 --"dct:language"--> v8
v8 --"wikibase:lexicalCategory"--> v4
v8 --"ontolex:lexicalForm"--> v10
v9 --"wdt:P5137"--> v3
v10 --"wikibase:grammaticalFeature"--> v11
v10 --"ontolex:representation"--> v12
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end