Skip to content

Instantly share code, notes, and snippets.

@Open-University-LOD
Created January 9, 2014 11:40
Show Gist options
  • Save Open-University-LOD/8332835 to your computer and use it in GitHub Desktop.
Save Open-University-LOD/8332835 to your computer and use it in GitHub Desktop.
Subject headings used to describe a specific podcast. Created by @psychemedia
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?s ?y {
<http://data.open.ac.uk/podcast/9687b84ab18c389aace5b9fecdb42457> dct:isPartOf ?c .
?c dct:subject ?s . ?s rdfs:label ?y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment