All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.textkernel.tx.models.dataenrichment.Profession Maven / Gradle / Ivy

The newest version!
package com.textkernel.tx.models.dataenrichment;

/**
 * A normalized profession from the Professions Taxonomy
 */
public class Profession extends BasicProfession {
        /**
        * The group which this profession belongs to.
        */
        public ProfessionClassification Group;
        /**
        /// The class which this profession belongs to.
        */
        public ProfessionClassification Class;
        /**
        /// The O*NET 2010 (deprecated) details of this profession.
        */
        public ProfessionClassification Onet;
        /**
        /// The ISCO-2008 details of this profession.
        */
        public ProfessionClassification Isco;
        /**
        /// The O*NET 2019 details of this profession.
        */
        public ProfessionClassification Onet2019;
        /**
        /// The KLDB-2020 details of this profession.
        */
        public ProfessionClassification Kldb2020;
        /**
        /// The UWV-BOC details of this profession.
        */
        public ProfessionClassification UwvBoc;
        /**
        /// The UK-SOC-2010 details of this profession.
        */
        public ProfessionClassification UkSoc2010;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy