@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 healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://fdp.stag.ms.gdi.biodata.pt/dataset/5ca69b62-8d85-48a5-b64a-65cd4cc45033> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:hdab [ a foaf:Agent ;
            foaf:name "Miguel Santos" ] ;
    healthdcatap:healthCategory <http://data.gdi.eu/core/p2/HealthCategoryHumanGenomic> ;
    healthdcatap:numberOfRecords "1"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "4000"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:conformsTo <http://data.gdi.eu/core/p2/ExternallyGoverned> ;
    dct:creator [ a foaf:Agent ;
            foaf:name "Hugo Martiniano" ] ;
    dct:description "GDI Beacon dataset from INSA"@en,
        ""@nl ;
    dct:identifier "GDI-PT-INSA-1" ;
    dct:issued "2026-03-04T15:00:13.722930"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-13T08:51:45.950319"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher <https://catalogue.portal.dev.gdi.lu/organization/fb8e681c-abe7-42fe-962f-2bc399234275> ;
    dct:title "GDI PT INSA Beacon dataset 1"@en,
        ""@nl ;
    dct:type <https://publications.europa.eu/resource/authority/dataset-type/SYNTHETIC_DATA> ;
    adms:identifier [ a adms:Identifier ;
            skos:notation "nd4b1944d53b44f6288abad9b197545c9b4" ] ;
    adms:versionNotes ""@en,
        ""@nl ;
    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://data.gdi.eu/core/p2/ExternallyGoverned> a dct:Standard .

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

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

<https://catalogue.portal.dev.gdi.lu/organization/fb8e681c-abe7-42fe-962f-2bc399234275> a foaf:Agent ;
    foaf:name "Portugal" .

