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

<http://data.bibliotheken.nl/id/thes/p329910566> a schema1:Person ;
    rdfs:label "Meissner, Maxi (1980-)" ;
    schema1:alternateName "Meissner, M." ;
    schema1:birthDate "1980" ;
    schema1:familyName "Meissner" ;
    schema1:givenName "Maxi" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d66673f9a2f56ee86a54e7fb35fb7ea> ;
    schema1:name "Maxi Meissner" ;
    schema1:sameAs <http://viaf.org/viaf/285174958>,
        <https://isni.org/isni/0000000391350198> .

