@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/bYkqz8S>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Sas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/80f93c85-a6fa-00ee-a644-62b6ae5d0b5a"^^xsd:string ;
  schema:familyName "Sas"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b6f0jgX> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bE8y0pO> ;
  schema:spouse <https://n2t.net/ark:/60537/bQDxqJ5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2319083> .

