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

<https://n2t.net/ark:/60537/bzzbuT>
  ns0:givenName "Bartholomeus"^^xsd:string ;
  ns0:name "Bartholomeus van der Klein"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/e4e66b16075e74998370bceaad5d731ca84a2564a35546b10f85159ab98accac"^^xsd:string ;
  ns0:familyName "van der Klein"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/garenfabrikeur> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bO89FG> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24336> ;
  ns0:additionalName [
    ns1:baseSurname "Klein"^^xsd:string ;
    ns1:literalName "Bartholomeus van der Klein"@nl ;
    ns1:surnamePrefix "van der"^^xsd:string
  ] .

