@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/p074373625> a schema1:Person ;
    rdfs:label "Partee, Charles" ;
    schema1:familyName "Partee" ;
    schema1:givenName "Charles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/792187c72f4bd410b8a73cb70534639d> ;
    schema1:name "Charles Partee" ;
    schema1:sameAs <http://viaf.org/viaf/45889019>,
        wd:Q104809057,
        <https://isni.org/isni/000000011569172X> .

