Issue identified during adoption by Claude
A likely typo in UCO. analysis.ttl line 54 reads sh:targetClass analysis:AnalysicResult inside the analysis:AnalyticResult definition — "Analysic", not "Analytic". The class IRI itself is correct; the SHACL target is misspelled, so that shape targets an IRI that nothing declares. analysis:Analysis at line 31 has the same shape of problem (sh:targetClass action:Analysis, wrong namespace).
It's actually line 55, but I think that manually verifies.
|
sh:targetClass analysis:AnalysicResult ; |
Issue identified during adoption by Claude
It's actually line 55, but I think that manually verifies.
UCO/ontology/uco/analysis/analysis.ttl
Line 55 in 7ebb395