@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/98744> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Green, Green Grass of Home," ;
    dcterms:creator <http://data.carnegiehall.org/names/1021344> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/Green,_Green_Grass_of_Home>,
        <https://musicbrainz.org/work/c3ba1aae-6a44-308b-993f-8fa2206564fb> .

