@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b6FtJB>
  ns0:givenName "A."^^xsd:string ;
  ns0:name "A. Meerkamp van Emben"@nl ;
  ns0:familyName "Meerkamp van Emben"^^xsd:string ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93680> .

