@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/b5cvJic>
  schema:familyName "Burger"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa36d545-9c87-815a-a552-4fcc1f757f62"^^xsd:string ;
  schema:givenName "Margje"^^xsd:string ;
  schema:name "Margje Burger"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bd75y7g> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bJ8kcqH> ;
  schema:children <https://n2t.net/ark:/60537/bXhUY9V> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2108881> .

