Skip to content

Instantly share code, notes, and snippets.

@ewg118
Last active August 29, 2015 14:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ewg118/8161a9e118f3b8803a97 to your computer and use it in GitHub Desktop.
Filter by English label
PREFIX nm: <http://nomisma.org/id/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT ?label WHERE {
nm:rome skos:prefLabel ?label .
FILTER langMatches( lang(?label), "en" )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment