-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #613 from plantbreeding/LzLang-patch-1
One-dimensionalization of data models
- Loading branch information
Showing
48 changed files
with
1,902 additions
and
1,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
Specification/BrAPI-Schema/BrAPI-Common/SourceGermplasm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"$defs": { | ||
"SourceGermplasm": { | ||
"properties": { | ||
"germplasmName": { | ||
"description": "The human readable name of a `Germplasm`", | ||
"type": [ | ||
"null", | ||
"string" | ||
] | ||
}, | ||
"reference": { | ||
"description": "Germplasm associated with a reference", | ||
"$ref": "../BrAPI-Genotyping/Reference.json#/$defs/Reference", | ||
"relationshipType": "many-to-one", | ||
"referencedAttribute": "sourceGermplasm" | ||
}, | ||
"referenceSet": { | ||
"description": "Germplasm associated with a reference", | ||
"$ref": "../BrAPI-Genotyping/ReferenceSet.json#/$defs/ReferenceSet", | ||
"relationshipType": "many-to-one", | ||
"referencedAttribute": "sourceGermplasm" | ||
} | ||
}, | ||
"title": "sourceGermplasm", | ||
"type": "object", | ||
"brapi-metadata": { | ||
"primaryModel": false | ||
} | ||
} | ||
}, | ||
"$id": "https://brapi.org/Specification/BrAPI-Schema/BrAPI-Common/SourceGermplasm.json", | ||
"$schema": "http://json-schema.org/draft/2020-12/schema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"$defs": { | ||
"Species": { | ||
"properties": { | ||
"speciesDbId": { | ||
"description": "An ontology term describing an attribute.", | ||
"type": [ | ||
"null", | ||
"string" | ||
] | ||
}, | ||
"term": { | ||
"description": "Ontology term - the label of the ontology term the termId is pointing to.", | ||
"type": [ | ||
"null", | ||
"string" | ||
] | ||
}, | ||
"termURI": { | ||
"description": "Ontology term identifier - the CURIE for an ontology term. It differs from the standard GA4GH schema's :ref:`id ` in that it is a CURIE pointing to an information resource outside of the scope of the schema or its resource implementation.", | ||
"type": [ | ||
"null", | ||
"string" | ||
] | ||
}, | ||
"reference": { | ||
"description": "Species associated with a reference", | ||
"$ref": "../BrAPI-Genotyping/Reference.json#/$defs/Reference", | ||
"relationshipType": "many-to-one", | ||
"referencedAttribute": "species" | ||
}, | ||
"referenceSet": { | ||
"description": "Species associated with a referenceSet", | ||
"$ref": "../BrAPI-Genotyping/ReferenceSet.json#/$defs/ReferenceSet", | ||
"relationshipType": "many-to-one", | ||
"referencedAttribute": "species" | ||
} | ||
}, | ||
"required": [ | ||
"specieDbId" | ||
], | ||
"title": "OntologyTerm", | ||
"type": "object", | ||
"brapi-metadata": { | ||
"primaryModel": false | ||
} | ||
} | ||
}, | ||
"$id": "https://brapi.org/Specification/BrAPI-Schema/BrAPI-Common/Species.json", | ||
"$schema": "http://json-schema.org/draft/2020-12/schema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.