Przeglądaj źródła

completed system bundle

rakshit 2 lat temu
rodzic
commit
7ea02919dd

+ 8 - 0
be.uantwerpen.msdl.vafl.ontology/src/oml/msdl.uantwerpen.be/vocabulary/system/bundle.oml

@@ -1,5 +1,13 @@
 vocabulary bundle <http://msdl.uantwerpen.be/vocabulary/system/bundle#> as ^bundle {
 	includes <http://msdl.uantwerpen.be/vocabulary/system/resource#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/asset#>
 	includes <http://msdl.uantwerpen.be/vocabulary/system/actor#>
 	includes <http://msdl.uantwerpen.be/vocabulary/system/human#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/requirement#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/architecture#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/language#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/mpm#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/model#>
+	includes <http://msdl.uantwerpen.be/vocabulary/system/workflow#>
+	
 }