@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/42111> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Don't Fence Me In" ;
    ns1:lyr <http://data.carnegiehall.org/names/1009827>,
        <http://data.carnegiehall.org/names/1023240> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1009827>,
        <http://data.carnegiehall.org/names/1023240> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    skos:exactMatch <http://dbpedia.org/resource/Don%27t_Fence_Me_In_(song)>,
        <http://www.wikidata.org/entity/Q3435464>,
        <https://musicbrainz.org/work/f3f9e2ca-e1e3-3778-abec-4bb5659c8fb5> .

