@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/journal/> .
@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 bibo: <http://purl.org/ontology/bibo/> .
@prefix ns1: <http://periodicals.dataincubator.org/organization/> .
@prefix ns2: <http://id.loc.gov/authorities/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

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

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

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

ns0:nature foaf:isPrimaryTopicOf <http://locatorplus.gov/cgi-bin/Pwebrecon.cgi?DB=local&v1=1&ti=1,1&Search_Arg=0410462&Search_Code=0359&CNT=20&SID=1> ,
                                 <http://www.ncbi.nlm.nih.gov/sites/entrez?Db=nlmcatalog&doptcmdl=Expanded&cmd=search&Term=0410463%5BNlmId%5D> ,
                                 <http://www.ncbi.nlm.nih.gov/sites/entrez?Db=nlmcatalog&doptcmdl=Expanded&cmd=search&Term=0410462%5BNlmId%5D> ,
                                 <http://locatorplus.gov/cgi-bin/Pwebrecon.cgi?DB=local&v1=1&ti=1,1&Search_Arg=0410463&Search_Code=0359&CNT=20&SID=1> ;
           dct:title "Nature" ;
           dc:identifier <info:pmid/0410463> ,
                         <info:pmid/0410462> ;
           dc:subject "BIOLOGY" ,
                      "CIENCIA" ,
                      "Natuurwetenschappen" ,
                      "Biologie" ,
                      "Science" ,
                      "Physique" ,
                      "SCIENCE" ,
                      "Sciences" ,
                      "NATURAL HISTORY" ;
           rdf:type bibo:Journal ;
           dct:publisher ns1:nature-publishing-group ;
           bibo:issn "0028-0836" ,
                     "0090-0028" ;
           bibo:eissn "1476-4687" ;
           bibo:shortTitle "Nature" ,
                           "Nature New Biol." ,
                           "Nat New Biol" ;
           dct:subject ns2:sh85090222 ,
                       ns2:sh85118553 ,
                       ns2:sh85015263 ,
                       ns2:sh85014203 ,
                       ns2:sh00007934 ;
           owl:sameAs <http://periodicals.dataincubator.org/issn/0090-0028> ,
                      <http://periodicals.dataincubator.org/issn/0028-0836> ,
                      <http://periodicals.dataincubator.org/eissn/1476-4687> .
