@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 humord: <http://data.ub.uio.no/humord/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/777.5/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/777.53/e23/> ;
  skos:notation "777.5" ;
  skos:prefLabel "Elementer og modi"@nb .

<http://dewey.info/class/777.53/e23/>
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00201893" ;
  dc:modified "2019-12-16"^^xsd:date ;
  skos:altLabel "Lyd--videografi"@nb, "Lydsynkronisering--film"@nb, "Lyd--filmfotografi"@nb ;
  skos:broader <http://dewey.info/class/777.5/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "777.53" ;
  skos:prefLabel "Lyd"@nb ;
  skos:relatedMatch humord:c08268, humord:c27847, humord:c26165 .

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

