@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/6070> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Over There" ;
    ns2:lyr <http://data.carnegiehall.org/names/63046> ;
    dcterms:contributor <http://data.carnegiehall.org/names/63046> ;
    dcterms:creator <http://data.carnegiehall.org/names/63046> ;
    ns1:dateCreated "1917" ;
    skos:exactMatch <http://dbpedia.org/resource/Over_There>,
        <http://www.wikidata.org/entity/Q45123>,
        <https://id.loc.gov/authorities/names/n00114869>,
        <https://musicbrainz.org/work/69dc2ff3-3a3a-49e2-bb0e-fa2fb2ee0a80> .

