@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix fdp: <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://fdp-static.mroestenberg.com/catalog/> a ldp:DirectContainer ;
    ldp:contains <https://fdp-static.mroestenberg.com/catalog/cohsi2> ;
    ldp:hasMemberRelation fdp:metadataCatalog ;
    ldp:membershipResource <https://fdp-static.mroestenberg.com/> .

<https://fdp-static.mroestenberg.com#accessRights> a dct:RightsStatement ;
    dct:description "The metadata on this page is open; access to the data is described per distribution."@en .

<https://fdp-static.mroestenberg.com#identifier> a datacite:Identifier ;
    dct:identifier "https://fdp-static.mroestenberg.com/" .

<https://fdp-static.mroestenberg.com/> a dcat:DataService,
        fdp:FAIRDataPoint,
        fdp:MetadataService ;
    rdfs:label "CoHSI2 FAIR Data Point"@en ;
    dct:accessRights <https://fdp-static.mroestenberg.com#accessRights> ;
    dct:conformsTo <https://specs.fairdatapoint.org/fdp-specs-v1.2.html> ;
    dct:description "Static FAIR Data Point describing the CoHSI2 RDF dataset and its data model."@en ;
    dct:hasVersion "0.1.0" ;
    dct:issued "2026-09-17T05:08:33+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:modified "2026-09-17T05:08:33+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "CoHSI2 data steward (to be completed)" ] ;
    dct:title "CoHSI2 FAIR Data Point"@en ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "CoHSI2 data steward (to be completed)" ;
            vcard:hasEmail <mailto:data-steward@example.org> ] ;
    dcat:endpointURL <https://fdp-static.mroestenberg.com/> ;
    dcat:version "0.1.0" ;
    fdp:metadataCatalog <https://fdp-static.mroestenberg.com/catalog/cohsi2> ;
    fdp:metadataIdentifier <https://fdp-static.mroestenberg.com#identifier> ;
    fdp:metadataIssued "2026-09-17T05:08:33+00:00"^^xsd:dateTime ;
    fdp:metadataModified "2026-09-17T05:08:33+00:00"^^xsd:dateTime .

