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

<http://dewey.info/class/973.93/e23/>
  skos:notation "973.93" ;
  skos:prefLabel "2001-"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/973.935/e23/> .

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

<http://dewey.info/class/973.935/e23/>
  skos:notation "973.935" ;
  a skos:Concept ;
  dc:modified "2025-01-27"^^xsd:date ;
  skos:broader <http://dewey.info/class/973.93/e23/> ;
  dc:identifier "ocd00535996" ;
  dc:created "2024-11-07"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:altLabel "Trump, Donald--USAs historie--2025-"@nb, "USA--2025-"@nb ;
  skos:closeMatch bibbi:1710200 ;
  skos:prefLabel "Donald Trumps andre regjeringstid, 2025-"@nb .

