@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/48442> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Duo for Flute and Oboe, Op. 13" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001904> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97076354>,
        <https://musicbrainz.org/work/68335d65-6f58-490e-8a4c-f81866b7fbef> .

