You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Automatically create additional generic property values for multiple names, definitions, etc
Addresses:
@balhoff can you clarify?
The text was updated successfully, but these errors were encountered: