@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/bIweXmu>
  schema:givenName "Hester"^^xsd:string ;
  schema:name "Hester Markus"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23b7b8a6-c7ea-f99b-4d91-5994b8825278"^^xsd:string ;
  schema:familyName "Markus"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0qpF40> ;
  schema:spouse <https://n2t.net/ark:/60537/bQqPM9c> ;
  schema:children <https://n2t.net/ark:/60537/bYkqAVv> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351277> .

