@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/36400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Nitty Gritty Dirt Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1005>,
        <http://data.carnegiehall.org/ensembles/1075>,
        <http://data.carnegiehall.org/ensembles/330> ;
    ns1:name "Nitty Gritty Dirt Band" ;
    skos:exactMatch <http://dbpedia.org/resource/Nitty_Gritty_Dirt_Band>,
        <http://www.wikidata.org/entity/Q542367>,
        <https://id.loc.gov/authorities/n87123215>,
        <https://musicbrainz.org/artist/ac8a45f8-5520-4463-9fda-f63f8844cb50> .

