@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/p089510550> a schema1:Person ;
    rdfs:label "Einar Már Guðmundsson (1954-)" ;
    schema1:alternateName "Einar Már Guðmundsson",
        "Guðmundsson, Einar Már" ;
    schema1:birthDate "1954" ;
    schema1:description "conform Names of Persons" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e66dab872447776492c18a6b3c06352e> ;
    schema1:name "Einar Már Guðmundsson" ;
    schema1:nationality "is" ;
    schema1:sameAs <http://viaf.org/viaf/14798650>,
        wd:Q555319,
        <https://isni.org/isni/0000000083589068> .

