@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/bAOmPLI>
  schema:familyName "Basteleur"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e62f3df9-970f-14cb-a072-c3064fc80ab3"^^xsd:string ;
  schema:givenName "Pietje"^^xsd:string ;
  schema:name "Pietje Basteleur"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nes> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cnmh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/83577970-ded7-69e7-304d-0017bcc98d81> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2365687> ;
  schema:birthDate "1884-09-19"^^xsd:date .

