@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/73351> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Giant Steps" ;
    dcterms:creator <http://data.carnegiehall.org/names/22388> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Giant_Steps_(composition)>,
        <http://id.loc.gov/authorities/names/no98043307>,
        <http://www.wikidata.org/entity/Q3105303>,
        <https://musicbrainz.org/work/c53130a9-3173-37d2-bedd-f7b6a2e17b89> .

