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

<http://ldf.fi/schema/ammo/hisco_code> rdfs:subPropertyOf skos:broadMatch .
ammo:hopeaseppa
  a <http://ldf.fi/schema/ammo/Occupation>, <http://ldf.fi/schema/ammo/Concept>, skos:Concept ;
  ns0:coo1980_code <http://ldf.fi/ammo/coo1980/644> ;
  ns0:hisclass12 <http://ldf.fi/ammo/hisco/hisclass12/7> ;
  ns0:hisclass5 <http://ldf.fi/ammo/hisco/hisclass5/4> ;
  ns0:hisclass7 <http://ldf.fi/ammo/hisco/hisclass7/3> ;
  ns0:hisco_code <http://ldf.fi/ammo/hisco/88050> ;
  skos:prefLabel "silversmith"@en, "hopeaseppä"@fi .

ns0:Occupation skos:prefLabel "Ammatti"@fi, "Occupation"@en .
skos:Concept
  a owl:Class ;
  rdfs:label "Concept"@en .

skos:prefLabel
  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 ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en .

ns0:hisclass7 rdfs:subPropertyOf ns0:hisclass .
<http://ldf.fi/ammo/hisco/hisclass7/3>
  a skos:Concept ;
  skos:prefLabel "Työnjohtajat ja ammattitaidoltaan keskitasoiset työntekijät"@fi, "Foremen and medium skilled workers"@en .

ns0:coo1980_code rdfs:subPropertyOf skos:broadMatch .
<http://ldf.fi/ammo/hisco/hisclass12/7>
  a skos:Concept ;
  skos:prefLabel "Ammattitaidoltaan keskitasoiset työntekijät"@fi, "Medium skilled workers"@en .

ns0:hisclass5 rdfs:subPropertyOf ns0:hisclass .
<http://ldf.fi/ammo/hisco/hisclass5/4>
  a skos:Concept ;
  skos:prefLabel "Ammattitaitoiset työntekijät"@fi, "Skilled workers"@en .

ns0:Concept skos:prefLabel "AMMO-käsite"@fi, "AMMO Concept"@en .
<http://ldf.fi/ammo/coo1980/644>
  a skos:Concept ;
  skos:prefLabel "Kulta-, ja hopeasepät"@fi, "Guld- och silversmeder m. fl."@sv .

ns0:hisclass12 rdfs:subPropertyOf ns0:hisclass .
