@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/1003158> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Louis Vierne" ;
    ns1:birthDate "1870-10-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2986495/> ;
    ns1:deathDate "1937-06-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Louis Vierne" ;
    skos:exactMatch <http://dbpedia.org/resource/Louis_Vierne>,
        <http://id.loc.gov/authorities/names/n79089336>,
        <http://www.wikidata.org/entity/Q299669>,
        <https://musicbrainz.org/artist/5e9177ed-7d3b-4344-b29f-ee4f63775ad1> .

