├── .gitignore ├── CommunicatorSource ├── Anything.py ├── Bootstrapping.py ├── Communicator.py ├── Create_output_file.py ├── Display_views.py ├── Expr_Table_Def.py ├── GellishDict.py ├── Gellish_file.py ├── Gellish_net_db ├── Mapping_tables_IB.py ├── Occurrences_diagrams.py ├── Query.py ├── QueryViews.py ├── SemanticNetwork.py ├── SystemUsers.py ├── User_interface.py └── utils.py ├── Data └── Gellish Syntax and Contextual Facts - Oct2017.pdf ├── GellishData ├── Certif 2037709_01YMvKmb_1.jpg ├── Electric cables-UTF-8.csv ├── Semantic model of a road network - UTF-8.csv ├── Taxonomic Dictionary+Knowledge about Roads-UTF-8.csv ├── YMvK_mb_Flex_3x70_SV.pdf └── ib velux 2.json ├── GellishDictionary ├── Formal language definition base-UTF-8-subset.csv ├── RDF, RDFS, OWL concepts-UTF-8.csv ├── aspects & properties & qualities & laws-UTF-8-subset.csv └── units of measures & currencies-UTF-8-subset.csv ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/.gitignore -------------------------------------------------------------------------------- /CommunicatorSource/Anything.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Anything.py -------------------------------------------------------------------------------- /CommunicatorSource/Bootstrapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Bootstrapping.py -------------------------------------------------------------------------------- /CommunicatorSource/Communicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Communicator.py -------------------------------------------------------------------------------- /CommunicatorSource/Create_output_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Create_output_file.py -------------------------------------------------------------------------------- /CommunicatorSource/Display_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Display_views.py -------------------------------------------------------------------------------- /CommunicatorSource/Expr_Table_Def.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Expr_Table_Def.py -------------------------------------------------------------------------------- /CommunicatorSource/GellishDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/GellishDict.py -------------------------------------------------------------------------------- /CommunicatorSource/Gellish_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Gellish_file.py -------------------------------------------------------------------------------- /CommunicatorSource/Gellish_net_db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Gellish_net_db -------------------------------------------------------------------------------- /CommunicatorSource/Mapping_tables_IB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Mapping_tables_IB.py -------------------------------------------------------------------------------- /CommunicatorSource/Occurrences_diagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Occurrences_diagrams.py -------------------------------------------------------------------------------- /CommunicatorSource/Query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/Query.py -------------------------------------------------------------------------------- /CommunicatorSource/QueryViews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/QueryViews.py -------------------------------------------------------------------------------- /CommunicatorSource/SemanticNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/SemanticNetwork.py -------------------------------------------------------------------------------- /CommunicatorSource/SystemUsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/SystemUsers.py -------------------------------------------------------------------------------- /CommunicatorSource/User_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/User_interface.py -------------------------------------------------------------------------------- /CommunicatorSource/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/CommunicatorSource/utils.py -------------------------------------------------------------------------------- /Data/Gellish Syntax and Contextual Facts - Oct2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/Data/Gellish Syntax and Contextual Facts - Oct2017.pdf -------------------------------------------------------------------------------- /GellishData/Certif 2037709_01YMvKmb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/Certif 2037709_01YMvKmb_1.jpg -------------------------------------------------------------------------------- /GellishData/Electric cables-UTF-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/Electric cables-UTF-8.csv -------------------------------------------------------------------------------- /GellishData/Semantic model of a road network - UTF-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/Semantic model of a road network - UTF-8.csv -------------------------------------------------------------------------------- /GellishData/Taxonomic Dictionary+Knowledge about Roads-UTF-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/Taxonomic Dictionary+Knowledge about Roads-UTF-8.csv -------------------------------------------------------------------------------- /GellishData/YMvK_mb_Flex_3x70_SV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/YMvK_mb_Flex_3x70_SV.pdf -------------------------------------------------------------------------------- /GellishData/ib velux 2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishData/ib velux 2.json -------------------------------------------------------------------------------- /GellishDictionary/Formal language definition base-UTF-8-subset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishDictionary/Formal language definition base-UTF-8-subset.csv -------------------------------------------------------------------------------- /GellishDictionary/RDF, RDFS, OWL concepts-UTF-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishDictionary/RDF, RDFS, OWL concepts-UTF-8.csv -------------------------------------------------------------------------------- /GellishDictionary/aspects & properties & qualities & laws-UTF-8-subset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishDictionary/aspects & properties & qualities & laws-UTF-8-subset.csv -------------------------------------------------------------------------------- /GellishDictionary/units of measures & currencies-UTF-8-subset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/GellishDictionary/units of measures & currencies-UTF-8-subset.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndriesSHP/Gellish/HEAD/README.md --------------------------------------------------------------------------------