@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p06862493X> a schema1:Person ;
    rdfs:label "Mallarmé, Stéphane (1842-1898)" ;
    schema1:alternateName "Mallarmé, ...",
        "Mallarmé, Steph." ;
    schema1:birthDate "1842" ;
    schema1:deathDate "1898" ;
    schema1:description "literator" ;
    schema1:familyName "Mallarmé" ;
    schema1:givenName "Stéphane" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e8cfd8450c7b8a4e2f8ef86456e7968c> ;
    schema1:name "Stéphane Mallarmé" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/51692711>,
        wd:Q767,
        <https://isni.org/isni/0000000121326470> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mall015> .

