@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/bsTLzrG>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Spee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ac2a108e-78ff-30f4-9dc9-71ea637b87bd"^^xsd:string ;
  schema:familyName "Spee"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/04ae2aa5-4669-8acc-a2db-31d9efbcf63e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/586655> ;
  schema:birthDate "1889-12-14"^^xsd:date .

