@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/bX5ghq>
  ns0:givenName "Cornelis"^^xsd:string ;
  ns0:name "Cornelis van Rijst"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/43caaa67a518a3473f90ef8ce9a3db04c038e749691dba022984f709c501f1a1"^^xsd:string ;
  ns0:familyName "van Rijst"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bbRTtp> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24720> ;
  ns0:additionalName [
    ns1:baseSurname "Rijst"^^xsd:string ;
    ns1:literalName "Cornelis van Rijst"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

