<?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">Case Report Form based on semantic Web technologies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ángel</forename><surname>Esteban-Gil</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Fundación para la Formación e Investigación Sanitarias</orgName>
								<orgName type="institution" key="instit1">Región de Murcia</orgName>
								<orgName type="institution" key="instit2">IMIB-Arrixaca-UMU</orgName>
								<address>
									<postCode>30003</postCode>
									<settlement>Murcia</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Fernández-Breis</surname></persName>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Dpto. Informática y Sistemas</orgName>
								<orgName type="department" key="dep2">Facultad de Informática</orgName>
								<orgName type="institution">Universidad de Murcia</orgName>
								<address>
									<addrLine>IMIB-Arrixaca-UMU</addrLine>
									<postCode>30100</postCode>
									<settlement>Murcia</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Case Report Form based on semantic Web technologies</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">9D08C16849CAA29A4C182A2EE919F832</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:45+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>Biomedical Informatics</term>
					<term>Semantic Web</term>
					<term>Case Report Form</term>
					<term>Ontology</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Improving the capture, sharing and reuse of clinical research data within a biomedical research institute through the use of semantic case report forms (CRF). BACKGROUND:Biomedical researchers need software solutions that allow working in projects with different, heterogeneous and changing information. A CRF is a set of questionnaires used for capturing the data of the patients recruited in a biomedical research study. Current CRF technological solutions have little flexibility to modify their structure to adapt to new requirements without major software changes, and they lack a well-defined model for the exploitation, generation of alerts or data quality assurance. METHODS: Our approach divides the CRF building in two phases: (1) the definition of the data structure and the workflow to register these data, and (2) the recruitment process where the CRF captures the clinical information of each patient and the exploitation of the results of the biomedical project. OWL ontologies are employed for the formal CRF representation including the workflow of the patients recruited in the biomedical project. RDF repositories were used to store the questionnaire of each patient in every stage and SPARQL was used to exploit the semantic information. RESULTS: In this work we present a web platform that incorporates the benefits of Semantic Web technologies to build, execute and exploit CRFs in biomedical projects. Our platform contains data of more than 14.000 patients recruited in more than 100 biomedical research projects running in our research institute. CONCLUSION: Semantic Web technologies facilitate the construction of CRF platforms that meet the needs of biomedical researchers. We plan to improve the interoperability of the CRF data retrieval process by providing extracts compatible with standards such as HL7, CEN/ISO 13606 or OpenEHR.</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>Biomedical researchers need software solutions able to exploit heterogeneous dynamic, project-specific information. A case report form (CRF) is a set of questionnaires used for capturing the data of each patient recruited in a biomedical research project <ref type="bibr" target="#b0">[1]</ref>. However, heterogeneity is common in CRFs, because each study defines its own report schemas. More than 48000 clinical trials have been registered in Europe since 2014 <ref type="bibr" target="#b1">[2]</ref>, which means that such studies manage a large volume of information.</p><p>The Semantic Web can be seen as an extension of the current web, in which information is given well-defined meaning, better enabling computers and people to work in cooperation <ref type="bibr" target="#b2">[3]</ref>. Ontologies <ref type="bibr" target="#b3">[4]</ref> constitute the standard knowledge representation mechanism for the Semantic Web, and technologies such as OWL <ref type="bibr" target="#b4">[5]</ref>, RDF <ref type="bibr" target="#b5">[6]</ref>, and SPARQL <ref type="bibr" target="#b6">[7]</ref> enable a formal representation of the domain, the data and their exploitation.</p><p>Many technological solutions are available to manage data for CRF nowadays <ref type="bibr" target="#b0">[1]</ref>, which can be grouped in two classes according to the type of technology used for representing and persisting the data: relational databases; and non-relational databases. The main disadvantage of the first approach is the little flexibility of the relational model for structural modifications without major changes in the software. The main disadvantage of the second approach is the lack of a well-defined model for exploitation, generation of alerts, or quality assurance of the data.</p><p>Our main objective is to develop a Web platform that facilitates the process of building and managing a CRF using Semantic Web technologies including: (1) the use of Semantic Case Reports Form for capturing the clinical data, and (2) the definition of customizable search interfaces and dashboards for the analysis and visualization of patient data.</p><p>In this context, our approach uses semantic web technologies for storing biomedical data in a flexible data model and exploiting it thanks to the semantic model that describes the data. Furthermore, these technologies permit the reuse of biomedical ontologies and the semantic interoperability of health resources when are required. Our approach has been applied so far in 10 biomedical projects and in 91 clinical trials, whose samples are stored the biobank in the Institute for Bio-health Research of Murcia (IMIB-Arrixaca-UMU) in Spain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methods</head><p>Our approach has two main stages (see Figure <ref type="figure">1</ref>). The first stage is the definition of the data structures and the workflow that will be used for data capture. Workflows permit to determine the data capture stages included in the clinical study. The second stage is the execution of the CRF, which consists of capturing and exploiting the patient data.</p><p>One special feature of our approach is that the data manager can change the data structures and data workflow during the CRF execution. This feature provides flex-ibility to biomedical researchers This is enabled by the use of specific concepts of the ontologies like OBI <ref type="bibr" target="#b7">[8]</ref> ogy are described next: A Semantic Case Report Form answers to the items of the questionnaire, which are associated with a given Patient, which is in a concrete stage of its disease.</p><formula xml:id="formula_0">•</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">CRF Definition</head><p>The CRF definition has two phases: (1) finition of the workflow fo ity to biomedical researchers, who can adapt their datasets to new requirements. This is enabled by the use of an OWL ontology<ref type="foot" target="#foot_0">1</ref> , which can be extended with the the projects. This ontology has been built based on the existing <ref type="bibr" target="#b7">[8]</ref>, SIO <ref type="bibr" target="#b8">[9]</ref> and SOPHARM <ref type="bibr" target="#b9">[10]</ref>. The basic concepts of this onto :</p><p>The recruitment process of a biomedical study has several stakehol Datamanager represents the responsible of the patient data capture stands for users who can capture and exploit the information, (3) represents users who can monitor the captured patient data and the verse effects in the study; and (4) the Manager represents users who promote the can define the CRF and exploit its results. The manager is ter or funder of the study, such as a pharmaceutical laboratory or a hospital.</p><p>e ontology includes a hierarchy of types of biomedical projects Clinical Trials, Observational Studies, Cohort Studies, etc.</p><p>For each patient recruited, and due to the Spanish data protection law only capture gender, birth date and a code that ensures the anonymity of Each individual of the class Patient has a Protocol in the project. eparating the sick individuals from the healthy ones. This concept represents the set of information that must be capt concrete clinical interaction: the applied therapy, the results of a medical test, etc.</p><p>t represents the stage or phase of a patient. For each stage the data manager can capture one or more Reports.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 1. Methodology schema</head><p>Case Report Form is defined as an instance of Report that contains the nswers to the items of the questionnaire, which are associated with a given Patient, which is in a concrete stage of its disease.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CRF Definition</head><p>The CRF definition has two phases: (1) the definition of the reports and (2) the d inition of the workflow for each patient included in the biomedical project.</p><p>http://www.imib.es/ontologies/CRDv4.owl new requirements. can be extended with the This ontology has been built based on the existing sic concepts of this ontolseveral stakeholdcapture;</p><p>(2) mation, ( <ref type="formula">3</ref>) and the adpromote the is often the a pharmaceutical laboratory or a hospital. biomedical projects such as otection law, we that ensures the anonymity of the pain the project. This perthat must be captured in a : the applied therapy, the results of a medical test, etc.</p><p>or each stage the that contains the nswers to the items of the questionnaire, which are associated with a given Patient, the definition of the reports and (2) the de-The generation of reports consists of defining the data capture fields. Our approach allows the definition of different types of fields: numbers, dates, times, text, boolean and enumerated. Enumerated fields permit to select and reuse, as values, classes from existing ontologies, including those used in other reports. All the fields and reports can be reused in different stages of the protocol or in different studies allowing the standardization of the information, so enabling its sharing and comparability.</p><p>When the data manager associates fields in a report, she can apply the following types of rules, which are implemented in the semantic model:</p><p>• Cardinality rules. They indicate the minimum and maximum cardinality for a given datum in this report. The cardinality can be a fixed value or it can be relative to the values of other fields. For example, a field "number of children" may affect the number of times age values for the children will have to be stored. Other example could be a field with the question "Do you smoke?". In the case of negative answer the field "number of daily cigarettes" could be null.</p><p>• Range rules. They indicate the range of values for a field in a report.</p><p>• Format rules. They are regular expressions to satisfy by the user when providing a value for this field. These rules are useful to store values such as emails, phone numbers, etc.</p><p>Our approach also permits to define derived fields. For example, if we have a field "weight" and other "height", the data manager can create a new field named "body mass index" calculated from the values of the previous fields.</p><p>The definition of workflows is based on state machines. In <ref type="bibr" target="#b10">[11]</ref>, the authors present a set of initial and end states and a set of intermediate states where the information transit from the initial state to the final one. When the data manager defines the states of the study, each one has a state machine associated. The configuration of each state requires the next information:</p><p>• Transitions between states. The transitions represent the path for the patient data in the recruitment process of a biomedical project.</p><p>• People responsible of the data capture.</p><p>• Reports. Which reports have to be filled in each state. For example, the screening phase of a clinical trial may include a report related to blood test, which will be used for recommending the next state for the patient.</p><p>• Alerts.</p><p>─ Time alerts. The patient is in the same state longer than expected. ─ Data quality alerts. The captured data are not enough to characterize the clinical features of the patient.</p><p>Figure <ref type="figure">2</ref> shows an example of a state machine. We can observe an initial state (blue), several end states (red) and a set of intermediate states related by transitions between them. Each state may have one or more responsible people, and have different alerts and reports associated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 2. An example of a general state machine used in our approach</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Semantic transformation</head><p>The ontology that provides the basic knowledge entities is extended with entities of interest for the CRF. We initially proposed to the biomedical researchers the use of Protégé<ref type="foot" target="#foot_1">2</ref> for such purpose, which was rejected by them. Hence, we developed a web editor with features closer to their requirements and more intuitive for the intended users of the system. This also required developing a process to transform the content generated with this editor to OWL, what was done applying the following steps:</p><p>• Generation of the biomedical project and the different stakeholders that will complete and review the recruitment process in the CRF.</p><p>• Generation of the several protocols for each patient in each biomedical project.</p><p>• Creation of classes for each defined report. Each report has the fields as owl:DatatypeProperty and relationships as owl:ObjectProperty defined by the data manager. Each field maintains the rules of integrity, cardinality and range.</p><p>• Generation of the workflow of the CRF using our model of state machine. Besides the workflow generation, we need a class that represents the patient stage in each phase of the study. Another important aspect is the generation of the rules to transit between states, and the preconfigured alerts.</p><p>The ontology generated is stored in a document management system (DMS) with version control. The DMS helps us to exploit information captured in older versions of the recruitment protocol of the study. Our approach allows the user to choose the ontology version to exploit the clinical information stored in RDF.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">CRF Execution</head><p>The CRF definition produces an OWL ontology that represents the structure of the data to be captured and the workflow to be applied to each patient recruited in the clinical study. Starting the recruitment requires to use our semantic running engine to capture the data and our semantic exploitation model to take advantage of the information registered in the CRF.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Semantic running engine</head><p>The semantic running engine generates web forms for adding and updating the information of each semantic report, applying the rules defined in the report fields and in the state machines. The information is stored in a semantic repository with two types of data sources: (1) an OWL files server with the formal representation of the domains, and (2) an RDF repository which stores the data. We use Virtuoso 3 as data store. Virtuoso has been used in other effort such as <ref type="bibr" target="#b11">[12]</ref>.The ontologies guide all the layers of the solution: data capture, information delivery and exploitation.</p><p>The ODS (Ontology Driven-Searcher) <ref type="bibr" target="#b12">[13]</ref> is the service for information delivery. This tool is an editor of SPARQL queries supported by OWL models. The tool uses the underlying CRF ontologies to show the necessary information to visually define SPARQL queries.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Semantic exploitation model</head><p>Our proposal includes a set of methods for exploiting the information stored in the semantic repository:</p><p>• Semantic searcher. This method uses the ODS for defining queries over the semantic CRF data model.</p><p>• Alert management. This method allows the generation of alerts over the semantic data. It uses the ODS for defining the alerts as queries and comparing the results with thresholds when these have been defined. For example, if the value of the systolic blood pressure is greater than 15, then the user may receive a high critical alert that implies that this patient is not suitable for the clinical study.</p><p>• Semantic dashboard. This tool permits users to formulate incremental, userdefined queries with a graphical user interface based on the ODS. The query results can be displayed in several customizable ways, allowing for the generation of ondemand dashboards.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head><p>The approach described in the previous section has been applied in more than 100 biomedical projects in the Institute for Bio-health Research of Murcia (IMIB-Arrixaca-UMU). The platform is completely functional since January 2015. Our platform has had an important impact in our biomedical research institute. Nowadays we have the next results:</p><p>• More than 14.000 patients have been recruited in several studies.</p><p>• More than 9.500 reports have been registered in the platform.</p><p>• More than 70 reports have been defined with more than 1.500 fields.</p><p>• More than 300 stages have been defined for the biomedical projects.</p><p>• The researchers have reused only 41 fields between reports.</p><p>• The researchers have reused only 10 reports between clinical studies.</p><p>• The platform has more than 50 users.</p><p>• Two CRFs involve patients from several regions of Spain.</p><p>• The researchers have configured 6 dashboards to exploit the data in real time. Figure <ref type="figure">3</ref> illustrates how the researcher uses the ODS to define a query over the semantic repository to represent graphically the blood type of the patients recruited in a biomedical project. This variable is captured in the report called "CRD1M".</p><p>• One biomedical project is using a standardized ontology, the ICD10 one <ref type="bibr" target="#b10">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 3. Semantic dashboard</head><p>Thanks to the feedback of the researchers of the biomedical groups, we have included additional services to the platform:</p><p>• Generation of the patient's visit calendar from the information of the workflow of the clinical study. This calendar allows the generation of alerts for the clinical when they have to contact the patient.</p><p>• Use of a web calculator to define derived fields. An example that calculates the body mass index is shown in Figure <ref type="figure" target="#fig_1">4</ref>.</p><p>• Use of the reports to characterize, not only patients, but also their biological samples, such as data from the pathological analysis of a tumor.</p><p>• Filling of the reports from mobile devices such as smartphones or tables.</p><p>• Generation of PDF reports with the results of the patients saved in the CRF. In this work we have demonstrated that the semantic technologies are able to manage and exploit the results of the patients' recruitment process in any clinical study. We have evaluated this tool following the method proposed in <ref type="bibr" target="#b0">[1]</ref>, obtaining with good results in comparison to other tools available in the market. Our platform fulfills all criteria except the capability to export the data in CDISC format <ref type="bibr" target="#b14">[15]</ref>.</p><p>Many researchers have integrated semantic web technologies in biomedical research. We have grouped these proposals in two types: (1) the use of ontologies to classify the clinical information <ref type="bibr" target="#b15">[16]</ref>, and (2) enrichment of biomedical data for exploiting using semantic technologies <ref type="bibr" target="#b16">[17]</ref>. Our approach is different because we resolve the problem from a global perspective, trying to use semantic technologies in the whole life cycle of the biomedical project. The main advantage of our proposal is that ontologies guide all the process of the biomedical project including the capture of data and its exploitation. Furthermore, the logical schema of the CRF may help to understand the recruitment process and the results of the study.</p><p>Our approach shows how semantic web technologies permit researchers to adapt the CRF to their specific requirements without the help of and IT expert. The use of an RDF repository allows for building a robust and scalable architecture for big clinical data warehouses <ref type="bibr" target="#b11">[12]</ref>. Furthermore, this architecture is very flexible in changing environments as the biomedical research. The use of OWL ontologies to represent the knowledge stored in the RDF repository allows to exploit it using technologies such as the ODS to define queries without mastering semantic technologies. Another important benefit in the use of OWL is the capability to reuse the fields and concepts among several projects and to take advantage of the clinical knowledge modeled in this format.</p><p>We have learned from the use of the platform that some users are only interested in the exploitation of data, so we are developing data retrieval methods for importing data from other systems they are currently using to capture patient data.</p><p>Finally, this platform has also an economic impact in our organization. In the last 6 years, IMIB-Arrixaca-UMU has run 12 clinical trials funded by industry. Our researchers have used paper-based CRF in six of them. The cost of the electronic CRF used in the other six clinical trials was almost 55.000 € (9.000 € on average). We are not able to calculate the effort to exploit the paper-based CRF data, but our electronic CRF platform, which has been used in ten non-industrial clinical trials, has permitted to save approximately 90.000 €.</p><p>Our approach presents some limitations: (1) our solution is not able to automatic retrieve data from other clinical systems, (2) our solution does not implement any clinical standard to interoperate with other clinical software, (3) we have not been able to convince researchers to publish and share their questionnaires,(4) the researchers still prefer CSV data exploitation instead of using our semantic exploitation model, (5) our reuse of biomedical ontologies is still limited and (6) we are exploiting OWL reasoning yet.</p><p>As future work we plan to improve the interoperability between our CRF and other clinical systems implementing standards as HL7, CEN/ISO 13606 or openEHR. We also plan to export the data to CDISC <ref type="bibr" target="#b14">[15]</ref>. We are planning to incorporate ontology alignment techniques to improve the reuse and standardization of our CRF semantic models. Finally, we plan to provide training to promote the use of the semantic exploitation model.</p><p>To conclude, the construction of tools that facilitate the use of standard clinical terminologies or the reuse of fields or reports will improve the exploitation of the data aggregated of several patients included in different studies achieving the desired real goal in the biomedical research: improving health care to the patient.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>Stakeholder. The recruitment process of ers: (1) the Datamanager the Researcher stands for the Monitor represents verse effects in the study clinical study, can define the CRF and exploit its res promoter or funder of the study, such • Project. The ontology includes a Clinical Trials, Observational Studies, Cohort Studies, et • Patient. For each patient recruited, and d only capture gender tient. Each individual of the class mits, for instance, sepa • Report. This concept represents the set of information concrete clinical interaction • Stage. This concept represents the stage or phase of a patient. F data manager can capture one or more</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Definition of a derived field</figDesc><graphic coords="8,141.72,179.64,312.00,148.08" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,174.36,317.64,259.08,218.04" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.imib.es/ontologies/CRDv4.owl</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://protege.stanford.edu/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This project has been possible thanks to the cooperation of the clinical research groups of the Institute for Bio-health Research of Murcia (IMIB-Arrixaca-UMU). This work was supported by the Ministerio de Economía y Competitividad and the FEDER programme through grant TIN2014-53749-C2-2-R2, and the Fundación Séneca through grant 19371/PI/14.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">On selecting a clinical trial management system for large scale, multi-centre, multi-modal clinical research study</title>
		<author>
			<persName><forename type="first">H</forename><surname>Leroux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mcbride</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gibson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">HIC</title>
		<imprint>
			<biblScope unit="page" from="89" to="95" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="https://eudract.ema.europa.eu/" />
		<title level="m">European Clinical Trials Database</title>
				<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
		<respStmt>
			<orgName>European Medicines Agency</orgName>
		</respStmt>
	</monogr>
	<note>EudraCT</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The semantic web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>&amp;lassila</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific American</title>
		<imprint>
			<biblScope unit="volume">284</biblScope>
			<biblScope unit="page" from="34" to="43" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Knowledge engineering: Principles and methods</title>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Benjamins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>&amp;fensel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data &amp; Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="page" from="161" to="197" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/owl2-overview/" />
		<title level="m">OWL2 web ontology language</title>
				<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/RDF/" />
		<title level="m">RDF Resource Description Framework</title>
				<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">SPARQL Query Language for RDF</title>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-sparql-query/" />
		<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The Ontology for Biomedical Investigations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bandrowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Brinkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brochhausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Brush</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Bug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Chibucos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Clancy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Courtot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Derom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumontier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fostel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Fragoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Gibson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gonzalez-Beltran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Haendel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Heiskanen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Hernandez-Boussard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Lister</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lord</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Malone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Manduchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mcgee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Morrison</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Overton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Parkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Peters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rocca-Serra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ruttenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Sansone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">H</forename><surname>Scheuermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schober</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">N</forename><surname>Soldatova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Stoeckert</surname></persName>
		</author>
		<author>
			<persName><surname>Jr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">F</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Torniai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Turner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Vita</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">J</forename><surname>Zheng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PLoS One</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">e0154556</biblScope>
			<date type="published" when="2016-04-29">2016 Apr 29</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The Semantic science Integrated Ontology (SIO) for biomedical research and knowledge discovery</title>
		<author>
			<persName><forename type="first">M</forename><surname>Dumontier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Baker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Baran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Callahan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chepelev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Cruz-Toledo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Del</forename><surname>Rio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">R</forename><surname>Duck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Furlong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">I</forename><surname>Keath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Klassen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mccusker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Queralt-Rosinach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Samwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Villanueva-Rosales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Wilkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Hoehndorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J Biomed Semantics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">14</biblScope>
			<date type="published" when="2014-03-06">2014 Mar 6</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Suggested Ontology for Pharmacogenomics (SO-Pharm): Modular Construction and Preliminary Testing</title>
		<author>
			<persName><forename type="first">A</forename><surname>Coulet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Smaïl-Tabbone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Napoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Devignes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of International Workshop on Knowledge Systems in Bioinformatics -KSinBIT&apos;06</title>
				<meeting>International Workshop on Knowledge Systems in Bioinformatics -KSinBIT&apos;06<address><addrLine>Montpellier, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-10">Oct 2006. 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Towards a formal operational semantics of UML statechart diagrams</title>
		<author>
			<persName><forename type="first">D</forename><surname>Latella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Majzik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Massink</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Methods for Open Object-Based Distributed Systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="331" to="347" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Building a robust, scalable and standards-driven infrastructure for secondary use of EHR data: The SHARPn project</title>
		<author>
			<persName><forename type="first">S</forename><surname>Rea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pathak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Savova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Oniki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Westberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Beebe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Parker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Haug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Huff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chute</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Informatics</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="page" from="736" to="771" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Social-BROKER: A collaborative social space for gathering semantically-enhanced financial information</title>
		<author>
			<persName><forename type="first">Esteban-Gil</forename></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Garcia-Sanchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Valencia-Garcia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fernandez-Breis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="9715" to="9722" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><surname>Cardillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tamilin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Eccher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Serafini</surname></persName>
		</author>
		<ptr target="https://dkm.fbk.eu/technologies/icd-10-ontology" />
		<title level="m">ICD-10 Ontology</title>
				<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<ptr target="http://www.cdisc.org/standards" />
		<title level="m">Clinical Data Interchange Standards Consortium</title>
				<imprint>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Semantic enrichment of longitudinal clinical study data using the CDISC standards and the semantic statistics vocabularies</title>
		<author>
			<persName><forename type="first">H</forename><surname>Leroux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Lefort</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of biomedical semantics</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page">1</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Use of SNOMED CT to represent clinical research data: a semantic characterization of data items on case report forms in vasculitis research</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Richesson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E</forename><surname>Andrews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Krischer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Medical Informatics Association</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="536" to="546" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

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