@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/brea9V8>
  pico:hasAge "22"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van den Broek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a48ca3da-be24-b96f-7dbe-e23fa4fbe44c"^^xsd:string ;
  schema:hasOccupation "Pijpmakersknegt"@nl ;
  schema:familyName "van den Broek"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bapZxkM> ;
  schema:spouse <https://n2t.net/ark:/60537/bijAm9Q> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bSi6ZJs> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1933645> ;
  schema:additionalName [
    ns0:baseSurname "Broek"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

