@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/brrSuMN>
  schema:givenName "Bertus"^^xsd:string ;
  schema:name "Bertus Goudriaan"@nl ;
  schema:hasOccupation "Fabrieksarbeider"@nl ;
  schema:familyName "Goudriaan"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/63347e66-559d-9bbe-d1ea-479a9790f2db"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxgsLdd> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2615524> ;
  schema:birthDate "1916-06-07"^^xsd:date .

