@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/43003> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Im Frühling, D. 882" ;
    ns2:aut <http://data.carnegiehall.org/names/1021994> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021994> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1826" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97024440>,
        <http://www.wikidata.org/entity/Q6001803>,
        <https://musicbrainz.org/work/f2a4830a-dc06-3922-8fa1-a24829cd542c> .

