@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/109603> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Love Like Yours (Don't Come Knocking Everyday)" ;
    ns2:cmp <http://data.carnegiehall.org/names/1006984>,
        <http://data.carnegiehall.org/names/1018222> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1006984>,
        <http://data.carnegiehall.org/names/1018222> ;
    dcterms:creator <http://data.carnegiehall.org/names/1018223> ;
    ns1:dateCreated "1963" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Love_Like_Yours_(Don't_Come_Knocking_Everyday)>,
        <http://www.wikidata.org/entity/Q4657967>,
        <https://musicbrainz.org/work/10292fdc-55bb-303f-b42e-206831e91b58> .

