@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-acc.healthdata.nl/dataset/6a3cfe7b-f4d2-4fff-8f5c-fc4336b573d1> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0001-8537-6418> ;
            foaf:name "Hans Heesterbeek" ] ;
    dct:description ""@en,
        "Evidence-based effective monitoring and control of Covid-19 after the initial outbreak"@nl ;
    dct:identifier <https://repo.metadatacenter.org/template-instances/039f16d6-6860-4f77-b42a-58cfc96335b1> ;
    dct:issued "2023-11-01T11:42:39+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2023-11-01T12:01:58+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://metadatacenter.org/users/91008cc9-2d5e-4bd5-8d27-07d9a7cac5c8> ;
            foaf:name "Hans Heesterbeek" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2021-06-08T00:00:00+00:00"^^xsd:dateTime ;
            dcat:startDate "2020-06-08T00:00:00+00:00"^^xsd:dateTime ] ;
    dct:title ""@en,
        "Evidence-based effective monitoring and control of Covid-19 after the initial outbreak"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Hans Heesterbeek" ;
            vcard:hasUID <https://orcid.org/0000-0001-8537-6418> ] ;
    dcat:keyword "COVID-19"@nl ;
    dcat:landingPage <https://covid19initiatives.health-ri.nl/p/Project/27866022694552528> ;
    dcat:theme <http://purl.bioontology.org/ontology/ICD10CM/U07.1> .

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

<https://covid19initiatives.health-ri.nl/p/Project/27866022694552528> a foaf:Document .

