@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bTXJhDM>
  schema:givenName "Catharina Maria"^^xsd:string ;
  schema:name "Catharina Maria de Vries"@nl ;
  schema:familyName "de Vries"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/41211db2-6ab4-1db4-d043-a554f0e2a6ff"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b1FCnko> ;
  schema:children <https://n2t.net/ark:/60537/b9Acb8f> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bOXVkiH> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2315438> ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

