PubIDPubID

OGC

Open Geospatial Consortium

The Open Geospatial Consortium (OGC) is an international voluntary consensus standards organization founded in 1994. OGC develops open, consensus-based standards for geospatial content and services, GIS data processing, and geospatial data sharing. Major OGC standards include Web Map Service (WMS), Web Feature Service (WFS), Geographic Mark-up Language (GML), Sensor Observation Service (SOS), and the OGC API family (Features, Tiles, Records, Environmental Data Retrieval). Member organizations include national mapping agencies, defense organizations, and major technology vendors.

IndustrySyntax OGC identifiers are digit-leading: '<yy>-<nnn>[<revision>]'. The year is 2 digits, the number is 3 digits (zero-padded), and the optional revision suffix is the lowercased token including its separator letter: 'r1', 'c1', 'a', 'r3a', 'r12a'. The leading 'OGC ' publisher token is added only when with_publisher=true (default is bare). Website
1
Doc Types
4
Components
3
Relations
0
Stages

Document Types 1

Components 4

Structured elements that make up a OGC identifier:

Publisher

OGC — omitted by default, added when with_publisher=true

e.g.OGC
Year

Two-digit year (the 'yy' field)

e.g.24
:year
Number

Three-digit zero-padded sequence number (preserves leading zeros)

e.g.032
:number
Revision

Optional lowercased revision token including separator: 'r1', 'c1', 'a', 'r3a', 'r12a'. nil when absent.

e.g.r1
:revision

PubID Algebra 3

Relationships between OGC identifiers:

RelationDescriptionSyntaxExample
Bare DocumentDefault form without publisher prefix<yy>-<nnn>[<revision>]24-032r1
With PublisherPublisher prefix added when with_publisher=trueOGC <yy>-<nnn>[<revision>]OGC 24-032r1
RevisionRevision suffix variants: r (revision), c (corrigendum), a (amendment)<yy>-<nnn>[r<c><n>|<a>]01-009a