@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/114783> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mull of Kintyre" ;
    ns2:cmp <http://data.carnegiehall.org/names/130256> ;
    dcterms:contributor <http://data.carnegiehall.org/names/130256> ;
    dcterms:creator <http://data.carnegiehall.org/names/23785> ;
    ns1:dateCreated "1977" ;
    skos:exactMatch <http://dbpedia.org/resource/Mull_of_Kintyre_(song)>,
        <https://musicbrainz.org/work/a2e09ca6-04b0-3d31-b754-8ab7c3347006> .

