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

1.6: Automatically create additional generic property values for multiple names, definitions, etc. #134

Open
cmungall opened this issue Dec 22, 2022 · 1 comment
Labels
1.6 spec proposals concrete proposals for changes in 1.6

Comments

@cmungall
Copy link
Member

Automatically create additional generic property values for multiple names, definitions, etc

Addresses:

@balhoff can you clarify?

@cmungall cmungall added the 1.6 spec proposals concrete proposals for changes in 1.6 label Dec 22, 2022
@balhoff
Copy link
Member

balhoff commented Feb 15, 2023

I thought this would be a way to gracefully handle multiple name and def values. A term with two values for rdfs:label ('car' and 'automobile') could be serialized like this:

[Term]
id: FOO:0000001
name: car
def: "A kind of vehicle." []
is_a: FOO:0000002 ! vehicle
property_value: label "automobile"

[Typedef]
id: label
name: label
namespace: external
xref: rdfs:label
is_metadata_tag: true

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

No branches or pull requests

2 participants