@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/bIiynFV>
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Slaman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8f21f4d0-ad01-6cd4-9dad-accf0f4208e7"^^xsd:string ;
  schema:familyName "Slaman"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bAoXyQR> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bmRtI09> ;
  schema:children <https://n2t.net/ark:/60537/bsH4quZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2455406> .

