@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/28088> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "New Japan Philharmonic" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "New Japan Philharmonic" ;
    skos:exactMatch <http://dbpedia.org/resource/New_Japan_Philharmonic>,
        <http://www.wikidata.org/entity/Q1065584>,
        <https://id.loc.gov/authorities/n85205415>,
        <https://musicbrainz.org/artist/a3c069d4-fed9-4289-ac83-5f0d05fed4cf> .

