Mapping of swMATH ids and Software Heritage ids
收藏资源简介:
We present the mapping from swMATH identifiers and software heritage identifiers for selected git repositories, with the following fields: swmathid: Unique identifier from swMATH. Prefix with https://swmath.org/software/ to visit resolve. For example, 4503 is associated with https://swmath.org/software/4503 cvs: The link to the git repositoryswhid: Unique software heritage identifer. Prefix with https://archive.softwareheritage.org/ to resolve. For example, swh:1:snp:e9e31cc35f3677801b896fc4d84f1c26fd3df3d2 is assocated with https://archive.softwareheritage.org/swh:1:snp:e9e31cc35f3677801b896fc4d84f1c26fd3df3d2 The following software versions were used swh:1:cnt:3c525f7ef4feb933692f2d33d8186f69481d248b to get the swmath and git repositories swh:1:cnt:3aea0d0f97d9276282ee1de5ebc5945cc66e77b5 to get the corresponding software heritage identifiers Then the following Query was used to retrieve the uploaded file. SPARQL Query (try it out) PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT ?swmathid (str(?repo) as ?cvs) ?swhid WHERE { ?item wdt:P13 ?swmathid. ?item wdt:P339 ?repo. ?item wdt:P1454 ?swhid }For more details see our upcoming paper.
本数据集提供了精选Git仓库的swMATH标识符与软件遗产标识符(Software Heritage Identifier)的映射关系,包含以下字段: swmathid:源自swMATH的唯一标识符。可通过在其前拼接`https://swmath.org/software/`进行访问解析,例如标识符4503对应的访问地址为`https://swmath.org/software/4503`。 cvs:指向Git仓库的链接。 swhid:唯一软件遗产标识符(Software Heritage Identifier)。可通过在其前拼接`https://archive.softwareheritage.org/`进行访问解析,例如`swh:1:snp:e9e31cc35f3677801b896fc4d84f1c26fd3df3d2`对应的访问地址为`https://archive.softwareheritage.org/swh:1:snp:e9e31cc35f3677801b896fc4d84f1c26fd3df3d2`。 本次研究使用了以下软件版本: `swh:1:cnt:3c525f7ef4feb933692f2d33d8186f69481d248b` 用于获取swMATH与Git仓库信息; `swh:1:cnt:3aea0d0f97d9276282ee1de5ebc5945cc66e77b5` 用于获取对应的软件遗产标识符。 随后使用以下SPARQL查询语句检索上传文件: SPARQL查询(可在线试用): PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT ?swmathid (str(?repo) as ?cvs) ?swhid WHERE { ?item wdt:P13 ?swmathid. ?item wdt:P339 ?repo. ?item wdt:P1454 ?swhid } 更多细节请参阅我们即将发表的论文。



