@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/bNikyxR>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da2e079b-7040-108d-a4f5-85ab86c10264"^^xsd:string ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van Vliet"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/76b31be6-e24c-5e40-c101-3f628c6ee819> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2316863> ;
  schema:birthDate "1854-02-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

