@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bKaQpY3>
  pico:hasAge "30"^^xsd:string ;
  schema:hasOccupation "Baanspinder"@nl ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Lourier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7421612a-14dc-8c7e-5c4e-ee52ca7a62bd"^^xsd:string ;
  schema:familyName "Lourier"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b000YWe> ;
  schema:children <https://n2t.net/ark:/60537/bS5rdN7> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXvCdeA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2371963> .

