@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dcat-ap.de/def/licenses/other-closed> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

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

<http://publications.europa.eu/resource/authority/frequency/ANNUAL> a dct:Frequency .

<https://ckan.open.nrw.de/organization/5db34c99-d68a-429b-bab5-6472111154ff> a foaf:Agent ;
    foaf:name "Bonn" .

<https://opendata.bonn.de/dataset/b%C3%BCrofl%C3%A4chenpreise> a dcat:Dataset,
        foaf:Document ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/openNRW>,
        <https://opendata.bonn.de/> ;
    dct:accessRights [ a dct:RightsStatement ;
            rdfs:label "öffentlich " ],
        [ a dct:RightsStatement ;
            rdfs:label "öffentlich " ],
        [ a dct:RightsStatement ;
            rdfs:label "öffentlich " ] ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "Preisdarstellung für Büroflächen im Bonner Stadtgebiet." ;
    dct:identifier "51cf64f8-ed42-47a8-a9a3-151018ab9a4f" ;
    dct:issued "2026-04-03T00:15:07+02:00"^^xsd:dateTime ;
    dct:modified "2019-10-23T11:03:53+02:00"^^xsd:dateTime ;
    dct:publisher <https://ckan.open.nrw.de/organization/5db34c99-d68a-429b-bab5-6472111154ff> ;
    dct:title "Büroflächenpreise" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Stadt Bonn" ;
            vcard:hasEmail <mailto:opendata@bonn.de> ],
        [ a vcard:Kind ;
            vcard:fn "Stadt Bonn" ;
            vcard:hasEmail <mailto:opendata@bonn.de> ] ;
    dcat:distribution <https://opendata.bonn.de/dataset/c419b908-aa4e-466e-b433-8542320d1069/resource/c419b908-aa4e-466e-b433-8542320d1069> ;
    dcat:keyword "Wirtschaft und Arbeit" ;
    foaf:page <https://opendata.bonn.de/dataset/b%C3%BCrofl%C3%A4chenpreise> .

<https://opendata.bonn.de/sites/default/files/bueroflaechenpreis2017.csv> a rdfs:Resource .

<https://opendata.bonn.de/dataset/c419b908-aa4e-466e-b433-8542320d1069/resource/c419b908-aa4e-466e-b433-8542320d1069> a rdfs:Resource,
        dcat:Distribution,
        foaf:Document ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2018-02-06T17:29:43+01:00"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/other-closed> ;
    dct:modified "2018-02-06T17:29:43+01:00"^^xsd:dateTime ;
    dct:title "Büroflächenpreis in den Flächenteilmärkten Bonn 2017" ;
    dcat:accessURL <https://opendata.bonn.de/dataset/c419b908-aa4e-466e-b433-8542320d1069/resource/c419b908-aa4e-466e-b433-8542320d1069> ;
    dcat:byteSize "506"^^xsd:nonNegativeInteger ;
    dcat:downloadURL <https://opendata.bonn.de/sites/default/files/bueroflaechenpreis2017.csv> ;
    dcat:mediaType "text/csv" ;
    foaf:page <https://opendata.bonn.de/dataset/c419b908-aa4e-466e-b433-8542320d1069/resource/c419b908-aa4e-466e-b433-8542320d1069> .

