Vehicle Electric Ontology (VEO) is an OWL-based representation of Vehicle Electric Container (VEC)
VEO offers many advantages versus VEC/XML-Schema:
- Semantic interoperability
- Ensures better traceability
- Linked data search
- Object-oriented and rule-based design
- Graph-based analysis, consistency check and visualisation
- Graph-based validation with SHACL
You can open the ontology with Protégé-Editor.
VEO has been developed within a research project at FSG by Oguzhan Balandi.
Files:
- veo.owl: Is an ontology created based on XML Schema VEC 1.1.1. The cardinalities and enumerations are not taken into account. They can be checked with SHACL in the file veo_instance_validation_with_shacl.ttl.
- veo_1.2.0.owl: Is an ontology created based on XML Schema VEC 1.2.0.
- kbl.ttl: Is an ontology created based on XML Schema KBL 2.3.
- ConverterVec2Veo.java: A converter that converts VEC XML files into VEO-compliant RDF files. Is implemented in Java and requires JDOM and Apache Jena to run.