@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/p27379552X> a schema1:Person ;
    rdfs:label "Covey, Sean" ;
    schema1:alternateName "Kovi, Šon",
        "Кові, Шон" ;
    schema1:familyName "Covey" ;
    schema1:givenName "Sean" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/587c296544d52d433614d756a49252ad> ;
    schema1:name "Sean Covey" ;
    schema1:sameAs <http://viaf.org/viaf/45485983>,
        wd:Q5684610,
        <https://isni.org/isni/0000000108944792> .

