SD2E / opil

The Open Protocol Interface Language (OPIL) is intended as a standard language for protocol interfaces
5 stars 1 forks source link

Should Parameter/ParameterValue type be an rdftype or a property? #132

Open jakebeal opened 3 years ago

jakebeal commented 3 years ago

Should the type of a Parameter/ParameterValue be transformed from class type to a field on Parameter, except for the ones that actually have additional fields? This would simplify type-matching validation rules, but add complexity to knowing when an extension is necessary.