@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/109665> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Don't Go Near the Water" ;
    ns2:cmp <http://data.carnegiehall.org/names/14100> ;
    dcterms:contributor <http://data.carnegiehall.org/names/14100> ;
    dcterms:creator <http://data.carnegiehall.org/names/44128> ;
    ns1:dateCreated "1971" ;
    skos:exactMatch <http://dbpedia.org/resource/Don%27t_Go_Near_the_Water_(Beach_Boys_song)>,
        <http://www.wikidata.org/entity/Q5291652>,
        <https://musicbrainz.org/work/854f2efb-2893-3eff-8e10-044ab73170d6> .

