@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.71694/nksoy533> a dcat:Dataset ;
    dct:description "This is an example table with OEMetadata for the OEP." ;
    dct:identifier "e20f15c1-1fcc-4b5a-a562-c99e4d1a170f" ;
    dct:issued "2025-06-23T13:10:35.229257"^^xsd:dateTime ;
    dct:modified "2025-06-25T08:51:55.054236"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/ce4011e2-1496-41a1-bb77-9a0c86fd6d22> ;
    dct:title "OEP Example Table" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ludee" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/7c1655a9-10cb-4c07-bd00-6b5b7774b59c>,
        <https://service.tib.eu/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/fb1693c9-bd2f-4eec-a074-fea31cb9f4f6> ;
    dcat:keyword "energy",
        "example",
        "template",
        "test" ;
    dcat:landingPage <https://openenergyplatform.org/dataedit/view/model_draft/oep_table_example> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name "" .

<https://service.tib.eu/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/7c1655a9-10cb-4c07-bd00-6b5b7774b59c> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "oep_table_example" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/7c1655a9-10cb-4c07-bd00-6b5b7774b59c/download/model_draft__oep_table_example.csv> ;
    dcat:byteSize 331.0 ;
    dcat:mediaType "text/csv" .

<https://service.tib.eu/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/fb1693c9-bd2f-4eec-a074-fea31cb9f4f6> a dcat:Distribution ;
    dct:format "JSON" ;
    dct:title "oemetadata" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/e20f15c1-1fcc-4b5a-a562-c99e4d1a170f/resource/fb1693c9-bd2f-4eec-a074-fea31cb9f4f6/download/datapackage.json> ;
    dcat:byteSize 5742.0 ;
    dcat:mediaType "application/json" .

<https://service.tib.eu/organization/ce4011e2-1496-41a1-bb77-9a0c86fd6d22> a foaf:Organization ;
    foaf:name "Reiner Lemoine Institut" .

dct:Agent foaf:Name "Ludee" .

