owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

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

Open cmungall opened 1 year ago

cmungall commented 1 year ago

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

Addresses:

@balhoff can you clarify?

balhoff commented 1 year ago

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