@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/39227> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quartet for Flute and Strings in G Major, K. 285a" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1777-1778" ;
    skos:exactMatch <http://dbpedia.org/resource/Flute_Quartet_No._2_%28Mozart%29>,
        <http://www.wikidata.org/entity/Q5462952>,
        <https://id.loc.gov/authorities/names/no98059888>,
        <https://musicbrainz.org/work/5f1f1988-673a-4317-bb34-e22786439681> .

