@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .
@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 void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .

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

realfagstermer:c032259
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  dc:created "2021-03-31T00:00:00"^^xsd:dateTime ;
  dc:identifier "REAL032259" ;
  dc:modified "2021-03-31T16:55:23"^^xsd:dateTime ;
  skos:broader realfagstermer:c006402 ;
  skos:inScheme realfagstermer: ;
  skos:prefLabel "Amorft silisium"@nb .

realfagstermer:
  a void:Dataset, sd:Graph, skos:ConceptScheme ;
  rdfs:label "Realfagstermer"@nb .

realfagstermer:c006402
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower realfagstermer:c032259 ;
  skos:prefLabel "Amorfe materiale"@nn, "Amorphous materials"@en, "Amorfe materialer"@nb .

