@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/p072774312> a schema1:Person ;
    rdfs:label "Pustejovsky, James David" ;
    schema1:familyName "Pustejovsky" ;
    schema1:givenName "James David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e8275a01a25d174abbf822d69c960cae> ;
    schema1:name "James David Pustejovsky" ;
    schema1:sameAs <http://viaf.org/viaf/94232093>,
        wd:Q3161351,
        <https://isni.org/isni/000000008166831X> .

