@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/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix mrss: <http://search.yahoo.com/mrss/> .
@prefix xhtml: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix acl: <http://www.w3.org/ns/auth/acl#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix schema: <http://schema.org/> .
@prefix res: <http://bbcarchdev.github.io/ns/spindle#> .
@prefix osd: <http://a9.com/-/spec/opensearch/1.1/> .
@prefix olo: <http://purl.org/ontology/olo/core#> .

<http://bbcsfx.acropolis.org.uk/terms>
    dct:license <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    a foaf:Document ;
    foaf:primaryTopic <http://bbcsfx.acropolis.org.uk/terms#id> .

<http://bbcsfx.acropolis.org.uk/terms#id>
    a odrl:Policy ;
    rdfs:label "Accessible by all users under the Remarc Licence."@en-gb ;
    foaf:page <https://github.com/bbcarchdev/Remarc/blob/master/doc/2016.09.27_RemArc_Content%20licence_Terms%20of%20Use_final.pdf> .

