@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/bUAPyLX>
  schema:givenName "Cornelis Johannes"^^xsd:string ;
  schema:name "Cornelis Johannes van Waas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/11e50357-c2c4-5ef3-3471-11dbab26bdfe"^^xsd:string ;
  schema:familyName "van Waas"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w09f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf513e27-d172-fe7d-ccb9-0be8df5e9def> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2562619> ;
  schema:birthDate "1871-09-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Waas"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

