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

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 .

ammo:teollisuusteknikko ns0:coo1980_code <http://ldf.fi/ammo/coo1980/013> .
<http://ldf.fi/ammo/coo1980/013>
  ns1:socioeconomic_status ns1:status_41 ;
  skos:inScheme ns1: ;
  skos:broader ns1:01 ;
  skos:prefLabel "koneteknikot"@fi, "Maskintekniker"@sv ;
  skos:altLabel "013" ;
  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 .

ns1:
  a skos:ConceptScheme ;
  skos:member ns1:013 .

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 .

ammo:autotekninen-tyojohtaja ns0:coo1980_code ns1:013 .
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 .

ns1:01
  skos:prefLabel "Teknisk arbetsledning"@sv, "Tekniikan alaan kuuluva työnjohto- ja suoritustyö"@fi, "Supervision and executive work in the technical field"@en ;
  a skos:Concept ;
  skos:narrower ns1:013 .

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

ns1:status_41
  skos:prefLabel "Supervisors"@en, "I förmansställning"@sv, "Esimiestehtävissä toimivat"@fi ;
  a skos:Concept .

