@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/324.2747/e23/>
  skos:notation "324.2747" ;
  skos:prefLabel "Partier i New York"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/324.274708/e23/> .

<http://dewey.info/class/2--747/e23/>
  skos:prefLabel "New York"@nb ;
  a skos:Concept .

<http://dewey.info/class/324.274708/e23/>
  a skos:Concept ;
  skos:altLabel "Liberal Party of New York State"@nb, "Conservative Party (New York (delstat))"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  ns0:including "Liberal party"@nb, "Conservative party"@nb ;
  dc:modified "2018-07-19"^^xsd:date ;
  skos:prefLabel "Andre som ble grunnlagt eller eksisterte etter 1945"@nb ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:broader <http://dewey.info/class/324.2747/e23/> ;
  skos:notation "324.274708" ;
  dc:identifier "ocd00133760" ;
  mads:componentList (
   <http://dewey.info/class/324.27/e23/>
   <http://dewey.info/class/2--747/e23/>
   <http://dewey.info/class/324..738/e23/>
 ) .

<http://dewey.info/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

