Difference between revisions of "KB data integrity checks"
From phenoscape
Jim Balhoff (talk | contribs) |
(→Data) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page documents data integrity checks that would be useful to implement in a testing framework running against the Knowledgebase. | This page documents data integrity checks that would be useful to implement in a testing framework running against the Knowledgebase. | ||
+ | |||
+ | = Data = | ||
+ | |||
+ | Wherever the integrity checks are formulated as a query (SPARQL wherever possible), they use the RDF/OWL representation of the data in the following version: [http://phenoscape.svn.sourceforge.net/viewvc/phenoscape/tags/data-2011-11-17/rdf%2Bowl/ November 17, 2011] | ||
+ | |||
+ | The most current version of the RDF/OWL is also in svn: http://phenoscape.svn.sourceforge.net/viewvc/phenoscape/trunk/data/rdf%2Bowl/ | ||
+ | |||
+ | = Integrity checks = | ||
==Obsolete terms used in phenotype annotations== | ==Obsolete terms used in phenotype annotations== | ||
==Check that there is no multiple inheritance within TTO== | ==Check that there is no multiple inheritance within TTO== | ||
+ | |||
+ | ==Relational qualities should have related entity== | ||
+ | |||
+ | ==Non-relational qualities should not have related entity== | ||
[[Category:Informatics]] | [[Category:Informatics]] | ||
[[Category:Curation]] | [[Category:Curation]] | ||
[[Category:Reasoning]] | [[Category:Reasoning]] |
Latest revision as of 21:41, 17 November 2011
This page documents data integrity checks that would be useful to implement in a testing framework running against the Knowledgebase.
Contents
Data
Wherever the integrity checks are formulated as a query (SPARQL wherever possible), they use the RDF/OWL representation of the data in the following version: November 17, 2011
The most current version of the RDF/OWL is also in svn: http://phenoscape.svn.sourceforge.net/viewvc/phenoscape/trunk/data/rdf%2Bowl/