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

