@prefix ns0: <https://schema.org/> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bjAsId>
  ns0:familyName "Bolnes" ;
  ns0:givenName "Reynier"@nl ;
  ns0:name "Reynier Bolnes"@nl ;
  ns0:hasOccupation "steenbakker"@nl ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:deathPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://ecartico.org/persons/10577> ;
  a roar:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1123346> ;
  ns0:birthDate "1593"^^xsd:gYear ;
  ns0:deathDate "1674-04-07"^^xsd:date ;
  ns0:additionalName [ ns1:baseSurname "Bolnes" ] .

