@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/p183223330> a schema1:Person ;
    rdfs:label "Parker, Trey (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:description "regisseur, acteur" ;
    schema1:familyName "Parker" ;
    schema1:givenName "Trey" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df3511c47968ac0d372882b2d743b335> ;
    schema1:name "Trey Parker" ;
    schema1:sameAs <http://viaf.org/viaf/39540432>,
        wd:Q44414,
        <https://isni.org/isni/0000000055141047> .

