@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/100200> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Big Foot" ;
    dcterms:creator <http://data.carnegiehall.org/names/21175> ;
    ns1:dateCreated "1948" ;
    skos:exactMatch <http://dbpedia.org/resource/Big_Foot_(Charlie_Parker_composition)>,
        <http://www.wikidata.org/entity/Q4905709>,
        <https://musicbrainz.org/work/ef0943b6-88d9-4d57-82a8-f1250f0d5668> .

