@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1023098> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edmond Rostand" ;
    ns1:birthDate "1868-04-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2995469/> ;
    ns1:deathDate "1918-12-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Edmond Rostand" ;
    skos:exactMatch <http://dbpedia.org/resource/Edmond_Rostand>,
        <http://id.loc.gov/authorities/names/n79055421>,
        <http://www.wikidata.org/entity/Q202749>,
        <https://musicbrainz.org/artist/5699e421-6b1e-40aa-8b80-f6448cb5313d> .

