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

IEV improvements: Ability to refer a concept relationship to a concept in an external concept system #7

Open
ronaldtse opened this issue Apr 25, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Member

  1. In IEC 60050 series, concepts are grouped together in a single concept system in a database (the Electropedia).

  2. In ISO, standards like ISO 3166 are grouped in a database.

In ISO 30042 TBX this is addressed by the attribute conceptPosition inside <descrip>, but they take plaintext.

We should have a defined notation for referencing concepts in concept systems.

@ronaldtse ronaldtse added the enhancement New feature or request label Apr 25, 2020
@opoudjis
Copy link
Contributor

opoudjis commented Apr 27, 2020

termrefs are termbase + id; that can be represented as URN

https://tools.ietf.org/html/rfc5141

@opoudjis
Copy link
Contributor

opoudjis commented Apr 27, 2020

At a conceptual model level, what is there to say? I'm just referring to termref. This is not the place to explode out all the ways people reference termbanks. The serialisation of termref will need to encompass URNs as an alternative.

@opoudjis
Copy link
Contributor

Addressed by adding +ref to RelatedConcept:

class RelatedConcept {
  +type: RelatedConceptType
  +content: <<BasicDocument>> LocalizedString
  +ref: <<StandocDocument>> ReferenceToTermbase[0..1]
}

opoudjis added a commit that referenced this issue Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants