@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix fdp-o: <https://w3id.org/fdp/fdp-o#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@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://gdi.ut.ee/fairdp/catalog> a ldp:DirectContainer ;
    dct:title "Catalogs" ;
    ldp:contains <https://gdi.ut.ee/fairdp/catalog/cancer-data>,
        <https://gdi.ut.ee/fairdp/catalog/genome-of-europe>,
        <https://gdi.ut.ee/fairdp/catalog/rare-disease-data>,
        <https://gdi.ut.ee/fairdp/catalog/synthetic-data> ;
    ldp:hasMemberRelation fdp-o:metadataCatalog ;
    ldp:membershipResource <https://gdi.ut.ee/fairdp> .

<https://gdi.ut.ee/fairdp> a dcat:DataService,
        dcat:Resource,
        fdp-o:FAIRDataPoint,
        fdp-o:MetadataService ;
    rdfs:label "GDI-EE FAIR Data Point" ;
    dcatap:applicableLegislation <https://www.riigiteataja.ee/en/eli/508042019001/consolide> ;
    dct:conformsTo <https://gdi.ut.ee/fairdp/profile/service> ;
    dct:description "Genomic datasets in Estonia for the GDI development." ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:license <http://purl.org/NET/rdflicense/cc-by-nc-nd4.0> ;
    dct:publisher [ a foaf:Agent,
                foaf:Organization ;
            foaf:homepage <https://gdi.ut.ee/> ;
            foaf:mbox <mailto:gdi@ut.ee> ;
            foaf:name "GDI Estonia" ] ;
    dct:title "GDI-EE FAIR Data Point" ;
    dcat:contactPoint [ a vcard:Kind,
                vcard:Organization ;
            vcard:fn "GDI Estonia" ;
            vcard:hasEmail <mailto:gdi@ut.ee> ;
            vcard:hasURL <https://gdi.ut.ee/> ] ;
    dcat:endPointDescription <https://gdi.ut.ee/gdi-node-api/fairdp/openapi.yaml> ;
    dcat:endPointURL <https://gdi.ut.ee/fairdp> ;
    dcat:keyword "Estonia",
        "GDI",
        "Genomes" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> ;
    fdp-o:conformsToFdpSpec <https://specs.fairdatapoint.org/fdp-specs-v1.2.html> ;
    fdp-o:metadataCatalog <https://gdi.ut.ee/fairdp/catalog/cancer-data>,
        <https://gdi.ut.ee/fairdp/catalog/genome-of-europe>,
        <https://gdi.ut.ee/fairdp/catalog/rare-disease-data>,
        <https://gdi.ut.ee/fairdp/catalog/synthetic-data> ;
    fdp-o:metadataIdentifier <https://gdi.ut.ee/fairdp/catalog> ;
    fdp-o:metadataIssued "2025-12-01T12:00:00+00:00"^^xsd:dateTime ;
    fdp-o:metadataModified "2026-03-17T09:44:17+00:00"^^xsd:dateTime .

