-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add rdfs:label and skos:definition #150
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Unfortunately it's not that easy, since the "description" sections are in Markdown format, which means that they have be translated into a text only representation. |
Thank you. Just to clarify, since Markdown is also "text only" -- Do you mean specifically of removing the markups? |
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Few Markdown markups that may interfere human reading are now removed. See Notes in the PR description for details. This is also applied to New output: spdx-model.ttl.txt |
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
What this PR do
Implement #110 (Feedback from OMG - Item 5)
rdfs:label
, use info from element's nameskos:definition
, use info from summaryskos:note
, use info from descriptionFollow examples from https://www.omg.org/spec/Commons/1.1/PDF
(From examples,
skos:scopeNote
could be used for conformance information - not yet implemented here)Output, with few Markdown markups removed: spdx-model.ttl.txt
Notes
Few Markdown markups are removed or transformed for readability.
Links are transformed
[The EPSS Model](https://www.first.org/epss/model)
->The EPSS Model <https://www.first.org/epss/model>
[Hash](../../Core/Classes/Hash.md)
->Hash
[parameter](parameter.md)
->parameter
Inline code markups are removed
Code block markups are removed