@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/bchi6BA>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Trijselaar"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9dddd908-1c6a-0154-0a13-fc63b02db8ed"^^xsd:string ;
  schema:familyName "Trijselaar"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zierikzee> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kbkf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/99bf55d0-a41d-bf80-d210-a6dd631e22b4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2417533> ;
  schema:birthDate "1858-09-06"^^xsd:date .

