@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/140564> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Steeleye Span" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1559> ;
    ns1:name "Steeleye Span" ;
    skos:exactMatch <http://dbpedia.org/resource/Steeleye_Span>,
        <http://www.wikidata.org/entity/Q1413921>,
        <https://id.loc.gov/authorities/n91069527>,
        <https://musicbrainz.org/artist/68c6926c-03e0-4afc-9f54-2190b2c8d468> .

