@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/b250Pe9>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Trijbits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fc8e6365-8dca-1982-4807-30ad28bb4dbc"^^xsd:string ;
  schema:familyName "Trijbits"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9b034307-0df3-dc33-1171-89bf7620ee86> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2422457> ;
  schema:birthDate "1887-09-24"^^xsd:date .

