-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathWebId.jsonld
32 lines (32 loc) · 909 Bytes
/
WebId.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core/^3.0.0/components/context.jsonld"
],
"@id": "npmd:@ldf/feature-webid",
"components": [
{
"@id": "ldffw:ControllerExtension/WebId",
"@type": "Class",
"extends": "ldfc:ControllerExtension",
"requireElement": "controllers.WebIDControllerExtension",
"comment": "A WebIDControllerExtension extends Triple Pattern Fragments responses with WebID authentication",
"parameters": [
{
"@id": "ldffw:ControllerExtension/WebId#urlData",
"inheritValues": {
"@type": "InheritanceValue",
"onParameter": "ldfc:Server#urlData",
"from": "ldfc:Server"
}
}
],
"constructorArguments": {
"fields": [
{
"@id": "ldfc:Server#urlDataField"
}
]
}
}
]
}