@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/p06796981X> a schema1:Person ;
    rdfs:label "Coogan, Michael David" ;
    schema1:alternateName "Coogan, Michael",
        "Coogan, Michael D." ;
    schema1:familyName "Coogan" ;
    schema1:givenName "Michael David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/361b287881071ca301f4fa0e1a843520> ;
    schema1:name "Michael David Coogan" ;
    schema1:sameAs <http://viaf.org/viaf/56697701>,
        wd:Q6829433,
        <https://isni.org/isni/0000000078331222> .

