@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/bUo7ufj>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina de Vries"@nl ;
  schema:familyName "de Vries"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9f4be60f-d07e-eb7e-058a-b9d1a3f8d3a3"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cnpb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/46a950f9-2da1-0aa0-3768-e9026d019ebc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2131377> ;
  schema:birthDate "1896-07-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

