@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/b6f0uzi>
  schema:hasOccupation "Agent van Politie"@nl ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e6ed87f0-650f-e80b-6720-3dd323b7f1f8"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Makkum> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vrm5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/affad7aa-298c-40ea-05ac-7baa606ba3fb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2503345> ;
  schema:birthDate "1865-10-28"^^xsd:date .

