Skip to content

Commit b45c8c9

Browse files
authored
Merge pull request #436 from Raphael-Gazzotti/projectType-instances
Introduce ProjectType instances
2 parents 631b393 + c3cd3f6 commit b45c8c9

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/projectType/grantProject",
6+
"@type": "https://openminds.om-i.org/types/ProjectType",
7+
"definition": "A time-limited, externally funded project defined primarily by the formal objectives, conditions, and reporting requirements of a sponsoring organization.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "grant project",
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/projectType/researchProject",
6+
"@type": "https://openminds.om-i.org/types/ProjectType",
7+
"definition": "A science-driven project defined primarily by a coherent research question and systematic investigation aimed at generating new knowledge, methods, or insights, regardless of its funding source.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "research project",
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/projectType",
6+
"@type": "https://openminds.om-i.org/types/Terminology",
7+
"definition": "Terminology characterizing a project according to its primary grounding, organizational basis, and driving objectives.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "project type",
12+
"preferredOntologyIdentifier": null,
13+
"synonym": null
14+
}

0 commit comments

Comments
 (0)