@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/404.20721/e23/>
  a skos:Concept ;
  dc:created "2019-03-25"^^xsd:date ;
  dc:identifier "097372a7-6cad-4122-854f-d64d8b25e27e" ;
  dc:modified "2022-04-25"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/404.2/e23/>
   <http://dewey.info/class/1--072.1/e23/>
 ) ;
  skos:altLabel "Flerspråklighet--lingvistikk--forskningsmetoder"@nb ;
  skos:broader <http://dewey.info/class/404.2072/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "404.20721" ;
  skos:prefLabel "Tospråklighet--lingvistikk--forskningsmetoder, …"@nb .

<http://dewey.info/class/404.2072/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/404.20721/e23/> ;
  skos:notation "404.2072" ;
  skos:prefLabel "Tospråklighet--lingvistikk--forskning, …"@nb .

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

<http://dewey.info/class/404.2/e23/>
  a skos:Concept ;
  skos:prefLabel "Tospråklighet (bilingvisme)"@nb .

