@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/40185> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lieder eines fahrenden Gesellen: 2. Ging heut’ morgens übers Feld" ;
    ns2:lyr <http://data.carnegiehall.org/names/39824> ;
    dcterms:contributor <http://data.carnegiehall.org/names/39824> ;
    dcterms:creator <http://data.carnegiehall.org/names/39824> ;
    ns1:dateCreated "1883-1885" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no99008199>,
        <https://musicbrainz.org/work/05cf27b7-4e55-3637-b98d-4c02c33ef158> .

