@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/1008865> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles-Marie Widor" ;
    ns1:birthDate "1844-02-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2996944/> ;
    ns1:deathDate "1937-03-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Charles-Marie Widor" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles-Marie_Widor>,
        <http://id.loc.gov/authorities/names/n82056910>,
        <http://musicbrainz.org/artist/b1cf260d-0862-4e1b-91b8-7da537130261>,
        <http://www.wikidata.org/entity/Q215161> .

