@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/bd763RS>
  schema:givenName "Franciscus Johannes"^^xsd:string ;
  schema:name "Franciscus Johannes van Buuren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e57c80b-1e25-b1bb-bf4b-d94f39866c05"^^xsd:string ;
  schema:hasOccupation "Steenhouwer"@nl ;
  schema:familyName "van Buuren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vggg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e4319503-4649-15a6-e950-affdb5ede46d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2675250> ;
  schema:birthDate "1876-05-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Buuren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

