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

<https://n2t.net/ark:/60537/bGDWId1>
  schema:hasOccupation "Bierbrouwer"@nl ;
  schema:familyName "de Vries"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik de Vries"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a4eb787-6422-6a03-90c2-aec1e08e828f"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cws7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5a0b7927-93c7-e9d5-b607-d1edc8381a65> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2205995> ;
  schema:birthDate "1885-03-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

