@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bKaQchD>
  schema:familyName "de Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/848b6a40-42c8-d411-985d-6f3669586b72"^^xsd:string ;
  schema:givenName "Marinus"^^xsd:string ;
  schema:name "Marinus de Boer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4a32472e-b5f7-31ba-c084-0413c4934153> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2145035> ;
  schema:birthDate "1856-06-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Boer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

