@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/b7vczNg>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a9876376-8781-4b76-dba2-14739535c988"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van Ewijk"@nl ;
  schema:familyName "van Ewijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b2ae2a48-b5c0-a337-432c-fcafe9e12515> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2513763> ;
  schema:birthDate "1885-03-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ewijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

