@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/bNw28UQ>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Mulder"@nl ;
  schema:hasOccupation "Bode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52bd38e5-ef44-a85d-d859-5d3d5bd15cf4"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Makkum> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0123mb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f604a59-26cf-a7db-66b7-15e783a11562> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2226366> ;
  schema:birthDate "1865-10-28"^^xsd:date .

