@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#> .

<http://data.carnegiehall.org/names/78268> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Tony Williams Lifetime" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/252> ;
    ns1:name "The Tony Williams Lifetime" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Tony_Williams_Lifetime>,
        <http://id.loc.gov/authorities/names/no97046799>,
        <http://www.wikidata.org/entity/Q7769580>,
        <https://musicbrainz.org/artist/47c2f7ec-a63b-4919-b025-cde1aeddb36c> .

