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

<https://n2t.net/ark:/60537/bAOs6I>
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/1000vangouda/2183"^^xsd:string ;
  schema:familyName "Moel"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Moel"@nl ;
  a schema:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93519> .

