@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/109667> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "It's About Time" ;
    ns1:cmp <http://data.carnegiehall.org/names/14100> ;
    ns1:lyr <http://data.carnegiehall.org/names/1025659> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025659>,
        <http://data.carnegiehall.org/names/14100> ;
    dcterms:creator <http://data.carnegiehall.org/names/6445> ;
    ns2:dateCreated "1970" ;
    skos:exactMatch <http://dbpedia.org/resource/It%27s_About_Time_(Beach_Boys_song)>,
        <http://www.wikidata.org/entity/Q16848978>,
        <https://musicbrainz.org/work/d30bea28-18e9-3061-b79b-5f93f4ee20e9> .

