| Literature DB >> 20805954 |
Hyunseok P Kang1, Charles D Borromeo, Jules J Berman, Michael J Becich.
Abstract
BACKGROUND: Tissue microarrays (TMAs) are enormously useful tools for translational research, but incompatibilities in database systems between various researchers and institutions prevent the efficient sharing of data that could help realize their full potential. Resource Description Framework (RDF) provides a flexible method to represent knowledge in triples, which take the form Subject-Predicate-Object. All data resources are described using Uniform Resource Identifiers (URIs), which are global in scope. We present an OWL (Web Ontology Language) schema that expands upon the TMA data exchange specification to address this issue and assist in data sharing and integration.Entities:
Keywords: OWL; Ontology; tissue microarray
Year: 2010 PMID: 20805954 PMCID: PMC2929536 DOI: 10.4103/2153-3539.65347
Source DB: PubMed Journal: J Pathol Inform
RDF classes and properties
| Resource type | Resource | |
|---|---|---|
| Class | repository_product | |
| experimental_componen | ||
| tma | ||
| block | ||
| slide | ||
| core_in_block | ||
| core_on_slide | ||
| Object property | includes_block | |
| included_in_tma | ||
| block_includes_core | ||
| included_in_block | ||
| slide_includes_core | ||
| affixed_to_slide | ||
| includes_slide | ||
| cut_from_block | ||
| derived_from_core | ||
| donor_block | ||
| Datatype property | status | |
| level | ||
| size | ||
| thickness | ||
| core_spacing | ||
| location | ||
| diagnosis | ||
| clinical_annotation | ||
| drill_site | ||
| protocol | ||
| report_link | ||
| control | ||
| result | ||
| repository | ||
| assay |
Figure 1Example OWL file; this example uses the TMA OWL schema to describe the basic elements of a simplified TMA
Sample expansions
| Shorthand | Expanded |
|---|---|
| #slide058 | |
| tma:block | |
| dc:title |
List of triples
| Subject | Predicate | Object |
|---|---|---|
| tma/000001 | owl:Class | tma:tma |
| tma/000001 | dc:title | “All-Purpose Tissue Array” |
| tma/000001 | dc:creator | Michael J. Becich |
| tma/000001 | tma:includes_block | block/RP2008-325 |
| block/RP2008-325 | owl:Class | tma:block |
| block/RP2008-325 | tma:includes_slide | #slide058 |
| block/RP2008-325 | tma:block_includes_core | #coreD4 |
| #slide058 | owl:Class | tma:slide |
| #slide058 | tma:slide_includes_core | #slide058-D4 |
| #coreD4 | owl:Class | tma:core_in_block |
| #coreD4 | tma:donor_block | block/RP2007-228 |
| #coreD4 | tma:repository | “Generic Tissue Bank” |
| #coreD4 | tma:drill_site | “78,90” |
| #coreD4 | tma:diagnosis | #diagnosis1 |
| #diagnosis1 | rdf:type | |
| #slide058-D4 | owl:Class | tma:core_on_slide |
| #slide058-D4 | tma:location | “D4” |
| #slide058-D4 | tma:derived_from_core | #coreD4 |
Figure 2MGED example; this example illustrates one way to connect a file describing a TMA to a data file using a different ontology