@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.23680/243x4f8c> a dcat:Dataset ;
    dct:description "Example usage of CAD visualization in 2D and 3D using CKAN Views." ;
    dct:identifier "476cdf71-1048-4a6f-a28a-58fff547dae5" ;
    dct:issued "2017-11-23T17:37:00.362900"^^xsd:dateTime ;
    dct:modified "2022-06-13T06:54:09.827455"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example CAD Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Autodesk" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/1342ec64-f18e-4860-93cc-f6dd194d56ec>,
        <https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/4ee0ec1c-c72b-4bad-be73-364a735cea5c>,
        <https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/ade79b5d-14e3-4d08-a556-2135fee359f4> ;
    dcat:keyword "2D",
        "3D",
        "CAD",
        "dwg",
        "example",
        "visualization" ;
    dcat:landingPage <https://knowledge.autodesk.com/support/autocad/downloads/caas/downloads/content/autocad-sample-files.html> .

dct:Agent foaf:Name "Autodesk" .

<https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/1342ec64-f18e-4860-93cc-f6dd194d56ec> a dcat:Distribution ;
    dct:title "Example 3D .dwg file" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/6b12f482-7693-4e36-9f47-fa0d4e03a5dc/download/visualization_-_aerial.dwg> ;
    dcat:byteSize 733036.0 .

<https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/4ee0ec1c-c72b-4bad-be73-364a735cea5c> a dcat:Distribution ;
    dct:title "Example 2D .dwg file" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/4c0009c0-69f2-49ec-831c-181f97d624a5/download/drive_shaft.dwg> ;
    dcat:byteSize 169807.0 .

<https://service.tib.eu/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/ade79b5d-14e3-4d08-a556-2135fee359f4> a dcat:Distribution ;
    dct:description "Example usage of CAD using Ckan View with information provided by PANGAEA." ;
    dct:format "ZIP" ;
    dct:title "PANGEA CAD example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/3f429389-27fa-4bac-a677-1c989882b06f/download/g12_0020_100_5_5_grosskaste.dwg> ;
    dcat:byteSize 3414733.0 .

<https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> a foaf:Organization ;
    foaf:name "TIB" .

