@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/bELEKpw>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ac36aa22-7e16-970f-ced7-aa7017e44586"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van Hoorn"@nl ;
  schema:familyName "van Hoorn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x72j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8467c549-f9de-4137-3f08-fb9c0aec06cf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2369781> ;
  schema:birthDate "1890-11-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hoorn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

