@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/1002947> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Louis Jullien" ;
    ns1:birthDate "1812-04-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2974446/> ;
    ns1:deathDate "1860-03-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Louis Jullien" ;
    skos:exactMatch <http://dbpedia.org/resource/Louis-Antoine_Jullien>,
        <http://id.loc.gov/authorities/names/n79140958>,
        <http://www.wikidata.org/entity/Q660539>,
        <https://musicbrainz.org/artist/2876b1cc-78f7-4d9d-9453-2ca9a5d19270> .

