@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/bR2VuVV>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Boere"@nl ;
  schema:familyName "Boere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/887d08ed-09cb-3b34-e2da-c7947e77c7ea"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwammerdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012htc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/258fee47-a7ca-2840-e86f-d629cc172401> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2006262> ;
  schema:birthDate "1851-11-14"^^xsd:date .

