@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/p325605882> a schema1:Person ;
    rdfs:label "Pollan, Tracy" ;
    schema1:description "actrice" ;
    schema1:familyName "Pollan" ;
    schema1:givenName "Tracy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/92e3527b45fc6b2bbb67b759025d223b> ;
    schema1:name "Tracy Pollan" ;
    schema1:sameAs <http://viaf.org/viaf/63632697>,
        wd:Q275958,
        <https://isni.org/isni/0000000117668857> .

