@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p068303947> a schema1:Person ;
    rdfs:label "Swart, Cor" ;
    schema1:familyName "Swart" ;
    schema1:givenName "Cor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/239f87d6cb90f0827053201fdc88bc50> ;
    schema1:name "Cor Swart" ;
    schema1:sameAs <http://viaf.org/viaf/282035992> .

