@prefix adms: <http://www.w3.org/ns/adms#> .
@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://fdp-test.healthdata.nl/dataset/abe9b0f2-d120-40f2-8943-92fa38eb00be> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "id.0" ;
            foaf:name "Me" ] ;
    dct:description ""@en,
        ""@nl ;
    dct:identifier "id.1" ;
    dct:issued "2025-02-03T23:00:00+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:03.886777"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "id.2" ;
            foaf:name "Me" ] ;
    dct:title ""@en,
        "Test Dataset"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Foo Bar" ;
            vcard:hasEmail <mailto:foo@bar.baz> ] ;
    dcat:distribution <https://fdp-test.healthdata.nl/distribution/9553daba-a460-472c-93b6-3fb5dd54b531> ;
    dcat:theme <http://example.com/> .

<http://iana.org/mediatype/text/plain> a dct:MediaTypeOrExtent .

<http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<https://fdp-test.healthdata.nl/distribution/9553daba-a460-472c-93b6-3fb5dd54b531> a dcat:Distribution ;
    dct:description ""@en,
        "THis is a test distribution"@nl ;
    dct:format <http://iana.org/mediatype/text/plain> ;
    dct:issued "2026-04-12T11:36:03.898359"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0> ;
    dct:modified "2026-04-12T11:36:03.894375"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title ""@en,
        "Test Distribution"@nl ;
    dcat:accessURL <http://example.com/> .

<http://example.com/> a rdfs:Resource .

<http://id.loc.gov/vocabulary/iso639-1/en> a dct:LinguisticSystem .

