Skip to content

Commit 68c1531

Browse files
authored
Merge pull request #423 from Raphael-Gazzotti/AccessForm-instances
Introduce AccessForm related instances (see #260 discussion on new Accessibility schema).
2 parents c1b3f3b + 1bbc7f5 commit 68c1531

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-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/accessForm/directAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessForm",
7+
"definition": "Users interact directly with the product or service through integrated interfaces, or authorised environments.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "direct 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/accessForm/mediatedAccess",
6+
"@type": "https://openminds.om-i.org/types/AccessForm",
7+
"definition": "Access is provided through designated technical systems or organisational actors acting on behalf of the user.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "mediated 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/accessForm",
6+
"@type": "https://openminds.om-i.org/types/Terminology",
7+
"definition": "Terminology defining the manner in which access to a resource is facilitated.",
8+
"description": "The terminology defining access form specifies whether users obtain access directly without intermediaries or through mediation by a third party.",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "access form",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}

0 commit comments

Comments
 (0)