@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/47135> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Mariners" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/955> ;
    ns1:name "The Mariners" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Mariners_(vocal_group)>,
        <http://www.wikidata.org/entity/Q28457972>,
        <https://musicbrainz.org/artist/e27e9994-f29b-4d8f-a2ee-507b64c79a3a> .

