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

<http://data.ub.uio.no/onto#Topic>
  a rdfs:Class, owl:Class ;
  rdfs:label "Innholdsbeskrivende emne"@nb, "Topic"@en .

humord:
  a skos:ConceptScheme ;
  rdfs:label "Humord"@nb .

humord:c69891
  a skos:Concept, <http://data.ub.uio.no/onto#Topic> ;
  dc:created "2025-08-01T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME69891" ;
  dc:modified "2025-08-11T09:55:05"^^xsd:dateTime ;
  skos:altLabel "Gjenteke straffeforfølging"@nn, "Gjentatt strafforfølging"@nn, "Gjentatt straffeforfølging"@nb, "Gjenteke strafforfylging"@nn, "Gjentatt strafforfylging"@nn, "Gjentatt straffeforfylging"@nn, "Ne bis in idem"@la, "Former jeopardy (Criminal prosecution)"@en, "Dobbeltstraff"@nn, "Dobbeltstraff"@nb, "Gjenteke straffeforfylging"@nn, "Gjenteke strafforfølging"@nn ;
  skos:broader humord:c60582 ;
  skos:definition "Gjentatt straffeforfølgning (latin ne bis in idem) eller dobbeltstraff betegner at en straffesak blir tatt opp på ny etter at den først er blitt endelig avgjort. <Wikipedia>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Gjentatt straffeforfølging"@nn, "Gjentatt straffeforfølging"@nb, "Double jeopardy (Criminal prosecution)"@en, "Non bis in idem"@la .

humord:c60582
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c69891 ;
  skos:prefLabel "Straffeforfølging"@nn, "Straffeforfølgning"@nb, "Criminal prosecution"@en .

