Difference between revisions of "Software Heritage identifiers"

From Software Heritage Wiki
Jump to: navigation, search
(Adoption: add SPDX)
(Adoption: add SWH web UI and CLI tools)
Line 8: Line 8:
 
SWHIDs are used in a number of different technologies and standards, such as:
 
SWHIDs are used in a number of different technologies and standards, such as:
  
 +
* the Software Heritage archive, via its [https://archive.softwareheritage.org/ Web user interface and API]
 +
* [https://docs.softwareheritage.org/devel/swh-model/cli.html <kbd>swh identify</kbd>] command line tool (by Software Heritage), available from PyPI package [https://pypi.org/project/swh.model/ swh.model]
 
* [https://identifiers.org/ identifiers.org] resolved ([https://registry.identifiers.org/registry/swh prefix "swh"]
 
* [https://identifiers.org/ identifiers.org] resolved ([https://registry.identifiers.org/registry/swh prefix "swh"]
 
* [https://n2t.net/ Name-to-Things] (N2T) resolver
 
* [https://n2t.net/ Name-to-Things] (N2T) resolver

Revision as of 14:32, 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