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

<http://data.bibliotheken.nl/id/thes/p337994420> a schema1:Person ;
    rdfs:label "Ramon (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0714934e2235991283789c0f0ad398da> ;
    schema1:name "Ramon" ;
    schema1:sameAs <http://viaf.org/viaf/288031621> .

