Properties
base <https://example.com/>;
type MyType {
myProperty: Type // embedded property definition.
}base <https://example.com/>;
property myProperty: Type; // independent property definition.use <https://example.com/> as ex;
type MyType {
<https://example.com/myProperty>,
<../myProperty>, // same as above
ex:myProperty // same as above
}Last updated
Was this helpful?