@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@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/cb0ba7c7-0f9f-46c5-ad20-b471337a27af> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:conformsTo <http://www.wikidata.org/entity/Q19597236> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0001-8306-0380> ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com> ;
            foaf:name "Albert Einstein" ] ;
    dct:description ""@en,
        "Test dataset for aux classes"@nl ;
    dct:identifier "Id123456" ;
    dct:issued "2025-09-10T11:33:46.289535"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:34.482461"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "id123" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "Albert" ] ;
    dct:title ""@en,
        "test dataset aux classes"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Albert Einstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:keyword "aux classes"@nl,
        "test"@nl,
        "tryout"@nl ;
    dcat:qualifiedAttribution [ a dcat:Attribution ;
            dcat:agent [ a foaf:Agent,
                        foaf:Organization ;
                    dct:identifier "funderID" ;
                    foaf:homepage <https://example.com/> ;
                    foaf:mbox <mailto:albert.einstein@example.com> ;
                    foaf:name "Funder1" ] ;
            dcat:hadRole <https://standards.iso.org/iso/19115/resources/Codelists/gml/CI_RoleCode.xml#funder> ] ;
    dcat:qualifiedRelation [ a dcat:Relationship ;
            dct:relation <https://fdp-test.healthdata.nl/datasetseries/af8993ab-7cba-469e-9894-c222e596e8da> ;
            dcat:hadRole <https://www.iana.org/assignments/link-relations/link-relations.xhtml#last> ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://data.europa.eu/eli/reg/2025/327/oj> a <http://data.europa.eu/eli/ontology#LegalResource> .

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

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

<http://www.wikidata.org/entity/Q19597236> a dct:Standard .

<https://fdp-test.healthdata.nl/datasetseries/af8993ab-7cba-469e-9894-c222e596e8da> a rdfs:Resource .

<https://www.iana.org/assignments/link-relations/link-relations.xhtml#last> a dcat:Role .

