@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/bojo5Ik>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Boere"@nl ;
  schema:familyName "Boere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/493c6869-86f5-ba1d-3411-ce4418b94e2d"^^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/8a883650-66ad-d8da-c533-a05117474937> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2393251> ;
  schema:birthDate "1851-11-14"^^xsd:date .

