@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/b5qcMNC>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a229c2b-c09c-7079-ace2-2018ea34f92a"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Spee"@nl ;
  schema:familyName "Spee"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xkfw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b490d09c-1e1f-0c25-7180-578b6e4ddfe1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2521364> ;
  schema:birthDate "1886-01-02"^^xsd:date .

