@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/bKBeq3Z>
  schema:givenName "Anne Maria"^^xsd:string ;
  schema:name "Anne Maria Janssen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/870ded69-d938-8d04-25cb-df91f8895ef1"^^xsd:string ;
  schema:familyName "Janssen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012c0x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2048e579-0e25-c8ca-6684-7b56b8cb14a3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1985460> ;
  schema:birthDate "1900-12-20"^^xsd:date .

