Skip to content

Commit

Permalink
Add content-type "text/vnd.citation-file-format" (#164)
Browse files Browse the repository at this point in the history
* Add content-type "text/vnd.citation-file-format"

* Update and rename text_vnd.citation-file-format to text_vnd.citation-file-format

* Create text_vnd.citation-file-format.jsonld

* Create text_vnd.citation-file-format.jsonld

---------

Co-authored-by: Lyuba Zehl <[email protected]>
  • Loading branch information
apdavison and lzehl authored Oct 23, 2024
1 parent 32a5e54 commit 8fe7bbd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions instances/latest/contentTypes/text_vnd.citation-file-format.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_vnd.citation-file-format",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]",
"displayLabel": null,
"fileExtension": [
".cff"
],
"name": "text/vnd.citation-file-format",
"relatedMediaType": null,
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md",
"synonym": [
"CITATION.cff"
]
}
19 changes: 19 additions & 0 deletions instances/v3.0/contentTypes/text_vnd.citation-file-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": {
"@vocab": "https://openminds.ebrains.eu/vocab/"
},
"@id": "https://openminds.ebrains.eu/instances/contentTypes/text_vnd.citation-file-format",
"@type": "https://openminds.ebrains.eu/core/ContentType",
"dataType": null,
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]",
"displayLabel": null,
"fileExtension": [
".cff"
],
"name": "text/vnd.citation-file-format",
"relatedMediaType": null,
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md",
"synonym": [
"CITATION.cff"
]
}
19 changes: 19 additions & 0 deletions instances/v4.0/contentTypes/text_vnd.citation-file-format.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_vnd.citation-file-format",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]",
"displayLabel": null,
"fileExtension": [
".cff"
],
"name": "text/vnd.citation-file-format",
"relatedMediaType": null,
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md",
"synonym": [
"CITATION.cff"
]
}

0 comments on commit 8fe7bbd

Please sign in to comment.