@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/102065> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Anthology of Fantastic Zoology" ;
    dcterms:creator <http://data.carnegiehall.org/names/73694> ;
    ns1:dateCreated "2014" ;
    skos:exactMatch <http://dbpedia.org/resource/Anthology_of_Fantastic_Zoology>,
        <http://www.wikidata.org/entity/Q20718365>,
        <https://musicbrainz.org/work/01d50b52-d95c-461a-919c-17dac63d8dac> .

