From 11693ee932ec77f5cdef97f69893c351c42f74c5 Mon Sep 17 00:00:00 2001 From: openMINDS Date: Mon, 30 Nov 2020 14:46:33 +0000 Subject: [PATCH] Automated vocabulary extraction --- controlledTerms | 2 +- core | 2 +- vocab/properties.json | 6 +++++- vocab/types.json | 4 ++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/controlledTerms b/controlledTerms index c2f0f96f10..e998bcaa3a 160000 --- a/controlledTerms +++ b/controlledTerms @@ -1 +1 @@ -Subproject commit c2f0f96f101112e1fbcc03618d32fe1ae7a4cb5c +Subproject commit e998bcaa3ab808eb869963518cc4204bf17a8daf diff --git a/core b/core index ce49482c1d..d328b5709b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit ce49482c1d5b2e364887aa074ba5eebbb8bf8b44 +Subproject commit d328b5709bda8a61a3f1cb151780dfb5ef870b1a diff --git a/vocab/properties.json b/vocab/properties.json index 7e49207a4b..62a3bdfd0b 100644 --- a/vocab/properties.json +++ b/vocab/properties.json @@ -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", @@ -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", @@ -713,7 +715,7 @@ "hasFeature": { "description": null, "linkedTypes": [ - "https://openminds.ebrains.eu/controlledTerms/AbstractSoftwareFeature" + "https://openminds.ebrains.eu/controlledTerms/SoftwareFeature" ], "name": "Has feature", "schemas": [ @@ -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", @@ -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", diff --git a/vocab/types.json b/vocab/types.json index e989f8f17e..03ad9dfb45 100644 --- a/vocab/types.json +++ b/vocab/types.json @@ -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",