@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/55125> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Here Comes the Sun" ;
    dcterms:creator <http://data.carnegiehall.org/names/13272> ;
    ns1:dateCreated "1969" ;
    skos:exactMatch <http://dbpedia.org/resource/Here_Comes_the_Sun>,
        <http://www.wikidata.org/entity/Q210401>,
        <https://musicbrainz.org/work/8549de8e-f65b-3e64-b8a2-08c90cc5fdd1> .

