Skip to content
International

ISO

International Organization for Standardization

Citation guide content is not yet available for this organization.

Model Extensions

ISO extensions capture the organizational structure of ISO standards development, committee tracking, ICS classification, and the compound title structure used across ISO documents.

Extends BibliographicItem directly 4 fields
FieldTypeDescription
doctypeenumISO document type
international-standardtechnical-specificationtechnical-reportpublicly-available-specificationinternational-workshop-agreementguide
editorialgroupEditorialGroupCommittee structure: technical_committee, subcommittee, workgroup (each with name/type/number), plus secretariat
icsICS[]International Classification for Standards codes (code, field, group, subgroup)
structuredidentifierStructuredIdentifierMachine-parseable identifier: project_number, tc_document_number, part, subpart, type

Custom Classes

EditorialGroupISO committee structure
FieldTypeDescription
technical_committeeIsoSubgroup[]Technical committee with name, type, number
subcommitteeIsoSubgroup[]Subcommittee with name, type, number
workgroupIsoSubgroup[]Working group with name, type, number
secretariatstring?Secretariat organization
IsoSubgroupA committee or working group
FieldTypeDescription
namestringName of the group
typestringType: TC, SC, WG
numberintegerCommittee number
ICSInternational Classification for Standards
FieldTypeDescription
codestringICS code (e.g. 35.240.60)
textstringDescription of the field

Example

ISO 19115-1:2014 — Geographic information — Metadata

doctype: international-standard
editorialgroup:
  technical_committee:
    - name: Geographic information/Geomatics
      type: TC
      number: 211
  subcommittee:
    - name: Geographic information services
      type: SC
      number: 1
  secretariat: ANSI
ics:
  - code: 35.240.60
    text: IT applications in transport and trade
structuredidentifier:
  project_number: 'ISO 19115-1'
  tc_document_number: 'ISO/TC 211'
  part: '1'
  type: ISO

Relaton Software

Use the relaton-iso gem to fetch bibliographic data.

$gem install relaton-iso