@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 ns0: <http://guardian.dataincubator.org/collection/> .
@prefix ns1: <http://guardian.dataincubator.org/constituency/> .
@prefix ns2: <http://guardian.dataincubator.org/category/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix ns3: <http://api.talis.com/stores/guardian/services/> .
@prefix ns4: <http://www.guardian.co.uk/> .
@prefix ns5: <http://guardian.dataincubator.org/person/> .

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

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

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

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

ns0:uk-mps rdfs:label "List of UK Members of Parliament" .

ns1:bethnal-green-and-bow rdfs:label "Bethnal Green and Bow" .

ns2:uk rdfs:label "UK news" .

<http://guardian.dataincubator.org/> dct:title "Guardian MP Dataset" ;
                                     void:sparqlEndpoint ns3:sparql ;
                                     dct:source <http://politics.guardian.co.uk/> ,
                                                ns4:data-store ,
                                                <http://www.theyworkforyou.com> ,
                                                <http://www.guardian.co.uk/open-platform/> ;
                                     rdf:type void:Dataset ;
                                     void:exampleResource ns5:adam-afriyie ,
                                                          ns5:charles-kennedy ,
                                                          ns2:uk ,
                                                          ns0:uk-mps ,
                                                          ns1:bethnal-green-and-bow ;
                                     dct:description """
  Metadata about UK MPs, Constituencies, Expense returns and Guardian.co.uk articles 
  """ .