Skip to content

Instantly share code, notes, and snippets.

@Open-University-LOD
Created January 9, 2014 11:38
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/8332819 to your computer and use it in GitHub Desktop.
Save Open-University-LOD/8332819 to your computer and use it in GitHub Desktop.
This query lists all the Open University courses that can currently be registered to from Nigeria.
PREFIX mlo: <http://purl.org/net/mlo/>
PREFIX aiiso: <http://purl.org/vocab/aiiso/schema#>
SELECT ?course
FROM <http://data.open.ac.uk/context/course>
WHERE
{
?course mlo:location <http://sws.geonames.org/2328926/> .
?course a aiiso:Module
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment