query-2fae28042a3afbc83f83c310af9ceb66
Synia: Depicted feature
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q1144593>
SELECT
?depicted_feature ?depicted_featureLabel
?depicted_featureDescription
("Wikidata ↗" AS ?wikidata)
(CONCAT("https://www.wikidata.org/wiki/", SUBSTR(STR(target:), 32)) AS ?wikidataUrl)
WHERE {
BIND(target: AS ?depicted_feature)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?depicted_feature"):::projected
v2("?wikidata")
v3("?wikidataUrl")
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/"http://www.wikidata.org/entity/Q1144593"/]
bind0 --as--o v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
bind1[/"'Wikidata ↗'"/]
bind1 --as--o v2
bind2[/"concat('https://www.wikidata.org/wiki/',substring(str(http://www.wikidata.org/entity/Q1144593),'32^^xsd:integer'))"/]
bind2 --as--o v3