@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/bQdatG>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Vingerling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/85650a041f007e35d6532b097891b30beeec22d3a1e15175ceb16cc285dbffc0"^^xsd:string ;
  schema:familyName "Vingerling"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b4ZNCi> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22871> .

