@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix ns0: <http://api.talis.com/stores/moseley/services/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <http://moseley.dataincubator.org/artist/> .
@prefix ns2: <http://moseley.dataincubator.org/festival/> .

<http://moseley.dataincubator.org/.turtle> rdf:type foaf:Document ,
                                                    dctype:Text ;
                                           foaf:primaryTopic <http://moseley.dataincubator.org/> ;
                                           dct:hasFormat <http://moseley.dataincubator.org/.rdf> ,
                                                         <http://moseley.dataincubator.org/.html> ,
                                                         <http://moseley.dataincubator.org/.json> ;
                                           foaf:topic <http://moseley.dataincubator.org/> .

<http://moseley.dataincubator.org/.rdf> rdf:type dctype:Text ,
                                                 foaf:Document ;
                                        dc:format "application/rdf+xml" ;
                                        rdfs:label "RDF/XML" .

<http://moseley.dataincubator.org/.html> rdf:type dctype:Text ,
                                                  foaf:Document ;
                                         dc:format "text/html" ;
                                         rdfs:label "HTML" .

<http://moseley.dataincubator.org/.json> rdf:type dctype:Text ,
                                                  foaf:Document ;
                                         dc:format "application/json" ;
                                         rdfs:label "JSON" .

<http://moseley.dataincubator.org/> dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                    void:uriRegexPattern "http://moseley.dataincubator.org/.+" ;
                                    dct:title "Moseley Folk Festival Data" ;
                                    void:sparqlEndpoint ns0:sparql ;
                                    void:vocabulary <http://purl.org/dc/terms/> ,
                                                    <http://www.w3.org/2002/07/owl#> ,
                                                    <http://xmlns.com/foaf/0.1/> ,
                                                    <http://purl.org/ontology/mo/> ;
                                    dct:source <http://www.moseleyfolk.co.uk/> ;
                                    rdf:type void:Dataset ;
                                    dct:issued "2009-07-14"^^xsd:date ;
                                    dct:rights "This data has been placed into the Public Domain" ;
                                    void:exampleResource ns1:beth-orton ,
                                                         ns2:moseley-2009 ;
                                    void:uriLookupEndpoint <http://api.talis.com/stores/moseley/meta?about=> ;
                                    dct:description "Artist information for the Moseley Folk Festival from 2006-2009" .