@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/1015010> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Danny Troob" ;
    ns1:birthDate "1949-02-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5117575/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Danny Troob" ;
    skos:exactMatch <http://dbpedia.org/resource/Danny_Troob>,
        <http://id.loc.gov/authorities/names/n95065786>,
        <http://www.wikidata.org/entity/Q5220894>,
        <https://musicbrainz.org/artist/8b738489-6ee3-4149-8383-ecfdbee5fd5e> .

