@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/4e3e2b05-d781-42fa-a341-21527b4db4a4> a dcat:Dataset ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "foo" ;
            vcard:hasEmail <mailto:foo@bar.com> ;
            foaf:homepage <https://foobar.com> ;
            foaf:name "Bar" ] ;
    dct:description ""@en,
        "Foo Bar"@nl ;
    dct:identifier "Foo.bar" ;
    dct:issued "2025-09-10T11:33:02.803900"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:20.389107"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "foo.bar" ;
            vcard:hasEmail <mailto:foo@bar.com> ;
            foaf:homepage <https://foobar.com> ;
            foaf:name "Foo Bar" ] ;
    dct:title ""@en,
        "Test Dataset"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Foo Bar" ;
            vcard:hasEmail <mailto:foo@bar.com> ] ;
    dcat:keyword "bar"@nl,
        "foo"@nl ;
    dcat:theme <http://example.com> .

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

<http://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:RightsStatement .

