@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/p071056661> a schema1:Person ;
    rdfs:label "Bati, Marc" ;
    schema1:alternateName "Bati, ..." ;
    schema1:familyName "Bati" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f6b8cb0b2331ed3017587b3d3e55bb55> ;
    schema1:name "Marc Bati" ;
    schema1:sameAs <http://viaf.org/viaf/76336915>,
        wd:Q23638697,
        <https://isni.org/isni/0000000066373919> .

