@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/86345> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Princeton Nassoons" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/258> ;
    ns1:name "The Princeton Nassoons" ;
    skos:exactMatch <http://dbpedia.org/resource/Princeton_Nassoons>,
        <http://id.loc.gov/authorities/names/nr93011695>,
        <http://www.wikidata.org/entity/Q7244982>,
        <https://musicbrainz.org/artist/e1d98d60-9673-4d1e-904b-3e37fcf22f0d> .

