@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/bpzzRMK>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ee9482d0-6a35-5f4c-b880-2a72e83e11a9"^^xsd:string ;
  schema:givenName "Michiel"^^xsd:string ;
  schema:name "Michiel Rademakers"@nl ;
  schema:familyName "Rademakers"^^xsd:string ;
  schema:hasOccupation "Scharenslijper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Loon_op_Zand> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bKBdW2p> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2064498> ;
  schema:birthDate "1847-11-27"^^xsd:date .

