@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/bD62Rg6>
  schema:givenName "Dirk Zacharias"^^xsd:string ;
  schema:name "Dirk Zacharias Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/32983472-765e-d676-faa1-c8b6f4a834cd"^^xsd:string ;
  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/05839606-c6d6-98f8-76f4-c529762a3012> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/590041> ;
  schema:birthDate "1902-05-02"^^xsd:date .

