@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/p073678538> a schema1:Person ;
    rdfs:label "Laurense, Toon (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Laurense" ;
    schema1:givenName "Toon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2f5e67ca140058399ddecebd1ac2e8e> ;
    schema1:name "Toon Laurense" ;
    schema1:sameAs <http://viaf.org/viaf/283200112>,
        wd:Q26925186,
        <https://isni.org/isni/0000000389725464> .

