@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/bKBf29b>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7d36428-8a85-6bef-e06b-4ec323c16f9f"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Groningen"@nl ;
  schema:familyName "van Groningen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015zbj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d7d69133-b2ab-399d-2bb0-64f1914bdd9e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2662289> ;
  schema:birthDate "1915-03-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Groningen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

