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

skos:broader
  rdfs:subPropertyOf skos:broaderTransitive ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  rdfs:label "has broader"@en .

<http://ldf.fi/ammo/coo1980/status_53>
  skos:prefLabel "Övriga produktionsarbetare"@sv, "Other industrial workers"@en, "Muut tuotantotyöntekijät"@fi ;
  a skos:Concept .

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en, "The range of skos:altLabel is the class of RDF plain literals."@en ;
  rdfs:label "alternative label"@en .

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

<http://ldf.fi/ammo/coo1980/>
  a skos:ConceptScheme ;
  skos:member <http://ldf.fi/ammo/coo1980/623> .

<http://ldf.fi/ammo/coo1980/623>
  ns0:socioeconomic_status ns0:status_53, ns0:status_52 ;
  skos:inScheme ns0: ;
  skos:broader ns0:62 ;
  skos:prefLabel "Pinnare och bottnare m. fl."@sv, "Pinkojat ja pohjaajat"@fi ;
  skos:altLabel "623" ;
  a skos:Concept .

ammo:plokkari ns1:coo1980_code ns0:623 .
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:62
  skos:prefLabel "Sko- och läder arbete"@sv, "Shoe and leather work"@en, "Jalkine- ja nahkatyö"@fi ;
  a skos:Concept ;
  skos:narrower ns0:623 .

skos:inScheme
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
  rdfs:label "is in scheme"@en .

ammo:lestinraudoittaja ns1:coo1980_code ns0:623 .
ns0:socioeconomic_status
  rdfs:subPropertyOf skos:notation ;
  rdfs:label "Sosioekoniminen asema"@fi, "Socioekonomisk ställning"@sv, "Socioeconomic status"@en .

ns0:status_52
  skos:prefLabel "Teollisuustyöntekijät"@fi, "Manufacturing workers"@en, "Industriarbetare"@sv ;
  a skos:Concept .

