emrex-eu / elmo-schemas

ELMO Schemas
European Union Public License 1.2
14 stars 15 forks source link

Proposals around a better use of ISCED-F 2013 #60

Closed init-xbildung closed 1 year ago

init-xbildung commented 2 years ago

In ELMO disciplines can be expressed using ISCED-F 2013.

 <xs:element minOccurs="0" name="iscedCode" type="xs:token">
                <xs:annotation>
                    <xs:documentation>The ISCED-F code of the course or programme.

                        ISCED-F codes define fields of education and training at the secondary,
                        post-secondary and tertiary levels of education. Details:
                        http://www.uis.unesco.org/Education/Documents/isced-fields-of-education-training-2013.pdf
                    </xs:documentation>
                </xs:annotation>

However some disciplines are not further defined by ISCED-F2013 as other vocabularies exist for that purpose. This is especially true languages.

For languages:

In the German XSchule project we try to express all secondary education disciplines in a machine readable way by complementing the ISCED-F 2013 with the ISO 3166-2 language code list to express languages as a discipline:

See: https://xschule.digital/web/kmk_abiturfaecher_de for a complete list of all disciplines and its mapping to ISCED-F 2013 and ISO 3166-2

Proposal No.1 is to extend the possibility of indicating a discipline with ISCED-F 2013 with the language code list.

In doing so digital job applications with ELMO credentials might be filtered by employer side with "finding people having had a good grade in English and French" instead of filtering for people "having had a good grade in Language Acquisition" (this is where ISCED-F 2013 stops - not sure whether languageOfInstruction will do the trick)

Proposal No2: as there is also the ISCED-2011 Level, the name of the ISCED-F 2013 property in ELMO could be more explicit than ISCEDCode to achieve forward-compatibility

Proposal No3: When using ISCED2013 use URIs instead of strings:

As said for the country code list in https://github.com/emrex-eu/elmo-schemas/issues/57 Multilinguality support could be enhanced using the Publications Office URIs instead of the string values of ISCED2013.

Example used in ELMO https://github.com/emrex-eu/elmo-schemas/blob/v1/example.xml

<type>Degree Programme</type>
<iscedCode>0511</iscedCode>
<url>http://www.uio.no/studier/program/biologi-master/</url>

could better be

<type>Degree Programme</type>
<iscedF2013Code>https://publications.europa.eu/resource/authority/snb/isced-f/0511</iscedCode>
<url>http://www.uio.no/studier/program/biologi-master/</url>

to benefit from the multilingual resources of DG Translation and the Publications Office. image

mirkostanic commented 1 year ago

To be implemented in v2.0

mirkostanic commented 1 year ago

Additional granularity can be achieved through the use of newly added gradingSchemeExternalId element. Using URIs is subject to link rot.