@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/50482> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Sonata in G Major, Op. 12, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004747> ;
    ns1:dateCreated "c. 1754" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98022451>,
        <https://musicbrainz.org/work/4b617ba4-6b6c-49cf-9177-42f4f3178854> .

