@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/19103> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Take Five" ;
    dcterms:creator <http://data.carnegiehall.org/names/1442> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Take_Five>,
        <http://id.loc.gov/authorities/names/n2003081047>,
        <https://musicbrainz.org/work/df0b884d-84f5-45f0-9083-3fb539fa4700> .

