json-ld-context
JSON-LD context documents, mapping PeerJ JSON properties to other ontologies.
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
JSON-LD context documents, mapping PeerJ JSON properties to other ontologies.
Basic Info
- Host: GitHub
- Owner: PeerJ
- Default Branch: gh-pages
- Homepage: http://peerj.github.io/json-ld-context/
- Size: 2.93 KB
Statistics
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 12 years ago
· Last pushed over 9 years ago
Metadata Files
Readme
Citation
README.md
JSON-LD context documents, mapping PeerJ JSON properties to other ontologies.
Owner
- Name: PeerJ
- Login: PeerJ
- Kind: organization
- Location: London and San Francisco
- Website: https://peerj.com
- Repositories: 54
- Profile: https://github.com/PeerJ
Award winning Open Access journals and preprints in biology, medicine, and computer science. Indexed in PubMed and more
Citation (citation/context.json)
{
"@context": {
"fulltext_html_url": {
"@id": "http://schema.org/url",
"@type": "@id"
},
"title": "http://schema.org/name",
"description": "http://schema.org/description",
"publisher": {
"@id": "http://schema.org/publisher",
"@type": "http://schema.org/Organization"
},
"date": {
"@id": "http://schema.org/datePublished",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"language": {
"@id": "http://schema.org/inLanguage",
"@type": "http://www.w3.org/2001/XMLSchema#language"
},
"author": {
"@container": "@list",
"@id": "http://schema.org/author",
"@type": "http://schema.org/Person"
},
"author_institution": {
"@container": "@list",
"@id": "http://schema.org/address",
"@type": "http://schema.org/PostalAddress"
},
"keywords": {
"@container": "@set",
"@id": "http://schema.org/keywords"
}
}
}