@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/btWggAR>
  schema:familyName "Horsman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0e6acac-d30c-bbf3-440e-9613df89d32b"^^xsd:string ;
  schema:givenName "Nicolaas Johannes"^^xsd:string ;
  schema:name "Nicolaas Johannes Horsman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7ch> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5be431b2-225b-16a8-8e51-2f0b11a39158> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2213102> ;
  schema:birthDate "1878-09-10"^^xsd:date .

