<?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">An examination of OWL and the requirements of a large health care terminology</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Kent</forename><surname>Spackman</surname></persName>
							<email>spackman@ohsu.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Medical Informatics and Clinical Epidemiology Oregon Health &amp; Science</orgName>
								<orgName type="institution">University</orgName>
								<address>
									<settlement>Portland</settlement>
									<region>Oregon</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An examination of OWL and the requirements of a large health care terminology</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">391A93B53183B01DE9712673A941D3D4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:11+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents a brief initial look at some of the possible benefits and barriers to using OWL as the language for the development, dissemination and implementation of terminological knowledge in the domain of health and health care. In particular, this assessment is made from the perspective of the author's role in the development of the Systematized Nomenclature of Medicine (SNOMED). To date, SNOMED has developed and adopted its own special-purpose syntax and formats for terminology development, exchange and distribution. Its representation language has limited expressivity yet is not expressible by any dialect of OWL 1.0. With the evolution to OWL 1.1, the barriers to using OWL for knowledge representation have been resolved. However, partly because of SNOMED's very large size, there remain barriers to adoption of OWL XML/RDF for SNOMED development, distribution or exchange purposes.</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>The Systematized Nomenclature of Medicine, Clinical Terms (SNOMED CT) <ref type="bibr" target="#b0">[1]</ref> is a work of clinical terminology with broad coverage of the domain of health care, and it has been selected as a national standard for use in electronic health applications in many countries, including the U.S., U.K., Canada, Australia, Denmark, and others. SNOMED was originally published in 1976, while SNOMED CT became available in 2002 as a major expansion resulting from the merger of SNOMED RT with the U.K.'s Clinical Terms version 3. A major distinguishing feature differentiating it from prior editions is the use of description logic (DL) to define and organize codes and terms <ref type="bibr" target="#b1">[2]</ref>.</p><p>Another major distinguishing feature of SNOMED is its size and complexity. With over 350,000 concept codes, each representing a different class, it is an order of magnitude larger than the next largest DL-based ontology of which we are aware. The size of the OWL XML/RDF form of SNOMED is approximately 248 MB, and this is just the DL representation without all the synonyms, mappings, subsets, and other special-purpose components of the terminology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Knowledge Representation</head><p>As noted by Patel-Schneider <ref type="bibr" target="#b2">[3]</ref>, the design of OWL has been driven by three main streams of influence: the Semantic Web, description logics, and frame sys-tems. To some degree these three streams can flow together, but in a more important sense they produce conflicting design criteria.</p><p>From the healthcare terminology perspective, the most useful stream of influences on OWL was the description logic stream. Long prior to the conception of the Semantic Web and the promulgation of related standards, the SNOMED effort had adopted description logic as the representation language for its formal definitions.</p><p>SNOMED CT was developed with a description logic which includes conjunction ( ), existential role restrictions (∃R.C), role hierarchy axioms (r s), and class definitions of the form A C with A a class name and C an arbitrary class description. In addition, it makes use of what have been termed "right identities", a restricted form of property chain inclusion axioms of the form r • s r, where the circle denotes role composition. This relatively limited set of language constructs is nevertheless sufficient to represent a very wide range of meanings.</p><p>Another important property of this limited language, which can be called ELH with right identities, is that its computational complexity remains polynomial <ref type="bibr" target="#b3">[4]</ref>, and there exist classifiers that can handle the task of classifying the entire terminology <ref type="bibr" target="#b4">[5]</ref>.</p><p>Without a solid DL foundation, the Semantic Web would have remained largely irrelevant to health care terminology standardization. Even so, the initial version of OWL was developed without taking adequate account of features of DL that had already been used in both the GALEN <ref type="bibr" target="#b5">[6]</ref> and SNOMED <ref type="bibr" target="#b6">[7]</ref> efforts. The development of OWL 1.1 eliminated one of the most significant barriers to use of OWL for SNOMED, since it permits the identification of tractable sublanguages capable of handling the size and complexity of SNOMED <ref type="bibr" target="#b7">[8]</ref>. Although adding property chain inclusion axioms was reportedly the most difficult step in developing OWL 1.1 <ref type="bibr" target="#b8">[9]</ref>, this was essential. Without it, adoption of OWL by the SNOMED community would have required awkward workarounds with their attendant complications and complexities -effectively killing movement in that direction. With it, we have a clear path to using OWL 1.1 for further development and integration with other biomedical ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Development and Exchange</head><p>Beginning in 1995-96, SNOMED's developers adopted a distributed co-operative model for modeling the DL definitions of its meanings <ref type="bibr" target="#b9">[10]</ref>. This development model was driven by several factors, including the geographical distribution of health care professionals available to work on curation of the terminology, as well as a recognition of the value of distributed development.</p><p>In order to successfully handle asynchronous modeling by geographically dispersed editors, software was developed that permitted each editor to submit "change sets" which could be imported into a central configuration management environment and analyzed for conflicts. The format of these change sets has evolved over time, and SNOMED has recently defined an published an open source specification for an XML interchange format <ref type="bibr" target="#b10">[11]</ref>.</p><p>As mentioned above, scale is a major issue for SNOMED. This comes into play when considering the most common tools available for editing and development of OWL-based work. All open source editing tools that I have tested run into memory problems when dealing with a terminology as large as SNOMED. While some of these barriers will be (or perhaps by the time of this conference have been) removed as a result of special programming effort, it is probable that only a few open source editing tools will receive this level of refinement and enhancement. It is unclear whether most ontologies and terminologies for the semantic web are small-scale because that is the right size, or merely because the tools and resources to build truly useful large terminologies are not available. In health care, at least, it is clear that we need a very large and well-integrated terminology, such as SNOMED.</p><p>To the extent that OWL assumes that Semantic Web resources will be developed independently and that publication is effectively a static expression of these resources on the Web, then there is no need for standards that permit broad and distributed development, critique, curation, correction, enhancement, or modification. On the other hand, our experience with SNOMED suggests strongly that distributed development is crucial, and therefore it would be important to consider support of this need by OWL standards. Also based on our experience, support for change sets, at least, would not seem to be a very difficult thing to add to the standard. SNOMED's change set documents are available under the Apache 2.0 license and could be used as a starting point if desired.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Distribution</head><p>In order to be useful, SNOMED has to be integrated into application programs that are in use in the health care environment. Of course, virtually none of the commercial applications in wide use in health care today are built to take account of the Semantic Web. As a result, each vendor or software supplier or health care institution has a slightly different need for terminology standards, and incorporates those standards into their application software in different ways.</p><p>There is an existing distribution format for SNOMED, based on a set of files of UTF-8 characters suitable for loading into database tables. In order to provide application developers with a stable specification, this distribution format was submitted for American National Standards Institute (ANSI) standardization <ref type="bibr" target="#b11">[12]</ref>. This structure has served its purpose for several years. However, as the knowledge representation evolves and there is a need for more expressiveness, the current format has become limiting. As a result, a special-purpose XML format has been developed and published for comment <ref type="bibr" target="#b12">[13]</ref>. Once again, it would seem that it would be worthwhile to examine the representation capabilities of OWL 1.1 as a means for representing at least the DL-based components of SNOMED. Other components, such as change tracking, mapping, subsetting, and so forth may not be as readily represented in OWL. However, these issues facing terminologies in health care are probably not unique to this one domain, and it would be worth examining the extent to which an enhanced OWL standard might contribute to improved use of terminologies across several industries, thereby increasing the chances of the Semantic Web vision being realized.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>We have discussed several issues that have arisen in the process of examining the utility of OWL and its associated products for the purposes of supporting ongoing efforts to formalize representation of terminology for health and health care. The move to OWL 1.1 is seen as a very positive move from a knowledge representation standpoint. Support for large scale and distributed development of ontologies is seen as a need that is as yet unmet.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m">Snomed Clinical Terms</title>
				<meeting><address><addrLine>Northfield, IL</addrLine></address></meeting>
		<imprint>
			<publisher>College of American Pathologists</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m">The Description Logic Handbook. Theory, Implementation, and Applications</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Calvanese</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Nardi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</editor>
		<meeting><address><addrLine>Cambridge, U.K.</addrLine></address></meeting>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">What is OWL (and why should I care)? Ninth International Conference on the Principles of Knowledge Representation and Reasoning</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004-06">June 2004</date>
			<pubPlace>Whistler, Canada</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Pushing the EL envelope</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brandt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the Nineteenth Int. Joint Conf. on Artificial Intelligence (IJCAI-05)</title>
				<meeting>of the Nineteenth Int. Joint Conf. on Artificial Intelligence (IJCAI-05)<address><addrLine>Edinburgh, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan-Kaufmann Publishers</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">CEL-a polynomial-time reasoner for life science ontologies</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Suntisrivaraporn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 3rd Int. Joint Conf. on Automated Reasoning (IJCAR&apos;06)</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">U</forename><surname>Furbach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Shankar</surname></persName>
		</editor>
		<meeting>of the 3rd Int. Joint Conf. on Automated Reasoning (IJCAR&apos;06)</meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">4130</biblScope>
			<biblScope unit="page" from="287" to="291" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The GRAIL Concept Modelling Language for Medical Terminology</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Bechhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Goble</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">A</forename><surname>Nolan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">D</forename><surname>Solomon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence in Medicine</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="139" to="171" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Managing clinical terminology hierarchies using algorithmic calculation of subsumption: Experience with SNOMED-RT</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">A</forename><surname>Spackman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
	<note type="report_type">OHSU Technical Report</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Next Steps for OWL</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second OWL Experiences and Directions Workshop</title>
				<meeting>the Second OWL Experiences and Directions Workshop</meeting>
		<imprint>
			<publisher>OWLED</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Supporting early adoption of OWL 1.1 with Protege-OWL and FaCT++</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tsarkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Redmond</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second OWL Experiences and Directions Workshop</title>
				<meeting>the Second OWL Experiences and Directions Workshop</meeting>
		<imprint>
			<publisher>OWLED</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Galapagos: Computer-based support for evolution of a convergent medical terminology</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Campbell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">P</forename><surname>Cohn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proc AMIA Annu Fall Symp</title>
		<imprint>
			<biblScope unit="page" from="269" to="273" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">SNOMED Interchange Format Specification</title>
		<ptr target="http://www.snomed.org/snomedct/interchangeformat.html" />
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
		<respStmt>
			<orgName>College of American Pathologists</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m">Healthcare Terminology Structure: ANSI Standard</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
		<respStmt>
			<orgName>College of American Pathologists</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">SNOMED XML Schema Specification</title>
		<ptr target="http://www.snomed.org/snomedct/xmlschema.html" />
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
		<respStmt>
			<orgName>College of American Pathologists</orgName>
		</respStmt>
	</monogr>
</biblStruct>

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