@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/b1sV7sf>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9c9c8a52-cd64-95e6-3c25-d0ca04f45b89"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van Waas"@nl ;
  schema:familyName "van Waas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w09f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9873ea67-b8f7-3b43-e30d-d898139490fb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2790090> ;
  schema:birthDate "1877-03-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Waas"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

