@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/124057> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Godspell: Day by Day" ;
    ns2:lyr <http://data.carnegiehall.org/names/109760> ;
    dcterms:contributor <http://data.carnegiehall.org/names/109760> ;
    dcterms:creator <http://data.carnegiehall.org/names/109760> ;
    ns1:dateCreated "1971" ;
    skos:exactMatch <http://dbpedia.org/resource/Day_by_Day_(Godspell_song)>,
        <http://www.wikidata.org/entity/Q5242892>,
        <https://id.loc.gov/authorities/names/n2018020679>,
        <https://musicbrainz.org/work/fdc47d94-af1d-32a9-8f90-b26c0b137a5a> .

