Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ID IANA clue/personType #2

Open
strogonoff opened this issue Dec 31, 2021 · 2 comments
Open

Document ID IANA clue/personType #2

strogonoff opened this issue Dec 31, 2021 · 2 comments

Comments

@strogonoff
Copy link

https://dev.bibxml.org/types/IANA/IANA+clue%252FpersonType/

@strogonoff
Copy link
Author

Not clear if this is as intended, ID doesn’t resemble other document type IDs.

@ronaldtse
Copy link
Contributor

ronaldtse commented Jan 4, 2022

Yes this is the source authoritative data.

https://www.iana.org/assignments/clue/clue.xml

<registry xmlns="http://www.iana.org/assignments" id="clue">
  <title>ControLling mUltiple streams for tElepresence (CLUE)</title>
  <created>2016-09-06</created>
  <updated>2021-02-05</updated>
<!-- ... -->
  <registry id="personType">
    <title>CLUE Schema &lt;personType&gt;</title>
    <xref type="rfc" data="rfc8846"/>
    <registration_rule>Expert Review</registration_rule>
    <expert>Roni Even, Simon Pietro Romano</expert>

There might be an issue in the JSON:
https://dev.bibxml.org/api/v1/ref/iana/clue_personType/

{
  "data": {
    "id": "IANAclue/personType",
    "date": [
      {
        "type": "created",
        "value": "2016-09-06"
      },
      {
        "type": "updated",
        "value": "2021-02-05"
      }
    ],
    "link": {
      "type": "src",
      "content": "http://www.iana.org/assignments/clue"
    },
    "type": "standard",
    "docid": {
      "id": "IANA clue/personType",
      "type": "IANA"
    },
    "title": {
      "format": "text/plain",
      "content": "CLUE Schema <personType>"
    },
    "script": "Latn",
    "fetched": "2021-12-23",
    "language": "en",
    "docnumber": "clue/personType",
    "contributor": {
      "role": "publisher",
      "organization": {
        "name": "Internet Assigned Numbers Authority",
        "abbreviation": "IANA"
      }
    }
  }
}

The "id": "IANAclue/personType" conflates "IANA" (publisher) with the information item's ID ("clue/personType") and should be fixed.

The docid of IANA clue/personType may just be clue/personType? Notice that we use the parent registry's id: clue with the child registry's id: personType to construct the docid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants