<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">OME Core Ontology: An OWL-based Life Science Imaging Data Model</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Norio</forename><surname>Kobayashi</surname></persName>
							<email>norio.kobayashi@riken.jp</email>
							<affiliation key="aff0">
								<orgName type="department">Head Office for Information Systems and Cybersecurity (ISC)</orgName>
								<orgName type="institution">RIKEN</orgName>
								<address>
									<addrLine>2-1 Hirosawa</addrLine>
									<postCode>351-0198</postCode>
									<settlement>Wako</settlement>
									<region>Saitama</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Josh</forename><surname>Moore</surname></persName>
							<email>j.a.moore@dundee.ac.uk</email>
							<affiliation key="aff1">
								<orgName type="department">Division of Computational Biology School of Life Sciences</orgName>
								<orgName type="institution">University of Dundee</orgName>
								<address>
									<postCode>DD1 4HN</postCode>
									<settlement>Nethergate, Dundee</settlement>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Shuichi</forename><surname>Onami</surname></persName>
							<email>sonami@riken.jp</email>
							<affiliation key="aff2">
								<orgName type="department">RIKEN Center for Biosystems Dynamics Research (BDR)</orgName>
								<address>
									<addrLine>2-2-3 Minatojima-minamimachi, Chuo-ku</addrLine>
									<postCode>650-0047</postCode>
									<settlement>Kobe</settlement>
									<region>Hyogo</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jason</forename><forename type="middle">R</forename><surname>Swedlow</surname></persName>
							<email>j.r.swedlow@dundee.ac.uk</email>
							<affiliation key="aff1">
								<orgName type="department">Division of Computational Biology School of Life Sciences</orgName>
								<orgName type="institution">University of Dundee</orgName>
								<address>
									<postCode>DD1 4HN</postCode>
									<settlement>Nethergate, Dundee</settlement>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">OME Core Ontology: An OWL-based Life Science Imaging Data Model</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7912FEAE36071225D8164BC6BE105672</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:33+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Open Microscopy Environment</term>
					<term>microscopy imaging</term>
					<term>imaging ontology</term>
					<term>semantic integration</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The Open Microscopy Environment (OME) is a consortium that produces open-source tools and format standards for microscopy data. The OME model is a specification for sharing biological imaging data in two parts: metadata as OME-XML and binary data as OME-TIFF. We built an OWL ontology translation of the OME-XML specification called OME core ontology so as to catch up with the rapid progress and diversification of imaging technology and to facilitate integrated analysis with various life science data. This poster presents the details and status of the ontology, associated tools, and future plans.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Imaging is one of the fundamental techniques and data types for understanding life phenomena intuitively through human vision. Because imaging data itself does not describe explicit knowledge, imaging metadata is fundamental to enable data sharing and integration of multi-modal imaging data with various other types of life science data.</p><p>Having multiple life science centers and laboratories, RIKEN employs various imaging apparatus covering a comprehensive range of scale, from organelle through organ to organism. For integrating the imaging data produced and the experimental conditions, a multi-modal ontology for electron microscopy, X-ray computed tomography and magnetic resonance imaging was developed as an OWL-based extension of the OME data model<ref type="foot" target="#foot_0">1</ref> which describes imaging metadata for OMERO<ref type="foot" target="#foot_1">2</ref> , a de facto-standard imaging tool. Having confirmed the core ontology through this multi-modal extension in different practical research projects, the OME consortium has adopted the newly developed OWL-based OME model as an official companion to their XSD-based model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Development of the OME core ontology and tools</head><p>The OME core ontology is a translation of the OME-XML format of the OME data model version 2016-06 3 that covers all its concepts and attributes. The ontology contains 130 classes and 210 properties. In addition, we implemented tools written in Java and a spreadsheet template for describing RDF data using the OME core ontology. The data converter is a tool for converting OME-XML format data into RDF using the OME core ontology. Another tool, the OME compatibility checker, determines if the given ontology includes OME core subclasses and sub-properties. This checker is used for the 4DN-OME ontology for confirming if it is an extended ontology of the OME core ontology <ref type="bibr" target="#b0">[1]</ref>.</p><p>Finally, a spreadsheet template facilitates the users' description of RDF data for entry in the RIKEN MetaDatabase <ref type="bibr" target="#b1">[2]</ref>. These tools and templates have been published at GitLab 4 with sample OME-XML and converted RDF data 5 .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Discussion and future directions</head><p>Herein, we report our progress on the development of the OME core ontology and tools. With the publication of the ontology, members of the bioimaging community can develop an extended ontology converting the complete original imaging environment.Though the OME core ontology is designed for bioimaging, it can be connected to healthcare metadata such as DICOM data. Further, the distribution of imaging data in a FAIR representation accelerates advanced data analysis, critical for Open Science. Our goal is to enable integrated multi-omics knowledge analysis, artificial intelligence-supported image diagnosis, and scalecontinuous image analysis as well as the realization of a standardized image analysis platform based on OMERO technology.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://docs.openmicroscopy.org/ome-model/6.0.0/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://www.openmicroscopy.org</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This work has been supported by JSPS KAKENHI grant numbers 17K00434, 17K00424 and 18K19766, and Japan Science and Technology Agency (JST) Core Research for Evolutionary Science and Technology (CREST) Grant Number JPMJCR1511.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">usability, minimum information guidelines and quality control for super-resolution fluorescence microscopy</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hammer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rigano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Farzan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Huisman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Grunwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Strambio-De-Castillia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 4DN-OME ontology: an OME-OWL extension with emphasis on</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note>SWAT4HCLS 2019 Poster</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">RIKEN MetaDatabase: A Database Platform for Health Care and Life Sciences as a Microcosm of Linked Open Data Cloud</title>
		<author>
			<persName><forename type="first">N</forename><surname>Kobayashi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kume</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lenz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Masuya</surname></persName>
		</author>
		<ptr target="https://downloads.openmicroscopy.org/images/OME-XML/2016-06/" />
	</analytic>
	<monogr>
		<title level="j">Int J Semant Web Inf Syst</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="140" to="164" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
