@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/1418> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Cidade maravilhosa" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003770> ;
    ns1:dateCreated "c. 1935" ;
    skos:exactMatch <http://dbpedia.org/resource/Cidade_Maravilhosa>,
        <http://www.wikidata.org/entity/Q5119495>,
        <https://musicbrainz.org/work/c5c89ae0-ffe3-4eca-84fd-ff53fb1640f7> .

