@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/bYKOy6V>
  schema:givenName "Antonius"^^xsd:string ;
  schema:name "Antonius Harmsen"@nl ;
  schema:familyName "Harmsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d226bd2-03fa-f5db-78fe-c328314c4d61"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0d880656-0bd7-3fde-4fa9-ccc45d765fff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/622761> ;
  schema:birthDate "1893-08-14"^^xsd:date .

