@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/b1fdwhN>
  schema:givenName "Arie Gijsbertus"^^xsd:string ;
  schema:name "Arie Gijsbertus van Vliet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ecdb63c6-1bfa-f2fa-0966-7c8751415ada"^^xsd:string ;
  schema:familyName "van Vliet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ws5h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fb23bcae-153d-9755-34ff-00d8300ffbe3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2866205> ;
  schema:birthDate "1892-04-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

