You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the latest OBI results from some tests I developed for TURBO.
Probably very little or none of this needs to be addressed before the imminent release. Or maybe some of these findings are actually OK?
Are there any undefined subjects?
Construct {
?s ?p ?o
}
where {
?s ?p ?o .
minus {
?s a ?t
}
filter (isuri(?s))
# my triplestore prepopulates some triples about RDF and RDFS
filter(!strstarts(str(?s), "http://www.w3.org/1999/02/22-rdf-syntax-ns#"))
filter(!strstarts(str(?s), "http://www.w3.org/2000/01/rdf-schema#"))
}
The subjects of the following triples aren't defined
They can't be searched in Protege, and in general don't seem to be used anywhere else in OBI.
<http://purl.obolibrary.org/obo/BFO_0000134> <http://purl.obolibrary.org/obo/IAO_0000600>
"To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003])"@en,
"To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003])"@en .
_:node10145 a owl:Axiom;
obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/080-003>;
owl:annotatedProperty obo:IAO_0000600;
owl:annotatedSource obo:BFO_0000134;
owl:annotatedTarget "To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003])"@en .
_:node10146 a owl:Axiom;
obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/081-003>;
owl:annotatedProperty obo:IAO_0000600;
owl:annotatedSource obo:BFO_0000134;
owl:annotatedTarget "To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003])"@en .
The ID range is asserted for two ontologies, even though they aren't mentioned in any other triples
Here are the latest OBI results from some tests I developed for TURBO.
Probably very little or none of this needs to be addressed before the imminent release. Or maybe some of these findings are actually OK?
Are there any undefined subjects?
The subjects of the following triples aren't defined
They can't be searched in Protege, and in general don't seem to be used anywhere else in OBI.
http://example.com/bfo-spec-label doesn't appear anywhere else
The only additional appearances of http://purl.obolibrary.org/obo/BFO_0000134 are in axioms providing an axiom label for the elucidations above.
The ID range is asserted for two ontologies, even though they aren't mentioned in any other triples
Are the objects of any object properties undefined?
No problems
Are there triples (using properties that aren't Object- or AnnotationProperties) with undefined URI objects?
xsd:double
is undefined, althoughxsd:float
is definedIs that versionIRI supposed to be resolvable?
see undefined subjects section above.
What about the URI-like objects of Annotation Properties?
Annotation Properties can take just about any object, so I did some filtering.
There's also an axiom with a broken seeAlso link,. See issue #960
The text was updated successfully, but these errors were encountered: