@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/p104762802> a schema1:Person ;
    rdfs:label "Womack, James P." ;
    schema1:alternateName "Womack, Jim" ;
    schema1:familyName "Womack" ;
    schema1:givenName "James P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9138fa130af078eea192227614a64d45> ;
    schema1:name "James P. Womack" ;
    schema1:sameAs <http://viaf.org/viaf/93631362>,
        wd:Q1648126,
        <https://isni.org/isni/0000000066460246> .

