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

<http://data.bibliotheken.nl/id/thes/p133359263> a schema1:Person ;
    rdfs:label "Cooney, Michael" ;
    schema1:familyName "Cooney" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6319acd038dd631ee41bf8fb00ebbd8a> ;
    schema1:name "Michael Cooney" ;
    schema1:sameAs <http://viaf.org/viaf/8086015>,
        <https://isni.org/isni/0000000398932983> .

