@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/141781> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Jazz at Lincoln Center Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/183> ;
    ns1:name "Jazz at Lincoln Center Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Jazz_at_Lincoln_Center_Orchestra>,
        <http://www.wikidata.org/entity/Q16958518>,
        <https://id.loc.gov/authorities/n93024967>,
        <https://musicbrainz.org/artist/6e420511-4beb-4205-8b66-74a29ed87e4a> .

