@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/b0qpX33>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus van Groningen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24d45549-579a-67c7-be1d-913af322ab79"^^xsd:string ;
  schema:familyName "van Groningen"^^xsd:string ;
  schema:hasOccupation "Visscher"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vzt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1746eab8-4fb4-f83e-68e0-45b45045b70f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1953310> ;
  schema:birthDate "1886-07-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Groningen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

