@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/113337> a ns2:CreativeWork ;
    rdfs:label "Nomads of the North" ;
    ns1:aus <http://data.carnegiehall.org/names/1026914>,
        <http://data.carnegiehall.org/names/1026915> ;
    ns1:fld <http://data.carnegiehall.org/names/1026914>,
        <http://data.carnegiehall.org/names/1026915> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1026914>,
        <http://data.carnegiehall.org/names/1026915> ;
    dcterms:creator <http://data.carnegiehall.org/names/1026914> ;
    ns2:dateCreated "1920" ;
    skos:exactMatch <http://dbpedia.org/resource/Nomads_of_the_North>,
        <http://www.wikidata.org/entity/Q7048446> .

