@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/1510> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Now's the Time" ;
    dcterms:creator <http://data.carnegiehall.org/names/21175> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://dbpedia.org/resource/Now's_the_Time_(composition)>,
        <http://www.wikidata.org/entity/Q39073226>,
        <https://musicbrainz.org/work/e8e34f28-f9f2-32bf-a0c7-cbf706729862> .

