@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/4943> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Irish Rovers" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/330> ;
    ns1:name "The Irish Rovers" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Irish_Rovers>,
        <http://www.wikidata.org/entity/Q2119325>,
        <https://id.loc.gov/authorities/names/n80159756>,
        <https://musicbrainz.org/artist/500d2b10-b0fb-4615-a1a6-fa226a620d32> .

