@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/51419> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Jubilee: Just One of Those Things" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1935" ;
    skos:exactMatch <http://dbpedia.org/resource/Just_One_of_Those_Things_(song)>,
        <http://id.loc.gov/authorities/names/n2003085139>,
        <http://www.wikidata.org/entity/Q12715930>,
        <https://musicbrainz.org/work/fd8ca95a-27d4-3dda-bc43-36ab7a3b691c> .

