@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .

<https://www.genealogieonline.nl/wo2slachtoffers/23> a <https://personsincontext.org/model#PersonReconstruction> ;
    rdfs:label "Willem Hermanus Brizee (1914-1945)" ;
    prov:wasDerivedFrom [ a <https://personsincontext.org/model#PersonObservation> ;
            schema:familyName "Brizee" ;
            schema:givenName "Willem Hermanus" ;
            schema:name "Willem Hermanus Brizee" ],
        [ a <https://personsincontext.org/model#PersonObservation> ;
            prov:hadPrimarySource [ a schema:ArchiveComponent ;
                    schema:name "Arolsen Archives"@en ;
                    schema:url <https://collections.arolsen-archives.org/en/search/people/3772230/?p=1&amp;s_lastName=asc> ] ;
            schema:familyName "Brizee" ;
            schema:givenName "Willem Hermanus" ;
            schema:name "Willem Hermanus Brizee" ],
        [ a <https://personsincontext.org/model#PersonObservation> ;
            prov:hadPrimarySource [ a schema:ArchiveComponent ;
                    schema:name "Oorlogsgravenstiching"@nl ;
                    schema:url <https://www.oorlogsgravenstichting.nl/personen/225645/willem-hermanus-brizee> ] ;
            schema:familyName "Brizee" ;
            schema:givenName "Willem Hermanus" ;
            schema:name "Willem Hermanus Brizee" ],
        [ a <https://personsincontext.org/model#PersonObservation> ;
            prov:hadPrimarySource [ a schema:ArchiveComponent ;
                    schema:name "Digitaal Monument Neuengamme"@nl ;
                    schema:url <https://monument.vriendenkringneuengamme.nl/person/400674> ] ;
            schema:familyName "Brizee" ;
            schema:givenName "Willem Hermanus" ;
            schema:name "Willem Hermanus Brizee" ],
        <https://www.genealogieonline.nl/id/595_I000342> ;
    prov:wasGeneratedBy <https://www.genealogieonline.nl/id/reconstruction_activity_23> ;
    schema:birthDate "1914-06-14" ;
    schema:deathDate "1945-05-03" ;
    schema:deathPlace <https://data.niod.nl/WO2_Thesaurus/kampen/3697> ;
    schema:familyName "Brizee" ;
    schema:givenName "Willem Hermanus" ;
    schema:name "Willem Hermanus Brizee" .

