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

<http://data.bibliotheken.nl/id/thes/p119594005> a schema1:Person ;
    rdfs:label "Roetman, Ron (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Roetman" ;
    schema1:givenName "Ron" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d93e2501196426d618ddd670c4bccd85> ;
    schema1:name "Ron Roetman" ;
    schema1:sameAs <http://viaf.org/viaf/36267040>,
        <https://isni.org/isni/0000000033304036> .

