@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/1003051> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Louis Moreau Gottschalk" ;
    ns1:birthDate "1829-05-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4335045/> ;
    ns1:deathDate "1869-12-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Louis Moreau Gottschalk" ;
    skos:exactMatch <http://dbpedia.org/resource/Louis_Moreau_Gottschalk>,
        <http://id.loc.gov/authorities/names/n82077132>,
        <http://www.wikidata.org/entity/Q550701>,
        <https://musicbrainz.org/artist/f15ea9e1-7c1f-4259-a5c4-66b7c9b66a27> .

