@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/23147> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Tu ca nun chiagne!" ;
    ns2:lyr <http://data.carnegiehall.org/names/1020017> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020017> ;
    dcterms:creator <http://data.carnegiehall.org/names/36788> ;
    ns1:dateCreated "1915" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n97067249>,
        <http://www.wikidata.org/entity/Q13178803>,
        <https://musicbrainz.org/work/4cf505be-4c7f-3ffe-92df-68a29e22e656> .

