In his review of the early version of the ADMS.F/OSS: Use Cases Olivier Berger raises the question: What identifier is this... relative to some directory ?
http://joinup.ec.europa.eu/mailman/archives/adms_foss-wg/2012-January/000016.html
Component
MiscellaneousCategory
Conceptual Model
Login or
create an account to comment.
Comments
Just in case, there's a lot of homonymies in naming software projects, so the "short name" may not be sufficient.
The URL of the homepage of a project may be better, but sometimes projects move, so this may be variable.
Automatic matching of harvested data may not be trivial. Note that there's relevant litterature on the topic : http://www.igi-global.com/chapter/integrating-projects-multiple-open-so… (DOI: 10.4018/jossp.2009010103 )
Multi-domain identifiers may lead to naming conflicts. Within one domain we may assume that a shortname for a software project is unique, but within different domains, we cannot, unless we use a URI or IRI of course.
To allow multiple identification domains, version 0.3 hasa data type Identifier that stems from the Identifier. Type of the UN/CEFACT Core Components Data Type Catalogue v3.1 . It has the following properties:
Tthe ISO/IEC 19770-2:2009 standard and the corresponding XML schema define the following structure to identify a software package:
<xs:complexType name="SoftwareIdComplexType">
<xs:sequence> <xs:element name="unique_id" type="swid:Token"/> <xs:element name="tag_creator_regid" type="swid:RegistrationId"/> </xs:sequence> <xs:attributeGroup ref="swid:default"/> </xs:complexType> The following XML snipped in an example for the Adobe X pro product: <swid:software_id> <swid:unique_id>AcrobatPro-AS1-Win-GM-MUL</swid:unique_id> <swid:tag_creator_regid>regid.1986-12.com.adobe</swid:tag_creator_regid> </swid:software_idThe SPDX specification uses URIs / IRIs to identify software packages (spdx:Package). Because the vocabulary is an RDF vocabulary these URIs are implicit to the specification.
The SPDX example file: http://www.spdx.org/system/files/spdxspreadsheetexample.rdf_.txt includes an example of such a URI: http://www.spdx.org/tools#SPDXANALYSIS?package
The checksum (spdx:Checksum) and verification code (spdx:PackageVerificationCode) can be used to authenticate a pacakge, but is unpractical (because meaningless to humans) to identify it or use it to mint a URI.
The approach of ISO/IEC 19770-2:2009 that you mentioned implies the use of a central registry. That may be needed when there are trust issues. But I'm not sure that's a problem in the current use cases ADMS.F/OSS has collected.
That's a totally different approach that that of the Semantic Web / Linked Data, which basically relies on URI which may be chosen at random. Only dereferencing them and checking for the contents, and some kind of web of trust (based on the underlying confidence in the DNS system) loosely guarantees desambiguation.
I myself would prefer putting the second one (Linked Data's) forward to maximize adoption without the hassles of managing a central authority, while controlled unique IDs may be added by services using ADMS.F/OSS if they wish and need some enhanced trust mechanism.
ADMS.SW v1.00 has a two identification mechanisms other than URIs: