@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/bsTNnJ>
  schema:familyName "Blok"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Blok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/29a829a65b1faae8ef1e4729c4fdc722f989f6a2762f9bf3734206304bdc33da"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bHGte3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22843> .

