Skip to content

Commit 22663d3

Browse files
authored
Merge pull request #427 from Raphael-Gazzotti/AccessProcessType-instances
Introduce AccessProcessType related instances (see #260 discussion on new Accessibility schema).
2 parents ea93eae + 008f698 commit 22663d3

File tree

5 files changed

+70
-0
lines changed

5 files changed

+70
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/accessProcessType/authenticatedAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessProcessType",
7+
"definition": "Access following authentication through an account.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "authenticated access",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/accessProcessType/authorizedAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessProcessType",
7+
"definition": "Access granted following an explicit authorisation decision based on assessment of the access request and, where applicable, acceptance or negotiation of relevant usage conditions.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "authorized access",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/accessProcessType/immediateAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessProcessType",
7+
"definition": "Automatic access upon acceptance of the applicable terms.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "immediate access",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/accessProcessType/registeredAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessProcessType",
7+
"definition": "Access requires registration but no authentication.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "registered access",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/terminology/accessProcessType",
6+
"@type": "https://openminds.om-i.org/types/Terminology",
7+
"definition": "Terminology defining the workflow or mechanism through which access to a resource is granted.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "access process type",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}

0 commit comments

Comments
 (0)