@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/1000194> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jules Massenet" ;
    ns1:birthDate "1842-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6614010/> ;
    ns1:deathDate "1912-08-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jules Massenet" ;
    skos:exactMatch <http://dbpedia.org/resource/Jules_Massenet>,
        <http://id.loc.gov/authorities/names/n81023023>,
        <http://musicbrainz.org/artist/85d783d6-6795-4726-b817-9d83095ad7be>,
        <http://www.wikidata.org/entity/Q194436> .

