@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/brrSE8V>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Moolenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b0ac777b-110d-6505-c758-f7b4aa60bb4a"^^xsd:string ;
  schema:familyName "Moolenaar"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/966d8d6d-41f2-dfef-ab4f-b646cab28a45> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2782161> ;
  schema:birthDate "1894-12-21"^^xsd:date .

