@maschinenlesbar.org/oparl-cli
Preparing search index...
OparlObject
Interface OparlObject
Any OParl object: at least an
id
(its own URL) and a
type
URI.
interface
OparlObject
{
id
:
string
;
type
:
string
;
[
key
:
string
]:
JsonValue
;
}
Hierarchy (
View Summary
)
JsonObject
OparlObject
OparlSystem
OparlBody
Indexable
[
key
:
string
]:
JsonValue
Index
Properties
id
type
Properties
id
id
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
@maschinenlesbar.org/oparl-cli
Loading...
Any OParl object: at least an
id(its own URL) and atypeURI.