@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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#> .

<https://ckan.kupferdigital.org/dataset/12940f0e-d11b-4d48-86af-5c7a95f6025a> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            foaf:name "Hossein Beygi Nasrabadi" ] ;
    dct:description "KupferDigital mechanical testing dataset from BAM for the Vickers hardness test data of sample A" ;
    dct:identifier "12940f0e-d11b-4d48-86af-5c7a95f6025a" ;
    dct:issued "2023-02-23T14:05:19.735329"^^xsd:dateTime ;
    dct:modified "2023-02-23T14:05:35.842358"^^xsd:dateTime ;
    dct:publisher <https://ckan.kupferdigital.org/organization/567a1575-8601-4186-bccb-04e2a85cef28> ;
    dct:title "KupferDigital_BAM_Vickers_A" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Hossein Beygi Nasrabadi" ] ;
    dcat:distribution <https://ckan.kupferdigital.org/dataset/12940f0e-d11b-4d48-86af-5c7a95f6025a/resource/98e041cb-5728-4fd9-bfce-c8f031d26148> ;
    dcat:keyword "Vickers hardness" ;
    dcat:landingPage <https://doi.org/10.5281/zenodo.7670583> .

<https://ckan.kupferdigital.org/dataset/12940f0e-d11b-4d48-86af-5c7a95f6025a/resource/98e041cb-5728-4fd9-bfce-c8f031d26148> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2023-02-23T14:05:35.692593"^^xsd:dateTime ;
    dct:modified "2023-02-23T14:05:35.660375"^^xsd:dateTime ;
    dct:title "Vickers_A.xlsx" ;
    dcat:accessURL <https://ckan.kupferdigital.org/dataset/12940f0e-d11b-4d48-86af-5c7a95f6025a/resource/98e041cb-5728-4fd9-bfce-c8f031d26148/download/vickers_a.xlsx> ;
    dcat:byteSize 20769.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<https://ckan.kupferdigital.org/dataset/12940f0e-d11b-4d48-86af-5c7a95f6025a/resource/98e041cb-5728-4fd9-bfce-c8f031d26148/download/vickers_a.xlsx> a rdfs:Resource .

<https://ckan.kupferdigital.org/organization/567a1575-8601-4186-bccb-04e2a85cef28> a foaf:Agent ;
    foaf:name "BAM" .

<https://doi.org/10.5281/zenodo.7670583> a foaf:Document .

