query-c9085d3328be00638e9b5a5bc4b7edc8
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?marker ?markerLabel ?inscription WHERE {
?marker (wdt:P31/wdt:P279*) wd:Q21562164.
?marker rdfs:label ?markerLabel.
FILTER((LANG(?markerLabel)) = "en")
?marker wdt:P1684 ?inscription.
FILTER(REGEX(?inscription, "-Ameri|"|'|`| <br|br> |br */|[0-9] ?- ?[0-9]|- ?(January|February|March|April|May|June|July|August|Sep|Oct|Nov|Dec|Enero|Pebrero|Marso|Abril|Mayo|Hunyo|Hulyo|Agosto|Setyembre|Oktubre|Nobyembre|Disyembre)")).
}