@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/buznegu>
  schema:familyName "de Ruijter"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ac492da-5bf3-013d-52ce-6a95348f4ec5"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes de Ruijter"@nl ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xsbx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4663b535-d85d-81ac-13ad-1cf53dd66690> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2130231> ;
  schema:birthDate "1840-07-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ruijter"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

