OUP BITS TCI

 

Subject categories

Capture a subject category in a subject element.

//book-meta/subj-group/subject
//book-part-meta/subj-group/subject

Create one subj-group for each required subj-group-type value.

Oxford Taxonomy code

Capture all Oxford Taxonomy codes in a subj-group element with attribute subj-group-type="category-taxonomy-collection".

Within the subject element, prefix the code with AcademicSubjects/.

<subj-group subj-group-type="category-taxonomy-collection">
  <subject>AcademicSubjects/AHU00670</subject>
</subj-group>

Code from Series taxonomy

Within the subject element, prefix the code with Series/.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>Series/98</subject>    
</subj-group>

Code from taxonomy of psychological disorders

Within the subject element, prefix the code with disorders/.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>disorders/2</subject>    
</subj-group>

Code from taxonomy of CEFR levels

Within the subject element, prefix the code with LanguageLevelCEFR/.

A maximum of two CEFR levels can be used for a book.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>LanguageLevelCEFR/4</subject>    
</subj-group>

Code from taxonomy of ISCED levels

Within the subject element, prefix the code with EducationalSectorISCED/.

A maximum of three ISCED levels can be used for a book.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>EducationalSectorISCED/3</subject>    
</subj-group>

Code from taxonomy of Education Learning Concepts

Within the subject element, prefix the code with EducationLearningConcept/.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>EducationLearningConcept/Ma70234</subject>    
</subj-group>

Code from Purpose taxonomy

Within the subject element, prefix the code with Purpose/.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>Purpose/1</subject>    
</subj-group>

Code from Genre taxonomy

Within the subject element, prefix the code with Genre/.

If Genre values are supplied at chapter level, they must all match each other and the book-level Genres, unless the container type is short-story-collection.

If the container type is short-story-collection, all the chapter-level Genres must also be captured at book level.

A book or chapter may have more than one Genre assigned, but all Genres must have the same top-level ancestor in the Genre taxonomy.

<subj-group subj-group-type="category-taxonomy-collection">
    <subject>Genre/1</subject>    
</subj-group>

BIC code

Capture all BIC codes in a subj-group element with attribute subj-group-type="bic".

<subj-group subj-group-type="bic">
  <subject>JPVK</subject>
</subj-group>

BISAC code

Capture all BISAC codes in a subj-group element with attribute subj-group-type="bisac".

<subj-group subj-group-type="bisac">
  <subject>POL016000</subject>
</subj-group>
Release ID:
20261202
ID:
subject_categories
Author:
dunnm
Last changed:
Wed, 04 Jun 2025
Modified by:
buckmasm
Revision#:
2908