Skip to content

Commit ea93eae

Browse files
Merge pull request #428 from openMetadataInitiative/lzehl_pubStatusInstances
add publication status instances (starting set)
2 parents 431d530 + 891699d commit ea93eae

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-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/publicationStatus/disposed",
6+
"@type": "https://openminds.om-i.org/types/PublicationStatus",
7+
"definition": "A publication status indicating the work has been removed from active retention or management (e.g., after a retention period, superseded, or otherwise deaccessioned) and is no longer available, without implying wrongdoing or defects in the work.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "disposed",
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/publicationStatus/embargoed",
6+
"@type": "https://openminds.om-i.org/types/PublicationStatus",
7+
"definition": "A publication status indicating the work exists but cannot be publicly published, reported on, or made openly available until a specified embargo end date set by the embargoing party.",
8+
"description": "The status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date. For open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work. [[Publishing Status Ontology (PSO)](http://purl.org/spar/pso): [Peroni, S., Shotton, D., Vitali, F. (2012)](https://doi.org/10.1145/2362499.2362502)]",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "embargoed",
12+
"preferredOntologyIdentifier": "http://purl.org/spar/pso/embargoed",
13+
"synonym": null
14+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/publicationStatus/published",
6+
"@type": "https://openminds.om-i.org/types/PublicationStatus",
7+
"definition": "A publication status indicating the work has been formally released to the public by the responsible publisher or issuing entity and is accessible in its official published form.",
8+
"description": "The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee. [[Publishing Status Ontology (PSO)](http://purl.org/spar/pso): [Peroni, S., Shotton, D., Vitali, F. (2012)](https://doi.org/10.1145/2362499.2362502)]",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "published",
12+
"preferredOntologyIdentifier": "http://purl.org/spar/pso/published",
13+
"synonym": [
14+
"released"
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/publicationStatus/retracted",
6+
"@type": "https://openminds.om-i.org/types/PublicationStatus",
7+
"definition": "A publication status indicating the work was previously published but has been formally withdrawn from the public record by the publisher or issuing authority, typically accompanied by a retraction notice.",
8+
"description": "The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information. [[Publishing Status Ontology (PSO)](http://purl.org/spar/pso): [Peroni, S., Shotton, D., Vitali, F. (2012)](https://doi.org/10.1145/2362499.2362502)]",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "retracted",
12+
"preferredOntologyIdentifier": "http://purl.org/spar/pso/retracted-from-publication",
13+
"synonym": [
14+
"retracted from publication"
15+
]
16+
}
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/publicationStatus/underReview",
6+
"@type": "https://openminds.om-i.org/types/PublicationStatus",
7+
"definition": "A publication status indicating the work has been submitted for evaluation and is currently being assessed by an editor, reviewers, or an approval body, with no publication decision or public release yet.",
8+
"description": "The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews. [[Publishing Status Ontology (PSO)](http://purl.org/spar/pso): [Peroni, S., Shotton, D., Vitali, F. (2012)](https://doi.org/10.1145/2362499.2362502)]",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "under review",
12+
"preferredOntologyIdentifier": "http://purl.org/spar/pso/under-review",
13+
"synonym": null
14+
}

0 commit comments

Comments
 (0)