@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/128106> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Walk off the Earth" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1418> ;
    ns1:name "Walk off the Earth" ;
    skos:exactMatch <http://dbpedia.org/resource/Walk_off_the_Earth>,
        <http://id.loc.gov/authorities/names/no2013085625>,
        <http://www.wikidata.org/entity/Q373962>,
        <https://musicbrainz.org/artist/e2a5eaeb-7de7-4ffe-a519-e18e427a5060> .

