@prefix dcterms: <http://purl.org/dc/terms/> .
@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/works/18468> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Oboe Concerto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1944" ;
    skos:exactMatch <http://dbpedia.org/resource/Oboe_Concerto_(Vaughan_Williams)>,
        <http://id.loc.gov/authorities/names/n81025230>,
        <http://www.wikidata.org/entity/Q1456722>,
        <https://musicbrainz.org/work/13b7c346-c343-4368-af98-6182cea9798b> .

