@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ammo: <http://ldf.fi/ammo/> .
@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 .

<http://ldf.fi/ammo/hisco/02>
  skos:broader <http://ldf.fi/ammo/hisco/0> ;
  skos:note "Workers in this minor group design buildings and supervise their construction; plan and co-ordinate development of urban areas; plan, design and supervise landscaping; study, design, advise on and supervise the construction of civil engineering structures; study, advise on and develop plant, equipment and processes in electrical, electronic, mechanical, chemical, mining and other engineering fields and carry out technical supervisory functions in connection with the manufacture, construction, installation, operation, maintenance and repair of such plant and equipment; develop and control processes for extraction of metals from their ores, study properties of metals, develop new alloys and advise on metallurgical problems; study, develop and advise on the promotion of efficient, safe and economic utilisation of personnel, materials and equipment; study, plan and advise on the routing and control of road traffic; make trigonometric surveys of the earth\\'s surface and underground areas; prepare technical drawings and maps and perform other technical tasks, normally under supervision, contributory to the work described in the foregoing. Workers with architectural and engineering qualifications frequently are occupied mainly in administrative or managerial work (minor group 2-1), or as teachers (minor group 1-3), patent agents (unit group 1-99) or technical salesmen (unit group 4-31) and are classified accordingly."@en ;
  dc:source <http://ldf.fi/ammo/sources/hisco> ;
  skos:prefLabel "Architects, Engineers And Related Technicians"@en ;
  a skos:Concept .

ammo:hisco
  a skos:Collection ;
  skos:prefLabel "HISCO concepts" ;
  skos:member <http://ldf.fi/ammo/hisco/02> .

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/sources/hisco> a dc:BibliographicResource .
skos:note
  skos:definition "A general note, for any purpose."@en ;
  rdfs:label "note"@en .

<http://ldf.fi/ammo/hisco/020> skos:broader <http://ldf.fi/ammo/hisco/02> .
<http://ldf.fi/ammo/hisco/0>
  skos:prefLabel "Professional, Technical and related workers"@en ;
  a skos:Concept .

