@prefix los: <https://id.norge.no/los> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xkos: <http://rdf-vocabulary.ddialliance.org/xkos#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

los:
  skos:prefLabel "Los"@en, "Los"@nn, "Los"@nb ;
  a skos:ConceptScheme .

xkos:belongsTo rdfs:label "belongs to"@en, "tilhører"@nb, "høyrer til"@nn .
<https://id.norge.no/los/14027>
  skos:broader <https://id.norge.no/los/14006> ;
  skos:inScheme los: ;
  xkos:isPartOf <https://id.norge.no/los/14006> ;
  xkos:belongsTo "level3" ;
  a skos:Concept ;
  skos:prefLabel "Conductor"@en, "Konduktør"@nb, "Konduktør"@nn .

<https://id.norge.no/los/14006>
  skos:prefLabel "Trafikant"@nb, "Road user"@en, "Trafikant"@nn ;
  a skos:Concept ;
  skos:narrower <https://id.norge.no/los/14027> ;
  xkos:hasPart <https://id.norge.no/los/14027> .

