@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/16246> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Child of Our Time" ;
    ns2:lbt <http://data.carnegiehall.org/names/3343> ;
    dcterms:contributor <http://data.carnegiehall.org/names/3343> ;
    dcterms:creator <http://data.carnegiehall.org/names/3343> ;
    ns1:dateCreated "1939-1941" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Child_of_Our_Time>,
        <http://id.loc.gov/authorities/names/n81004083>,
        <http://www.wikidata.org/entity/Q300353>,
        <https://musicbrainz.org/work/209d9a22-95ba-48c1-95d9-a844d7b8feb7> .

