<?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">Pharmacological Class Data Representation in the Web Ontology Language (OWL)</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Qian</forename><surname>Zhu</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Information System</orgName>
								<orgName type="institution">University of Maryland</orgName>
								<address>
									<settlement>Baltimore County</settlement>
									<region>MD</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Cui</forename><surname>Tao</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">School of Biomedical Informatics</orgName>
								<orgName type="institution">The University of Texas Health Science Center at Houston</orgName>
								<address>
									<settlement>Houston</settlement>
									<region>TX</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Pharmacological Class Data Representation in the Web Ontology Language (OWL)</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">883B30310D7F13C69A1EDC46795BC6CF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:25+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"><head>INTRODUCTION</head><p>Dozens of drug terminologies and resources capture drug and/or drug class information; they range greatly in their coverage and their adequacy of representation. In this study, we generated a standardized Pharmacological Class Profile Ontology, named PCPO, which integrates multiple drug resources in the Web Ontology Language (OWL). PCPO will not only present a large volume of drug data in a well-organized formal form, OWL with possible inference capability, but also potentially support computational drug repurposing application development.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>METHODS</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. PCPO Development</head><p>We generated the PCPO by linking drug concepts from different drug resources in two layers, drug class layer and individual drug layer. For drug concept mappings among RxNorm, SPL, and NDF-RT, we directly extracted these mappings from 2 RxNorm files, RXNCONSO and RXNREL. Figure <ref type="figure">1</ref> shows the workflow of the PCPO generation, along with relationships expressed in the PCPO.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. PCPO Representation in OWL</head><p>We applied an ontology-based method to represent the mappings among heterogeneous drug terms/concepts in the PCPO with the existing drug ontologies. For ATC, we adopted the ontology developed by Croset et al [1]; for NDF-RT, we used the ontology released by the NIH [2], and for RxNorm, we used the OWL/RDF file exported from the NCBO BioPortal [3]. There is no OWL representation of SPL at this time, so we have not represented the mappings to SPL semantically in the PCPO. We defined a new OWL class for each unique drug term in the mappings generated previously. For mappings between ATC and NDF-RT, we first created a new OWL class with a PCPO URI (Uniform Resource Identifier) for each unique ATC drug entity. This OWL class will then be defined as an equivalent class of the corresponding mapped NDF-RT OWL classes of this ATC class to indicate the mapping between ATC and NDF-RT. For NDF-RT to RxNorm mappings, we specified that an RxNorm concept (OWL class) is a subclass of a mapped NDF-RT concept (OWL class) accordingly. This way, the PCPO contains higher-level drug classifications derived from both ATC and NDF-RT and lower-level information about individual clinical drugs from RxNorm. We represented structural similarity between pairs of drugs in the PCPO. Because OWL only supports binary relationships, we followed the World Wide Web Consortium guidelines [4] and introduced a new class called "Similarity" to represent the target drug and the corresponding similarity score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RESULTS</head><p>A total of 5,717 ATC drug entities are included in this study, which corresponds to 4,483 distinct ATC terms. That is, one drug can be categorized into multiple therapeutic classes. Of the 48,266 NDF-RT concepts, 34,011 concepts were used in this study, consisting of 15,857 VA products, 486 VA classes, 9,960 Chemical/Ingredients, 7,184 Generic Ingredient Combinations, and 524 EPCs. The PCPO, which can be accessed at https://sourceforge.net/projects/PCPO/, currently contains 58,241 OWL classes, 98,677 subclass axioms, and 21,917 equivalent class axioms. It has defined 178,838 axioms with 120,594 logical axioms.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>DISCUSSION AND CONCLUSIONS</head><p>We successfully integrated NDF-RT, ATC, RxNorm, and SPL and built PCPO for representing drug and drug class entities. In addition, the ontology was expanded from a chemical structure perspective by introducing chemical similarity calculation. PCPO supports automated reasoning, which can ultimately be applied for drug repositioning by identifying alternative drugs for a particular disease through drug-drug associations inference. To expand the coverage and usage of PCPO, other drug terminological resources and drug interaction information will be integrated in the future.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this study, we generated a standardized Pharmacological Class Profile Ontology, named PCPO, which integrates multiple drug resources in the Web Ontology Language (OWL). PCPO will not only present a large volume of drug data in a well-organized formal form, OWL with possible inference capability, but also potentially support computational drug repurposing application development.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. PCPO Development</head><p>We generated the PCPO by linking drug concepts from different drug resources in two layers, drug class layer and individual drug layer. For drug concept mappings among RxNorm, SPL, and NDF-RT, we directly extracted these mappings from 2 RxNorm files, RXNCONSO and RXNREL. Figure <ref type="figure" target="#fig_0">1</ref> shows the workflow of the PCPO generation, along with relationships expressed in the PCPO.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>METHODS</head><p>We defined a new OWL class for each unique drug term in the mappings generated previously. For mappings between ATC and NDF-RT, we first created a new OWL class with a PCPO URI (Uniform Resource Identifier) for each unique ATC drug entity. This OWL class will then be defined as an equivalent class of the corresponding mapped NDF-RT OWL classes of this ATC class to indicate the mapping between ATC and NDF-RT. For NDF-RT to RxNorm mappings, we specified that an RxNorm concept (OWL class) is a subclass of a mapped NDF-RT concept (OWL class) accordingly. This way, the PCPO contains higher-level drug classifications derived from both ATC and NDF-RT and lower-level information about individual clinical drugs from RxNorm. We represented structural similarity between pairs of drugs in the PCPO. Because OWL only supports binary relationships, we followed the World Wide Web Consortium guidelines <ref type="bibr">[4]</ref> and introduced a new class called "Similarity" to represent the target drug and the corresponding similarity score. </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Workflow for Pharmacological Class Profile Ontology (PCPO) Generation. A snapshot of the PCPO is given on the right side of this figure, along with interpretations for the relations presented. AC indicates ATC concept; NC, NDF-RT concept; OWL, Web Ontology Language; RC, RxNorm concept; PAR, isPatientOf.</figDesc><graphic coords="1,331.50,154.90,251.35,142.70" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>A. 5,717 ATC drug entities are included in this study, which corresponds to 4,483 distinct ATC terms. Of the 48,266 NDF-RT concepts, 34,011 concepts were used in this study, consisting of 15,857 VA products, 486 VA classes, 9,960 Chemical/Ingredients, 7,184 Generic Ingredient Combinations, and 524 EPCs. B. The PCPO, which can be accessed at https:// sourceforge.net/projects/PCPO/, currently contains 58,241 OWL classes, 98,677 subclass axioms, and 21,917 equivalent class axioms. It has defined 178,838 axioms with 120,594 logical axioms.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Department of Information System, University of Maryland, Baltimore County, MD, USA</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">School of Biomedical Informatics, The University of Texas Health Science Center at Houston, Houston, TX, USA</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGMENTS</head><p>We thank Pradip P. Kanjamalafor IT support. This work was partially supported by the Cancer Prevention &amp; Research Institute of Texas (CPRIT R1307). We thank Pradip P. Kanjamalafor IT support. This work was partially supported by the Cancer Prevention &amp; Research Institute of Texas (CPRIT R1307).</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGEMENT S</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>REFERENCES RESULTS</head><p>• We successfully integrated NDF-RT, ATC, RxNorm, and SPL and built PCPO for representing drug and drug class entities.</p><p>• PCPO was expanded from chemical perspective by introducing chemical similarity calculation. PCPO supports automated reasoning, which can ultimately be applied for drug repositioning by identifying alternative drugs for a particular disease through drug-drug associations inference.</p><p>• To expand the coverage and usage of PCPO, other drug terminological resources and drug interaction information will e integrated in the future.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>DISCUSSION AND CONCLUSION</head><p>We applied an ontology-based method to represent the mappings among heterogeneous drug terms/concepts in the PCPO with the existing drug ontologies. For ATC, we adopted the ontology developed by Croset et al <ref type="bibr">[1]</ref>; for NDF-RT, we used the ontology released by the NIH <ref type="bibr">[2]</ref>, and for RxNorm, we used the OWL/RDF file exported from the NCBO BioPortal <ref type="bibr">[3]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. PCPO Representation in OWL</head></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">OWL representation of the anatomical therapeutic chemical classification system and mapping to DrugBank</title>
		<author>
			<persName><forename type="first">S</forename><surname>Croset</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoehndorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rebholz-Schuhmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">4th Workshop on Ontologies in Biomedicine and Life Sciences</title>
		<imprint>
			<date type="published" when="2012-09-27">2012 Sep 27-28</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://evs.nci.nih.gov/ftp1/NDF-RT/" />
		<title level="m">Index of /ftp1/NDF-RT</title>
				<imprint>
			<date type="published" when="2013-12-23">2013 Dec 23</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">BioPortal: ontologies and integrated data resources at the click of a mouse</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">H</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">L</forename><surname>Whetzel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Griffith</surname></persName>
		</author>
		<idno>W170-3</idno>
	</analytic>
	<monogr>
		<title level="j">Nucleic Acids Res</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<date type="published" when="2009-07">2009 Jul. Epub 2009 May 29</date>
		</imprint>
	</monogr>
	<note>Web Server issue</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Defining N-ary relations on the semantic web [Internet</title>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/swbp-n-aryRelations/" />
	</analytic>
	<monogr>
		<title level="j">W3C Working Group Note</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page">2006</biblScope>
			<date type="published" when="2006-04">April 2006. 2013 Dec 23</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">OWL representation of the anatomical therapeutic chemical classification system and mapping to DrugBank</title>
		<author>
			<persName><forename type="first">S</forename><surname>Croset</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoehndorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rebholz-Schuhmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">4th Workshop on Ontologies in Biomedicine and Life Sciences</title>
		<imprint>
			<date type="published" when="2012-09-27">2012 Sep 27-28</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title/>
		<author>
			<persName><surname>Ndf-Rt</surname></persName>
		</author>
		<ptr target="http://evs.nci.nih.gov/ftp1/NDF-RT/" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">BioPortal: ontologies and integrated data resources at the click of a mouse</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">H</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">L</forename><surname>Whetzel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Griffith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic Acids Res</title>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Defining N-ary relations on the semantic web</title>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/swbp-n-aryRelations/" />
	</analytic>
	<monogr>
		<title level="m">W3C Working Group Note 12</title>
				<imprint>
			<date type="published" when="2006-04">April 2006</date>
		</imprint>
	</monogr>
	<note>Internet</note>
</biblStruct>

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