@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/bgeAEWx>
  schema:givenName "Adriaan Hubrecht"^^xsd:string ;
  schema:name "Adriaan Hubrecht de Pree"@nl ;
  schema:familyName "de Pree"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c437ebb0-52ea-36b4-6692-fd6aa3fda4c6"^^xsd:string ;
  schema:hasOccupation "Los werkman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Goes> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010pbs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2aab7d8d-c3f8-c2a3-6c01-79f0e020e512> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2026156> ;
  schema:birthDate "1877-06-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Pree"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

