@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://doi.org/10.57702/6sacvaej> a dcat:Dataset ;
    dct:description """@prefix dcat:  &lt;http://www.w3.org/ns/dcat#&gt; .\r
\r
@prefix dct:   &lt;http://purl.org/dc/terms/&gt; .\r
\r
@prefix t:     &lt;https://schema.coypu.org/metadata-template#&gt; .\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; dct:license &lt;https://metadata.coypu.org/licenses/OdcOpenDatabaseLicense&gt;.\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; t:licenseNote "ODbL by OpenStreetMap".\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; t:theme "Global railway network".\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; t:licensePage &lt;https://www.openstreetmap.org/copyright&gt;.\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; dct:creator "OpenStreetMap (OSM)".\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; t:type "OSM".\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; dct:description "OpenRailwayMap".\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; t:graph &lt;https://data.coypu.org/infrastructure/railway/&gt;.\r
\r
&lt;https://metadata.coypu.org/dataset/railway&gt; dcat:distribution &lt;https://metadata.coypu.org/dataset/osm-distribution&gt;.\r
\r
&lt;https://metadata.coypu.org/dataset/osm-distribution&gt; dcat:downloadURL &lt;https://overpass-api.de/api/map&gt;.\r
\r
&lt;https://metadata.coypu.org/dataset/osm-distribution&gt; dct:title "Overpass API".\r
\r
&lt;https://metadata.coypu.org/dataset/osm-distribution&gt; dct:format "".\r
\r
&lt;https://metadata.coypu.org/dataset/osm-distribution&gt; dct:modified "".\r
\r
""" ;
    dct:identifier "05f3892f-1b2d-481c-8d8b-9fddb42b251c" ;
    dct:issued "2023-11-02T16:15:36.534267"^^xsd:dateTime ;
    dct:modified "2024-09-27T11:48:29.802865"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/ef045fbd-c1c9-41f5-bcdc-5ac16b8c7338> ;
    dct:title "Railway Dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CoyPu Project" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/05f3892f-1b2d-481c-8d8b-9fddb42b251c/resource/56167f40-a632-4082-a1b5-fe9bafee7f44>,
        <https://service.tib.eu/dataset/05f3892f-1b2d-481c-8d8b-9fddb42b251c/resource/63c85e03-c79a-4aa9-b3e7-a239bf59ce77> .

dct:Agent foaf:Name "CoyPu Project" .

<https://service.tib.eu/dataset/05f3892f-1b2d-481c-8d8b-9fddb42b251c/resource/56167f40-a632-4082-a1b5-fe9bafee7f44> a dcat:Distribution ;
    dct:description "Download link for the raw data" ;
    dct:format "url" ;
    dct:title "Raw data source" ;
    dcat:accessURL <https://overpass-api.de/api/map> .

<https://service.tib.eu/dataset/05f3892f-1b2d-481c-8d8b-9fddb42b251c/resource/63c85e03-c79a-4aa9-b3e7-a239bf59ce77> a dcat:Distribution ;
    dct:description "Source data graph of the dataset" ;
    dct:format "url" ;
    dct:title "Source data graph" ;
    dcat:accessURL <https://data.coypu.org/infrastructure/railway/> .

<https://service.tib.eu/organization/ef045fbd-c1c9-41f5-bcdc-5ac16b8c7338> a foaf:Organization ;
    foaf:name "CoyPu" .

