@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/bQ0rgMt>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af11ca2e-ed82-d5c5-9a5d-ea55ae763a50"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Harlingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/588f5890-581b-d787-40c4-00db6d2101b2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2200181> ;
  schema:birthDate "1867-11-24"^^xsd:date .

