@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/bEmfJSq>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Spee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ec02e91-cdbf-f37b-b159-48dd4462e632"^^xsd:string ;
  schema:familyName "Spee"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x22n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fd40efa2-d8a9-f41b-bc98-ca087e0540e4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2752621> ;
  schema:birthDate "1892-02-04"^^xsd:date .

