@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/bixhoVq>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Binnendijk"@nl ;
  schema:familyName "Binnendijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/74dc95a8-371b-f546-8ea4-45427b46ca3a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010hqf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7526c0c0-9f39-9afb-8761-bc8fdfcfba35> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2311054> ;
  schema:birthDate "1864-01-04"^^xsd:date .

