@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#> .

<https://n2t.net/ark:/60537/bKaQKoL>
  schema:givenName "Aart"^^xsd:string ;
  schema:name "Aart Mansvelder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6b42812a-cd37-7f6d-9127-2aa07b00ede5"^^xsd:string ;
  schema:familyName "Mansvelder"^^xsd:string ;
  schema:hasOccupation "Schoenmakersknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hazerswoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f9a72a17-9f78-083c-fb67-7681544a1246> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2736211> ;
  schema:birthDate "1844-02-02"^^xsd:date .

