@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/67066> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Cottage for Sale" ;
    ns2:lyr <http://data.carnegiehall.org/names/1019255> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019255> ;
    dcterms:creator <http://data.carnegiehall.org/names/1011716> ;
    ns1:dateCreated "1929" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Cottage_for_Sale>,
        <http://www.wikidata.org/entity/Q4656122>,
        <https://musicbrainz.org/work/d2f1e8c6-e1be-4229-8ff7-d8f7034d3824> .

