@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/bAOnbOr>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Herfst"@nl ;
  schema:familyName "Herfst"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/129d5c82-5b39-50ed-5538-1f489c46d454"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Kralingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010snn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/92608c3e-102c-ed26-bccc-4d0f9f6db3d9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2759979> ;
  schema:birthDate "1872-04-07"^^xsd:date .

