Skip to content

Instantly share code, notes, and snippets.

View davaya's full-sized avatar

David Kemp davaya

  • Dept of Defense
View GitHub Profile
@davaya
davaya / SpdxElementIds.md
Last active August 17, 2021 19:52
Design considerations for the SPDX v3 class model

SPDX Element IDs

RFC 3986 defines the syntax of URIs. When used with linked data only scheme and hier-part are significant; query and fragment are ignored.

    URI         = scheme ":" hier-part [ "?" query ] [ "#" fragment ]  
    unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"  
    reserved    = gen-delims / sub-delims  
    gen-delims  = ":" / "/" / "?" / "#" / "[" / "]" / "@"  
    sub-delims  = "!" / "$" / "&" / "'" / "(" / ")"