@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/bM38dX3>
  schema:givenName "Daniel Lodewijk"^^xsd:string ;
  schema:name "Daniel Lodewijk Soer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/43d6c46c-7a46-3791-b953-671f17d44537"^^xsd:string ;
  schema:familyName "Soer"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b1SiNTz> ;
  schema:children <https://n2t.net/ark:/60537/bTXJ2MQ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/by6fa62> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2053495> .

