@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/35811> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Music for Prague 1968" ;
    dcterms:creator <http://data.carnegiehall.org/names/42894> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <http://dbpedia.org/resource/Music_for_Prague_1968>,
        <http://www.wikidata.org/entity/Q1848561>,
        <https://id.loc.gov/authorities/names/no98015802>,
        <https://musicbrainz.org/work/17e0e59a-0800-45af-ba28-f909e64afeaf> .

