Difference between revisions of "Software Heritage identifiers"

From Software Heritage Wiki
Jump to: navigation, search
(add jupyterhub/binderhub)
Line 12: Line 12:
 
* [https://n2t.net/ Name-to-Things] (N2T) resolver
 
* [https://n2t.net/ Name-to-Things] (N2T) resolver
 
* [https://spdx.org/ Software Package Data Exchange (SPDX)] standard, starting from [https://www.linuxfoundation.org/en/blog/spdx-2-2-specification-released/ version 2.2]
 
* [https://spdx.org/ Software Package Data Exchange (SPDX)] standard, starting from [https://www.linuxfoundation.org/en/blog/spdx-2-2-specification-released/ version 2.2]
 +
* [https://github.com/jupyterhub/binderhub Jupyter binderhub] will soon allow to (re)create a Jupyter notebook computing environment from a SWHID via [https://github.com/jupyterhub/repo2docker/pull/988] and [https://github.com/jupyterhub/binderhub/pull/1256]
  
 
== References ==
 
== References ==
  
 
* [https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html SWHID specification]
 
* [https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html SWHID specification]

Revision as of 15:10, 1 February 2021

Software Heritage Identifiers, or SWHIDs for short, are persistent intrinsic identifiers used to reference objects stored in the Software Heritage Archive.

The syntax and semantics of SWHIDs can be found in SWHID specification.

Adoption

SWHIDs are used in a number of different technologies and standards, such as:

References