@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix po: <http://purl.org/ontology/po/> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .

<http://bbcvoices.acropolis.org.uk/topics>
    dct:format <http://purl.org/NET/mediatypes/text/turtle> ;
    dct:hasFormat <http://bbcvoices.acropolis.org.uk/topics.ttl> ;
    dct:license <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    a void:DatasetDescription ;
    foaf:primaryTopic <http://bbcvoices.acropolis.org.uk/topics#id> .

<http://bbcvoices.acropolis.org.uk/topics#id>
    dct:creator <http://dbpedia.org/resource/BBC> ;
    dct:modified "2018-03-01"^^xsd:date ;
    dct:title "BBC Voices dataset - topics covered in the interviews"@en-gb ;
    a void:Dataset .

<http://bbcvoices.acropolis.org.uk/topics.ttl>
    dct:format <http://purl.org/NET/mediatypes/text/turtle> ;
    dct:license <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    a dcmitype:Text, <http://www.w3.org/ns/formats/Turtle> .

