@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/101473> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "All My Love" ;
    ns2:cmp <http://data.carnegiehall.org/names/37094> ;
    dcterms:contributor <http://data.carnegiehall.org/names/37094> ;
    dcterms:creator <http://data.carnegiehall.org/names/101930> ;
    ns1:dateCreated "1979" ;
    skos:exactMatch <http://dbpedia.org/resource/All_My_Love_(Led_Zeppelin_song)>,
        <http://www.wikidata.org/entity/Q2567874>,
        <https://musicbrainz.org/work/3b71e742-3851-3c42-ba18-e5f06b736206> .

