@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@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/59727> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Here, There and Everywhere" ;
    ns1:cmp <http://data.carnegiehall.org/names/23785> ;
    dcterms:contributor <http://data.carnegiehall.org/names/23785> ;
    dcterms:creator <http://data.carnegiehall.org/names/18524> ;
    ns2:dateCreated "1966" ;
    skos:exactMatch <http://dbpedia.org/resource/Here,_There_and_Everywhere>,
        <http://www.wikidata.org/entity/Q1343063>,
        <https://musicbrainz.org/work/afcc33f4-7877-3096-a025-179a1c3adce8> .

