@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/bYy6UM8>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1962a143-2edf-02c9-1b4f-8347528e77dd"^^xsd:string ;
  schema:givenName "Ruth"^^xsd:string ;
  schema:name "Ruth van Raaij"@nl ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:familyName "van Raaij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schagen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jwn0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1c054177-478e-1037-f6f1-ab0a6ead549d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1968895> ;
  schema:birthDate "1813-01-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Raaij"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

