@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/b3kdiwc>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Lorius"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24af6dc4-46c1-d939-c9f8-a43c1f5e1946"^^xsd:string ;
  schema:familyName "Lorius"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bbeO7jV> ;
  schema:children <https://n2t.net/ark:/60537/bVqDyo7> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bzms7y7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2862683> .

