-
Notifications
You must be signed in to change notification settings - Fork 4
[WIP] Decentralized modules
Thom van Kalkeren edited this page Oct 25, 2019
·
5 revisions
/.well-known/trusted_data_modules
contains a list of data browser modules formatted js files, so the server hosting the resources can provide a set of modules which it trusts to render its data.
Packages have been created to import an existing applications into mash, but also with solid pods in mind, so the current design has both characteristics in one model, these probably should be split apart (so one ontology for describing packages and one for new resource creation with rdf:type lookups as some linked property).
Property | Value | Description |
---|---|---|
rdf:type | ll:Package | ll:Package is the class of link packages |
ll:npmLabel | xsd:string | The package name on npm |
ll:npmVersion | xsd:string | The npm version number, might be expanded with selectors later |
ll:fileTemplate | node | A resource which describes the template for a new version |
ll:newLabel | xsd:string | The label to show for creating a new instance of the class |