@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/30328> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Columbia, the Gem of the Ocean" ;
    ns2:cmp <http://data.carnegiehall.org/names/1029227> ;
    ns2:lyr <http://data.carnegiehall.org/names/1004201>,
        <http://data.carnegiehall.org/names/1029227> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1004201>,
        <http://data.carnegiehall.org/names/1029227> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004201> ;
    ns1:dateCreated "c. 1843" ;
    skos:exactMatch <http://dbpedia.org/resource/Columbia,_the_Gem_of_the_Ocean>,
        <http://id.loc.gov/authorities/names/n2003071850>,
        <http://www.wikidata.org/entity/Q2102417>,
        <https://musicbrainz.org/work/758df790-a441-4eca-b8e7-13269c255e18> .

