@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/21278> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Remy Charlip" ;
    ns1:birthDate "1929-01-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2012-08-14"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/73> ;
    ns1:name "Remy Charlip" ;
    skos:exactMatch <http://dbpedia.org/resource/Remy_Charlip>,
        <http://www.wikidata.org/entity/Q7312257>,
        <https://id.loc.gov/authorities/n80063049>,
        <https://musicbrainz.org/artist/bcaa183c-6d9d-4997-b21f-1d4dc3e867d0> .

