@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 .
<http://ldf.fi/ammo/hisco/hisclass7/7>
  skos:prefLabel "Alemmat ja ammattitaidottomat maa- ja metsätaloustyöntekijät"@fi, "Lower skilled and unskilled farm workers"@en ;
  a skos:Concept .

<http://ldf.fi/ammo/hisco/hisclass12/10>
  skos:prefLabel "Alemmat maa- ja metsätaloustyöntekijät"@fi, "Lower skilled farm workers"@en ;
  a skos:Concept .

<http://ldf.fi/ammo/hisco/hisclass5/5>
  skos:prefLabel "Ammattitaidottomat työntekijät ja maataloustyöntekijät"@fi, "Unskilled workers and farmer workers"@en ;
  a skos:Concept .

ammo:torppari
  ns0:hisclass12 <http://ldf.fi/ammo/hisco/hisclass12/10> ;
  ns0:hisclass7 <http://ldf.fi/ammo/hisco/hisclass7/7> ;
  a ns0:Concept, ns0:Role, skos:Concept ;
  ns0:hisco_code <http://ldf.fi/ammo/hisco/61115> ;
  skos:prefLabel "crofter"@en, "torppari"@fi ;
  ns0:hisclass5 <http://ldf.fi/ammo/hisco/hisclass5/5> ;
  ns0:hisco_status <http://ldf.fi/ammo/hisco/status_12> ;
  ns0:coo1980_code <http://ldf.fi/ammo/coo1980/310> .

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 .

ns0:hisclass7 rdfs:subPropertyOf ns0:hisclass .
ns0:Role
  skos:prefLabel "Rooli"@fi, "Role"@en ;
  a owl:Class .

ns0:coo1980_code rdfs:subPropertyOf skos:broadMatch .
ns0:hisclass5 rdfs:subPropertyOf ns0:hisclass .
<http://ldf.fi/ammo/coo1980/310>
  skos:prefLabel "Maanviljelystyöntekijät ja kotieläintenhoitajat"@fi, "Jordbruksarbetare och hudsjursskötare"@sv ;
  a skos:Concept .

ns0:Concept skos:prefLabel "AMMO-käsite"@fi, "AMMO Concept"@en .
ns0:hisclass12 rdfs:subPropertyOf ns0:hisclass .
