@prefix schema: <http://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#> .

<https://n2t.net/ark:/60537/b3Xjbr>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Lorijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/52957cb90c8fcf64850c5126020b41eb435325cc8c972b8f8a3cf1ca1e5918c7"^^xsd:string ;
  schema:familyName "Lorijn"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bixhop> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22877> .

