@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/b0D6Uyo>
  schema:familyName "Ferwerda"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/966f774e-b175-66a6-9259-44849385edbc"^^xsd:string ;
  schema:givenName "Trijntje"^^xsd:string ;
  schema:name "Trijntje Ferwerda"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/65ed49f4-9428-16e9-3835-56f5f3a74fb1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2251984> ;
  schema:birthDate "1885-07-01"^^xsd:date .

