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

<http://data.bibliotheken.nl/id/thes/p069989397> a schema1:Person ;
    rdfs:label "Martens, Thierry" ;
    schema1:alternateName "Martens, ..." ;
    schema1:description "zie ook: Terence",
        "zie ook: Yves Varende" ;
    schema1:familyName "Martens" ;
    schema1:givenName "Thierry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25c2866d2454897aa607c43d8861a4d9> ;
    schema1:name "Thierry Martens" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p069452695>,
        <http://data.bibliotheken.nl/id/thes/p070083479>,
        <http://viaf.org/viaf/234449047>,
        <https://isni.org/isni/0000000385646849> .

