|
@@ -2,7 +2,6 @@ vocabulary <http://ua.com.be/sdo2l/vocabulary/base/script#> as script {
|
|
|
extends <http://www.w3.org/2001/XMLSchema#> as xsd
|
|
|
extends <http://purl.org/dc/elements/1.1/> as dc
|
|
|
extends <http://www.w3.org/2000/01/rdf-schema#> as rdfs
|
|
|
-
|
|
|
extends <http://ua.com.be/sdo2l/vocabulary/base/code#> as code
|
|
|
extends <http://ua.com.be/sdo2l/vocabulary/base/file#> as file
|
|
|
|
|
@@ -17,7 +16,7 @@ vocabulary <http://ua.com.be/sdo2l/vocabulary/base/script#> as script {
|
|
|
|
|
|
scalar property hasParameterValue [
|
|
|
domain ScriptParameter
|
|
|
- // Proabably need to change to some bottom value concept
|
|
|
+ // NOTE: Probably need to change this to some bottom value concept
|
|
|
range xsd:string
|
|
|
]
|
|
|
|
|
@@ -27,8 +26,8 @@ vocabulary <http://ua.com.be/sdo2l/vocabulary/base/script#> as script {
|
|
|
forward usesScriptParameter
|
|
|
]
|
|
|
|
|
|
- concept CScript :> code:CCode
|
|
|
- concept CppScript :> code:CppCode
|
|
|
- concept PythonScript :> code:PythonCode
|
|
|
- concept MATLABScript :> code:MATLABCode
|
|
|
+ concept CScript :> ScriptData, code:CCode
|
|
|
+ concept CppScript :> ScriptData, code:CppCode
|
|
|
+ concept PythonScript :> ScriptData, code:PythonCode
|
|
|
+ concept MATLABScript :> ScriptData, code:MATLABCode
|
|
|
}
|