@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/p327942363> a schema1:Person ;
    rdfs:label "Gross, Matthias (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "Gross" ;
    schema1:givenName "Matthias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/326a7de0fd6915e656cd169be43c3473> ;
    schema1:name "Matthias Gross" ;
    schema1:sameAs <http://viaf.org/viaf/59367725>,
        wd:Q15433813,
        <https://isni.org/isni/0000000083864349> .

