Skip to content

Instantly share code, notes, and snippets.

@Open-University-LOD
Created January 9, 2014 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Open-University-LOD/8332856 to your computer and use it in GitHub Desktop.
Save Open-University-LOD/8332856 to your computer and use it in GitHub Desktop.
Spanish courses available in Germany.
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?c ?l WHERE {
?c <http://purl.org/dc/terms/subject> <http://data.open.ac.uk/topic/spanish> .
?c rdfs:label ?l .
?c <http://data.open.ac.uk/saou/ontology#isAvailableIn> <http://sws.geonames.org/2921044/>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment