Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Automated vocabulary extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
openMINDS authored and openMINDS committed Nov 30, 2020
1 parent e78251c commit 11693ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controlledTerms
2 changes: 1 addition & 1 deletion core
Submodule core updated from ce4948 to d328b5
6 changes: 5 additions & 1 deletion vocab/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
"controlledTerms/v1/programmingLanguage",
"controlledTerms/v1/qualitativeOverlap",
"controlledTerms/v1/softwareApplicationCategory",
"controlledTerms/v1/softwareFeature",
"controlledTerms/v1/softwareFeatureCategory",
"controlledTerms/v1/species",
"controlledTerms/v1/strain",
Expand Down Expand Up @@ -443,6 +444,7 @@
"controlledTerms/v1/programmingLanguage",
"controlledTerms/v1/qualitativeOverlap",
"controlledTerms/v1/softwareApplicationCategory",
"controlledTerms/v1/softwareFeature",
"controlledTerms/v1/softwareFeatureCategory",
"controlledTerms/v1/species",
"controlledTerms/v1/strain",
Expand Down Expand Up @@ -713,7 +715,7 @@
"hasFeature": {
"description": null,
"linkedTypes": [
"https://openminds.ebrains.eu/controlledTerms/AbstractSoftwareFeature"
"https://openminds.ebrains.eu/controlledTerms/SoftwareFeature"
],
"name": "Has feature",
"schemas": [
Expand Down Expand Up @@ -1113,6 +1115,7 @@
"controlledTerms/v1/programmingLanguage",
"controlledTerms/v1/qualitativeOverlap",
"controlledTerms/v1/softwareApplicationCategory",
"controlledTerms/v1/softwareFeature",
"controlledTerms/v1/softwareFeatureCategory",
"controlledTerms/v1/species",
"controlledTerms/v1/strain",
Expand Down Expand Up @@ -1189,6 +1192,7 @@
"controlledTerms/v1/programmingLanguage",
"controlledTerms/v1/qualitativeOverlap",
"controlledTerms/v1/softwareApplicationCategory",
"controlledTerms/v1/softwareFeature",
"controlledTerms/v1/softwareFeatureCategory",
"controlledTerms/v1/species",
"controlledTerms/v1/strain",
Expand Down
4 changes: 4 additions & 0 deletions vocab/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
"name": "Software application category",
"translatableTo": null
},
"https://openminds.ebrains.eu/controlledTerms/SoftwareFeature": {
"description": null,
"name": "Software feature"
},
"https://openminds.ebrains.eu/controlledTerms/SoftwareFeatureCategory": {
"description": "Structured information on the category of the software feature.",
"name": "Software feature category",
Expand Down

0 comments on commit 11693ee

Please sign in to comment.