@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://climb.dataincubator.org/datasets/> .
@prefix ns1: <http://climb.dataincubator.org/> .
@prefix ns2: <http://keithalexander.co.uk/id/> .

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

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

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

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

<http://climb.dataincubator.org/> rdfs:seeAlso ns0:bouldr ,
                                               ns1:dataset ;
                                  rdf:type foaf:Document ;
                                  rdfs:label "Climbing Data as RDF" ;
                                  dct:created "2009-11-06T01:13:38+00:00" ,
                                              "2009-11-06T01:12:38+00:00" ,
                                              "2009-05-10T21:23:41+01:00" ;
                                  dct:creator ns2:me ;
                                  dct:description "climb.dataincubator.org  is a collection of data taken from various climbing web sites and converted into Linked Data. " .

ns1:dataset rdfs:label "climb.dataincubator.org Dataset" ,
                       "Climb.Dataincubator.org Dataset" .

ns0:bouldr rdfs:label "bouldr.net Dataset" .