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 / Subjects of Podcasts
Created January 9, 2014 11:40
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
}