@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/1005887> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bobby Troup" ;
    ns1:birthDate "1918-10-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5192726/> ;
    ns1:deathDate "1999-02-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bobby Troup" ;
    skos:exactMatch <http://dbpedia.org/resource/Bobby_Troup>,
        <http://id.loc.gov/authorities/names/n85173092>,
        <http://www.wikidata.org/entity/Q655122>,
        <https://musicbrainz.org/artist/715b2348-45c3-4826-a6f8-55080a1b3fe5> .

