@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/89374> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Flaming Lips" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "The Flaming Lips" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Flaming_Lips>,
        <http://id.loc.gov/authorities/names/n92018773>,
        <http://www.wikidata.org/entity/Q523184>,
        <https://musicbrainz.org/artist/1f43d76f-8edf-44f6-aaf1-b65f05ad9402> .

