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

<http://data.bibliotheken.nl/id/thes/p435170341> a schema1:Person ;
    rdfs:label "Landvreugd, Charl (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:description "editor" ;
    schema1:familyName "Landvreugd" ;
    schema1:givenName "Charl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb0a4fc84d692202d225c733b86f8c64> ;
    schema1:name "Charl Landvreugd" ;
    schema1:sameAs wd:Q105924943 .

