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

<http://data.bibliotheken.nl/id/thes/p145384829> a schema1:Person ;
    rdfs:label "MacLane, Kathy" ;
    schema1:familyName "MacLane" ;
    schema1:givenName "Kathy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b0c5ea06972e34a870c77e7d6946c9cd> ;
    schema1:name "Kathy MacLane" ;
    schema1:sameAs <http://viaf.org/viaf/280795839>,
        <https://isni.org/isni/0000000387757104> .

