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

<http://dewey.info/class/613.711082/e23/>
  dc:modified "2020-07-14"^^xsd:date ;
  dc:identifier "5a1cb34e-7a20-436b-a57f-0fb60c4614ac" ;
  skos:prefLabel "Kvinner--idrett--fysisk form"@nb ;
  dc:created "2020-07-14"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/613.711/e23/>
   <http://dewey.info/class/1--082/e23/>
 ) ;
  skos:notation "613.711082" ;
  skos:broader <http://dewey.info/class/613.711/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:closeMatch bibbi:1189620 .

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

<http://dewey.info/class/613.711/e23/>
  skos:notation "613.711" ;
  skos:prefLabel "Fysisk trening for idrett"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/613.711082/e23/> .

<http://dewey.info/class/1--082/e23/>
  skos:prefLabel "Kvinner"@nb ;
  a skos:Concept .

