@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/bgEZn6d>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie van Dam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b27a2be4-2767-ded4-91ed-45e9b123dd04"^^xsd:string ;
  schema:familyName "van Dam"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8d36dbab-64d7-21bf-4419-34baaa530011> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2403848> ;
  schema:birthDate "1878-02-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

