Skip to content

Instantly share code, notes, and snippets.

View Open-University-LOD's full-sized avatar

Open-University-LOD Open-University-LOD

View GitHub Profile
@Open-University-LOD
Open-University-LOD / Courses available in Nigeria
Created January 9, 2014 11:38
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
}