@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ammo: <http://ldf.fi/ammo/> .
@prefix ns0: <http://ldf.fi/schema/ammo/> .

<http://ldf.fi/schema/ammo/hisco_code> rdfs:subPropertyOf skos:broadMatch .
<http://ldf.fi/schema/ammo/Occupation> skos:prefLabel "Ammatti"@fi, "Occupation"@en .
<http://ldf.fi/ammo/hisco/hisclass12/1>
  skos:prefLabel "Ylemmät esimiehet"@fi, "Higher managers"@en ;
  a skos:Concept .

skos:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ;
  rdfs:label "preferred label"@en .

<http://ldf.fi/ammo/coo1980/101>
  skos:prefLabel "Julkisen hallinnon valmistelu- ja esittelytehtävissä toimivat ylemmät toimihenkilöt"@fi, "Beredande och förredrangande högre tjänstemän inom den offentliga förvaltningen"@sv ;
  a skos:Concept .

<http://ldf.fi/schema/ammo/hisclass7> rdfs:subPropertyOf <http://ldf.fi/schema/ammo/hisclass> .
<http://ldf.fi/ammo/hisco/hisclass5/1>
  skos:prefLabel "Eliitti"@fi, "Elite"@en ;
  a skos:Concept .

<http://ldf.fi/schema/ammo/coo1980_code> rdfs:subPropertyOf skos:broadMatch .
<http://ldf.fi/schema/ammo/hisclass5> rdfs:subPropertyOf <http://ldf.fi/schema/ammo/hisclass> .
<http://ldf.fi/ammo/hisco/hisclass7/1>
  skos:prefLabel "Ylemmät esimiehet ja asiantuntijat"@fi, "Higher managers and higher professionals"@en ;
  a skos:Concept .

<http://ldf.fi/schema/ammo/Concept> skos:prefLabel "AMMO-käsite"@fi, "AMMO Concept"@en .
<http://ldf.fi/schema/ammo/hisclass12> rdfs:subPropertyOf <http://ldf.fi/schema/ammo/hisclass> .
ammo:piiritarkastaja
  ns0:coo1980_code <http://ldf.fi/ammo/coo1980/101> ;
  skos:prefLabel "piiritarkastaja"@fi, "district inspector"@en ;
  a skos:Concept, ns0:Occupation, ns0:Concept ;
  ns0:hisclass7 <http://ldf.fi/ammo/hisco/hisclass7/1> ;
  ns0:hisclass12 <http://ldf.fi/ammo/hisco/hisclass12/1> ;
  ns0:hisco_code <http://ldf.fi/ammo/hisco/20210> ;
  ns0:hisclass5 <http://ldf.fi/ammo/hisco/hisclass5/1> .

