@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#> .

<https://n2t.net/ark:/60537/bkpAHPH>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/964eda27-6c7f-2175-0c73-3df5546eb647"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Vos"@nl ;
  schema:familyName "Vos"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cx3b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b53eca46-2dc1-5bdd-5c44-a851adcf389b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2523986> ;
  schema:birthDate "1904-05-28"^^xsd:date .

