@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/bRfDSgm>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Mul"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d823e8a-655f-950c-09f1-41627870c9e0"^^xsd:string ;
  schema:familyName "Mul"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kfc3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9389a7fe-9fc5-2ced-4a33-00596392f8c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2769083> ;
  schema:birthDate "1839-02-12"^^xsd:date .

