AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 6 forks source link

Sitemap validation #17

Closed namedgraph closed 5 years ago

namedgraph commented 8 years ago

Could be implemented as SPIN constraints and run on application startup. Currently only a check for circular owl:imports is done using ImportCycleChecker: https://github.com/Graphity/graphity-processor/blob/master/src/main/java/org/graphity/processor/provider/OntologyProvider.java#L70

namedgraph commented 5 years ago

Kind of irrelevant now since validation is done during processing anyway and exceptions are thrown in case LDT ontology structures are invalid.