@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/p33458566X> a schema1:Person ;
    rdfs:label "Mitric, Nicolas (1969-)" ;
    schema1:alternateName "Mitric, ..." ;
    schema1:birthDate "1969" ;
    schema1:familyName "Mitric" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/710db44cee40267307db879eef607c3d> ;
    schema1:name "Nicolas Mitric" ;
    schema1:sameAs <http://viaf.org/viaf/71556304>,
        wd:Q3340604,
        <https://isni.org/isni/0000000114476059> .

