@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/beMHXv>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Stok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/b96a9b29981f0241617b9e1e64c65a346bd80a1d4bdc92e108e11250e62b25ce"^^xsd:string ;
  schema:familyName "Stok"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/buznSn> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22775> .

