Skip to content

Commit

Permalink
Add template for DataRecord
Browse files Browse the repository at this point in the history
Again, this is incomplete due to the spec having parts which are not defined
  • Loading branch information
Justin Clark-Casey committed Jun 4, 2018
1 parent 236b3e7 commit 4bf5a1a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions DataRecord/examples/template_jsonld.json
@@ -0,0 +1,23 @@
{
"@type": "Record",
"citation": [
{
"@id": "URL for citing article",
"@type": "ScholarlyArticle",
"name": "Name of citing article"
}
],
"dateCreated": "YYYY-MM-DD",
"dateModified": "YYYY-MM-DD",
"distribution": "http://www.uniprot.org/uniprot/P05067.fasta",
"image": "URL for entity image",
"mainEntity": {
"@type": "Bioschemas type name(s) for the entity",
"additionalType": "ontology term that further defines this entity",
"identifier": "entity identifier",
"name": "entity nane",
"description": "entity description"
},
"seeAlso": "cross-reference URL to information on this entity in some other data resource",
"url": "URL of this DataRecord"
}

0 comments on commit 4bf5a1a

Please sign in to comment.