@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/bQd7EHr>
  schema:givenName "Aletta"^^xsd:string ;
  schema:name "Aletta Koster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/32330e0a-0a24-189b-ff29-c642c8187c52"^^xsd:string ;
  schema:familyName "Koster"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012w7h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03195063-0213-5a92-6711-8ef976284ff0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/580501> ;
  schema:birthDate "1844-03-25"^^xsd:date .

