@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/21730> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nulla in mundo pax sincera, RV 630" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "1735" ;
    skos:exactMatch <http://dbpedia.org/resource/Nulla_in_mundo_pax_sincera>,
        <http://www.wikidata.org/entity/Q1862454>,
        <https://id.loc.gov/authorities/names/n88609804>,
        <https://musicbrainz.org/work/e081fbe3-6bfd-3594-9731-a20df98f337f> .

