@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/98364> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "(Ah, the Apple Trees) When the World Was Young" ;
    ns2:lyr <http://data.carnegiehall.org/names/35594> ;
    dcterms:contributor <http://data.carnegiehall.org/names/35594> ;
    dcterms:creator <http://data.carnegiehall.org/names/1015534> ;
    ns1:dateCreated "1962" ;
    skos:exactMatch <http://dbpedia.org/resource/(Ah,_the_Apple_Trees)_When_the_World_Was_Young>,
        <https://musicbrainz.org/work/bc0ebeea-f7e3-4707-853a-94997c14683d> .

