@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/bEYmKUA>
  schema:familyName "Fricke"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c3ae552a-7de5-6085-a456-6b505ee3d38a"^^xsd:string ;
  schema:givenName "Maria Louisa"^^xsd:string ;
  schema:name "Maria Louisa Fricke"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d84k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f8b43be7-e709-0a5a-3efd-237057b8bebc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2728926> ;
  schema:birthDate "1852-08-26"^^xsd:date .

