Eugeniu Costetchi
Eugeniu Costetchi
Create a script that, using the same *.config file, executes a bunch of SPARQL queries from a source folder and stores the output for further processing. A pull request is...
In the *.config provides support for the CONTENT_TYPE variable which indicated the mime-type of the uploaded content. This will provide a possibility to upload ttl, n3, rdf/xml and other RDF...
Currently the place of performance (on a ContractTerm) can be broad or specific. We need to revise (& constrain) the way these places are indicated. Specifically, we shall indicate how...
The code below throws AttributeError: 'ReaderPlugin' object has no attribute 'log' ``` import surf from surf.log import setup_logger, set_logger_level import logging setup_logger() set_logger_level(logging.DEBUG) store = surf.Store(reader="rdflib", writer="rdflib", rdflib_store="IOMemory") session =...
*Generalisation relation example* `epo:ResultNotice` (in eNotice module) inherits from epo:Notice (in Core module) in the UML model. However, when OWL is generated, the connectors across modules are lost (i.e. are...
The standard is XMI and there are different UML tools implementing it such as: * Modelio, * Papyrus, * UML designer, * StarUML. See https://github.com/ModelioOpenSource/Modelio/issues/74
Create a custom script that would generate the ePO ontology documentation. It shall consider the - modular structure of the ontology, - multiple diagrams each representing a view, - organisation...