@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/37996> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Susannah: Act I. Ain't it a pretty night" ;
    ns2:lbt <http://data.carnegiehall.org/names/1003968> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1003968> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003968> ;
    ns1:dateCreated "1955" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q54975086>,
        <https://id.loc.gov/authorities/names/nr98029994>,
        <https://musicbrainz.org/work/d9fcc83f-18b3-43e6-9504-0179ad73f429> .

