@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/bIIYHC>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Blok"@nl ;
  schema:familyName "Blok"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/2a8cd12a7d31dbe7491b2431b939709673635f89065add848d51c129544e9bca"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bXhWRd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22841> .

