@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 ns0: <http://periodicals.dataincubator.org/organization/> .
@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#> .

<http://periodicals.dataincubator.org/organization/nature-publishing-group.turtle> rdf:type foaf:Document ,
                                                                                            dctype:Text ;
                                                                                   foaf:primaryTopic ns0:nature-publishing-group ;
                                                                                   dct:hasFormat <http://periodicals.dataincubator.org/organization/nature-publishing-group.rdf> ,
                                                                                                 <http://periodicals.dataincubator.org/organization/nature-publishing-group.html> ,
                                                                                                 <http://periodicals.dataincubator.org/organization/nature-publishing-group.json> ;
                                                                                   foaf:topic ns0:nature-publishing-group .

<http://periodicals.dataincubator.org/organization/nature-publishing-group.rdf> rdf:type dctype:Text ,
                                                                                         foaf:Document ;
                                                                                dc:format "application/rdf+xml" ;
                                                                                rdfs:label "RDF/XML" .

<http://periodicals.dataincubator.org/organization/nature-publishing-group.html> rdf:type dctype:Text ,
                                                                                          foaf:Document ;
                                                                                 dc:format "text/html" ;
                                                                                 rdfs:label "HTML" .

<http://periodicals.dataincubator.org/organization/nature-publishing-group.json> rdf:type dctype:Text ,
                                                                                          foaf:Document ;
                                                                                 dc:format "application/json" ;
                                                                                 rdfs:label "JSON" .

ns0:nature-publishing-group foaf:name "Nature Publishing Group" ;
                            rdf:type foaf:Organization .
