@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/14602> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Der Freischütz" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004864> ;
    ns1:dateCreated "1817-1821" ;
    skos:exactMatch <http://dbpedia.org/resource/Der_Freisch%C3%BCtz>,
        <http://id.loc.gov/authorities/names/n81058202>,
        <http://www.wikidata.org/entity/Q156435>,
        <https://musicbrainz.org/work/57fa5a14-b2df-4e13-ac25-07addf945c41> .

