@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/bFb3pFW>
  schema:givenName "Annigje"^^xsd:string ;
  schema:name "Annigje Kooijman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bd896839-a7e1-afa5-230a-bcca4ae2a8ef"^^xsd:string ;
  schema:familyName "Kooijman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Noordeloos> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k74x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e9dd06c7-299a-e245-abb0-ca1f911541f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2698312> ;
  schema:birthDate "1830-07-20"^^xsd:date .

