Interface: ApplicationProfileRaw
Application Profile as they are stored in src to be consumed by BE code. This format is never seen by FE code, so better to look at ApplicationProfile instead.
Indexable​
â–ª [classId: string
]: TypeProfileRaw
| string
For each class existing in the defined ontology, there is an associated TypeProfileRaw that describes that class and its constraints.
It is to be noted that | string
is here only so that uri: string
can be put
on this interface.
Properties​
uri​
• uri: string
uri of that particular AP
Defined in​
application-profile/src/lib/models/application-profile-raw.ts:12