@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/bOyy7ws>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1e1c1f40-e82a-7560-9b34-f38859e5f87d"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Slok"@nl ;
  schema:familyName "Slok"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pkd2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f154dc18-b050-b080-0e3c-bee7730af3b8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2858691> ;
  schema:birthDate "1871-08-21"^^xsd:date .

