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

<http://dewey.info/class/415.01822/e23/>
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/415.018/e23/>
   <http://dewey.info/class/4--501.822/e23/>
 ) ;
  skos:altLabel "Minimalist program"@nb, "Transformasjonsgrammatikk"@nb, "Government and binding teori (lingvistikk)"@nb ;
  dc:created "2014-07-11"^^xsd:date ;
  dc:modified "2018-06-28"^^xsd:date ;
  skos:prefLabel "Generativ grammatikk, …"@nb ;
  skos:notation "415.01822" ;
  skos:broader <http://dewey.info/class/415.0182/e23/> ;
  dc:identifier "ocd00369548" .

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

<http://dewey.info/class/415.0182/e23/>
  skos:notation "415.0182" ;
  skos:prefLabel "Formell lingvistikk--grammatikk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/415.01822/e23/> .

<http://dewey.info/class/415.018/e23/>
  skos:prefLabel "Skoler (retninger), teorier, metodologier"@nb ;
  a skos:Concept .

