@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatde: <http://dcat-ap.de/def/dcatde/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://134.245.19.93/dataset/f57d9e61-371f-41f2-ab20-4e006f9009ae> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description """Informationen zu allen Standorte der CoWorking-Spaces von CoWorkLand\r
\r
Eine Kartenansicht gibt es unter https://coworkland.de/de/spaces\r
\r
## Attribute\r
\r
 - `id ` - interne Nummer des Standorts\r
 - `title ` - Name des Standorts\r
 - `slug` - technischer Kurzname\r
 - `street ` - Straße\r
 - `nr` - Hausnummer\r
 - `zip` - Postleitzahl\r
 - `city` - Ortsname\r
 - `lat` - geographische Breite in WGS84\r
 - `lng` - geographische Länge in WGS84\r
 - `tel` - Telefonnummer\r
 - `fax` - Faxnummer\r
 - `email` - E-Mail-Adresse\r
 - `terms_of_service` - Text mit Nutzungsbedingungen des CoWork-Spaces\r
 - `category_types` - \r
 - `description` - Beschreibung des CoWork-Spaces\r
 - `link` - Webseite\r
 - `header` - interne Struktur für eine Anzeige auf der Webseite\r
\r
**Hinweis: Die verlinkten Bilder unterliegen anderen Nutzungsbedingungen.**""" ;
    dct:identifier "f57d9e61-371f-41f2-ab20-4e006f9009ae" ;
    dct:issued "2022-10-20T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-10-20T05:15:47.026502"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/ecde09e5-1bfd-412d-866e-bf817b44bce2> ;
    dct:references <https://musterdatenkatalog.de/def/musterdatensatz/externeInfrastruktur/coworkingSpaces> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2022-10-20T00:00:00"^^xsd:dateTime ] ;
    dct:title "Standorte der CoWorking-Spaces von CoWorkLand" ;
    dcat:distribution <http://134.245.19.93/dataset/f57d9e61-371f-41f2-ab20-4e006f9009ae/resource/58463c81-508c-4b4d-8b2d-8819f6271e23> ;
    dcat:keyword "Coworking Spaces",
        "Externe Infrastruktur" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/REGI> .

<http://134.245.19.93/dataset/f57d9e61-371f-41f2-ab20-4e006f9009ae/resource/58463c81-508c-4b4d-8b2d-8819f6271e23> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2022-10-20T05:15:37.036014"^^xsd:dateTime ;
    dct:modified "2022-10-20T05:15:37.036014"^^xsd:dateTime ;
    dcat:accessURL <https://api.coworkland.de/v1/spaces> .

<http://134.245.19.93/organization/ecde09e5-1bfd-412d-866e-bf817b44bce2> a foaf:Agent ;
    foaf:name "CoWorkLand" .

<http://dcat-ap.de/def/politicalGeocoding/stateKey/01> a dct:Location ;
    skos:prefLabel "Bundesland Schleswig-Holstein" ;
    locn:geometry "POLYGON ((7.8690 53.3600, 7.8690 55.0583, 11.3126 55.0583, 11.3126 53.3600, 7.8690 53.3600))"^^gsp:wktLiteral .

<https://publications.europa.eu/resource/authority/file-type/JSON> a dct:MediaTypeOrExtent .

