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

<http://data.bibliotheken.nl/id/thes/p39269381X> a schema1:Person ;
    rdfs:label "Trier, Marja van (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "van Trier" ;
    schema1:givenName "Marja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fdbccd8d28df48789acdc8cf17d85232> ;
    schema1:name "Marja van Trier" ;
    schema1:sameAs <http://viaf.org/viaf/317180423>,
        <https://isni.org/isni/0000000452557927> .

