Skip to content

Instantly share code, notes, and snippets.

@Open-University-LOD
Last active January 2, 2016 16:49
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/8332877 to your computer and use it in GitHub Desktop.
Save Open-University-LOD/8332877 to your computer and use it in GitHub Desktop.
Properties that OpenLearn units (www.open.edu/openlearn) have.
select distinct ?property
from <http://data.open.ac.uk/context/openlearn>
where {
?subject a <http://data.open.ac.uk/openlearn/ontology/OpenLearnUnit> .
?subject ?property ?x
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment