query-e08baffa8b0b5cd5df08e18357d35dd5
Propertiescountry (P17)instance of (P31)inception (P571)official website (P856)coordinate location (P625)
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?Costa_Rica ?inception ?reference_URL ?coordinate_location WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?Costa_Rica wdt:P17 wd:Q800.
?Costa_Rica wdt:P31 wd:Q3918.
OPTIONAL { ?Costa_Rica wdt:P571 ?inception. }
OPTIONAL { ?Costa_Rica wdt:P856 ?reference_URL. }
OPTIONAL { ?Costa_Rica wdt:P625 ?coordinate_location. }
}LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?Costa_Rica"):::projected
v4("?coordinate_location"):::projected
v2("?inception"):::projected
v3("?reference_URL"):::projected
c2(["bd:serviceParam"]):::iri
c6(["wd:Q800"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c8(["wd:Q3918"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P17"--> c6
v1 --"wdt:P31"--> c8
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P571".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P856".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v4
end