-
Notifications
You must be signed in to change notification settings - Fork 219
Principle #2 common format - automated validation #1018
Copy link
Copy link
Closed
Labels
attn: Editorial WGIssues pertinent to editorial activities, such as ontology reviews and principlesIssues pertinent to editorial activities, such as ontology reviews and principlesattn: Technical WGIssues pertinent to technical activities, such as maintenance of website, PURLs, and toolsIssues pertinent to technical activities, such as maintenance of website, PURLs, and toolsautomated validation of principlesIssues for the editorial WG pertinent to the automating the validation of the Principles.Issues for the editorial WG pertinent to the automating the validation of the Principles.principlesIssues related to Foundry principlesIssues related to Foundry principles
Metadata
Metadata
Assignees
Labels
attn: Editorial WGIssues pertinent to editorial activities, such as ontology reviews and principlesIssues pertinent to editorial activities, such as ontology reviews and principlesattn: Technical WGIssues pertinent to technical activities, such as maintenance of website, PURLs, and toolsIssues pertinent to technical activities, such as maintenance of website, PURLs, and toolsautomated validation of principlesIssues for the editorial WG pertinent to the automating the validation of the Principles.Issues for the editorial WG pertinent to the automating the validation of the Principles.principlesIssues related to Foundry principlesIssues related to Foundry principles
FP 2 - Common Format
Automated checks:
Mechanism:
We can ensure that the ontology properly loads in ROBOT, but this does not confirm that the format is RDF/XML. Unfortunately, it seems like the format data is lost after the ontology is loaded with the OWLAPI
OWLOntologyManager. We can check the first line of the file to see if it starts with<?xml version=. I'm open to other suggestions here.