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

<http://data.bibliotheken.nl/id/thes/p42303748X> a schema1:Person ;
    rdfs:label "Frigiel, Alexandre (1994-)" ;
    schema1:birthDate "1994" ;
    schema1:familyName "Frigiel" ;
    schema1:givenName "Alexandre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/074e2f6edc0165773b7e9d34c2ac59f4> ;
    schema1:name "Alexandre Frigiel" ;
    schema1:sameAs <http://viaf.org/viaf/11147869650074982520>,
        <https://isni.org/isni/0000000465187187> .

