@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/b87ia2C>
  schema:familyName "Bergman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8b77a9bc-59a4-4e66-1649-bd35c80d321b"^^xsd:string ;
  schema:hasOccupation "Telegrafist S.S.Maatschappij"@nl ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Bergman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leeuwarden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013c5b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2c72ec94-411b-2eb1-7347-c872aa6fc5ee> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2033389> ;
  schema:birthDate "1874-05-08"^^xsd:date .

