@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/75805> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Für Alina" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000506> ;
    ns1:dateCreated "1976" ;
    skos:exactMatch <http://dbpedia.org/resource/F%C3%BCr_Alina>,
        <http://id.loc.gov/authorities/names/no98019037>,
        <http://www.wikidata.org/entity/Q3092981>,
        <https://musicbrainz.org/work/53a20f2a-19fd-3abb-ba35-458121a135b8> .

