@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/28373> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Density 21.5" ;
    dcterms:creator <http://data.carnegiehall.org/names/50042> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://dbpedia.org/resource/Density_21.5>,
        <http://www.wikidata.org/entity/Q1189814>,
        <https://id.loc.gov/authorities/names/no96065116>,
        <https://musicbrainz.org/work/4805032c-899f-4549-9458-18297f09c4a7> .

