@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/794.84581/e23/>
  a skos:Concept ;
  dc:created "2020-12-15"^^xsd:date ;
  dc:identifier "6cbc0041-f5cd-48f8-97c4-637d548da32f" ;
  dc:modified "2021-01-08"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/794.84/e23/>
   <http://dewey.info/class/3C--358.1/e23/>
 ) ;
  skos:altLabel "Militærvitenskap--dataspill"@nb ;
  skos:broader <http://dewey.info/class/794.842-794.849/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "794.84581" ;
  skos:prefLabel "Militærspill (dataspill), …"@nb .

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

<http://dewey.info/class/794.842-794.849/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/794.84581/e23/> ;
  skos:notation "794.842-794.849" ;
  skos:prefLabel "Elektroniske spill som omhandler bestemte temaer og emner"@nb .

<http://dewey.info/class/794.84/e23/>
  a skos:Concept ;
  skos:prefLabel "Spesielle aspekter ved elektroniske spill"@nb .

