@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/55995> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Lighthouse" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "Lighthouse" ;
    skos:exactMatch <http://dbpedia.org/resource/Lighthouse_(band)>,
        <http://www.wikidata.org/entity/Q6546310>,
        <https://id.loc.gov/authorities/names/n95016259>,
        <https://musicbrainz.org/artist/dc7aafa5-423a-4e87-8778-b8c51e3612c6> .

