From 4d170c877c798046e7d6949ba0d610eccd8ffda8 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Wed, 6 Feb 2019 08:29:46 -0800 Subject: [PATCH] Restrict prefixes for OBO --- specs/gpad-gpi-2-0.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specs/gpad-gpi-2-0.md b/specs/gpad-gpi-2-0.md index 4421161..be296bb 100644 --- a/specs/gpad-gpi-2-0.md +++ b/specs/gpad-gpi-2-0.md @@ -103,9 +103,10 @@ A local identifier can consist of any non-whitespace character An OBO ID is a type of identifier - OBO_ID ::= ID + OBO_ID ::= OBO_Prefix ':' Local_ID + OBO_Prefix ::= 'GO' | 'ECO' | 'RO' | 'CL' | 'CHEBI' | ... -OBO identifiers (which include GO identifiers) SHOULD follow the [OBO identifier policy](http://www.obofoundry.org/id-policy.shtml) +The list of OBO prefixes can be found on [obofoundry.org](http://obofoundry.org) in the [json-ld context file](https://raw.githubusercontent.com/OBOFoundry/OBOFoundry.github.io/master/registry/context.jsonld) References are also types of identifier