@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/3950> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Águas de Março (The Waters of March)" ;
    ns2:lyr <http://data.carnegiehall.org/names/60544> ;
    dcterms:contributor <http://data.carnegiehall.org/names/60544> ;
    dcterms:creator <http://data.carnegiehall.org/names/60544> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Waters_of_March>,
        <http://www.wikidata.org/entity/Q249859>,
        <https://musicbrainz.org/work/064c9f14-92b1-3f5a-9460-a18f088f9f72> .

