@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://periodicals.dataincubator.org/journal/> .

<http://periodicals.dataincubator.org/issn/0036-8075.turtle> rdf:type foaf:Document ,
                                                                      dctype:Text ;
                                                             foaf:primaryTopic <http://periodicals.dataincubator.org/issn/0036-8075> ;
                                                             dct:hasFormat <http://periodicals.dataincubator.org/issn/0036-8075.rdf> ,
                                                                           <http://periodicals.dataincubator.org/issn/0036-8075.html> ,
                                                                           <http://periodicals.dataincubator.org/issn/0036-8075.json> ;
                                                             foaf:topic <http://periodicals.dataincubator.org/issn/0036-8075> .

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

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

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

<http://periodicals.dataincubator.org/issn/0036-8075> owl:sameAs ns0:science-new-york-ny ,
                                                                 ns0:science .