@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/43288> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004541> ;
    ns1:dateCreated "1942" ;
    skos:exactMatch <http://api.stardog.com/no97083618>,
        <http://id.loc.gov/authorities/names/no97083618>,
        <http://www.wikidata.org/entity/Q17031192>,
        <https://musicbrainz.org/work/dea6fc71-c6c4-4f6f-a152-f42367a012a1> .

