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

<http://data.bibliotheken.nl/id/thes/p142366269> a schema1:Person ;
    rdfs:label "Baker, Julian (ill)" ;
    schema1:familyName "Baker" ;
    schema1:givenName "Julian" ;
    schema1:hasOccupation "ill" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/719c39ea8f027f9ef075fc91746d96ed> ;
    schema1:name "Julian Baker" ;
    schema1:sameAs <http://viaf.org/viaf/166972005>,
        <https://isni.org/isni/0000000114133822> .

