<?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 initial framework for an ontology-based mobile application for vaccine information retrieval and education</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Muhammad</forename><forename type="middle">"</forename><surname>Tuan</surname></persName>
							<email>muhammad.f.amith@uth.tmc.edu</email>
							<affiliation key="aff0">
								<orgName type="department">School of Biomedical Informatics</orgName>
								<orgName type="institution">University of Texas Health Science Center Houston</orgName>
								<address>
									<region>Texas</region>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><roleName>MS</roleName><forename type="first">"</forename><surname>Amith</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Biomedical Informatics</orgName>
								<orgName type="institution">University of Texas Health Science Center Houston</orgName>
								<address>
									<region>Texas</region>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><roleName>PhD</roleName><forename type="first">Cui</forename><surname>Tao</surname></persName>
							<email>cui.tao@uth.tmc.edu</email>
							<affiliation key="aff1">
								<orgName type="department">School of Biomedical Informatics</orgName>
								<orgName type="institution">University of Texas Health Science Center Houston</orgName>
								<address>
									<region>Texas</region>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An initial framework for an ontology-based mobile application for vaccine information retrieval and education</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">580F855125A93F5FB60DB3D03CD93FD2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:24+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>Mobile agents</term>
					<term>Knowledge engineering</term>
					<term>Vaccines</term>
					<term>Biomedical informatics</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The Center for Disease Control (CDC) distributes Vaccine Information Statements (VIS) documentation to clinician to inform patients of the benefits and risk of the vaccines that are available. The effectiveness of the learning and comprehension has been reported to have been insufficient, particularly with population with lower than average literacy rates. This paper introduces a proof of concept mobile application, driven by a vaccine ontology based on a sample set of VIS documents, as a possible solution.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. BACKGROUND</head><p>An initial literature review revealed:</p><p>• Vaccine Information Statements is informally read and comprehended by patients. <ref type="bibr">[1]</ref> [2]</p><p>• Interest and efforts have been made to improve the delivery of vaccine education. <ref type="bibr">[1]</ref> [3] <ref type="bibr">[4]</ref> • Internet misinformation campaign have had significant influence on attitudes towards vaccines. <ref type="bibr">[5] [6]</ref> We introduce a prototype ontology-driven application system (Vaccine Helmsman) which employs a semantic knowledge-base, that harness the use of natural language interface of a mobile client for patients to query vaccine knowledge. This prototype intends to improve patient education of vaccines as an on-demand, ubiquitous aid to provide accurate and timely information about vaccinations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. APPROACH &amp; SYSTEM OVERVIEW</head><p>With the development of this prototype mobile assistant, we plan on accomplishing the following initial aims.</p><p>• Specific Aim 1. Create the Vaccine Information Statement Ontology (VISO).</p><p>• Specific Aim 2. Vaccine Helmsman: Develop the prototype application with client and server components.</p><p>The Vaccine Helmsman system employs a client-server model -manifested by the mobile device and server application hosted on the authors' development server. Figure <ref type="figure" target="#fig_0">1</ref> shows an overview of the system and the communication between the mobile application and the server components. The UML diagram depicts the mobile application sending a SPARQL <ref type="bibr">[7]</ref> query request to the application server after the natural language interface (NLI) retrieves the user's command and sends it to the translator component for query construction.</p><p>The server responds to the request and preforms the query on a published OWL2 <ref type="bibr">[8]</ref> file. The server applications returns back a JSON <ref type="bibr" target="#b8">[9]</ref> data object to the mobile application. The mobile application parses the data object with the translator component, and the NLI component constructs a semi-structured sentence to speak back to the user with an answer for the user query.</p><p>Based on the architecture design described above, we have developed a working prototype that both demonstrates  the feasibility of the project and highlights some potential direction to continue to enhance this system. The prototype iOS application was developed in Objective-C (See Figure <ref type="figure" target="#fig_1">2</ref> ) that accepts a defined set of voice commands and sends the command to a remote application web server . The server application, a Jena Fuseki <ref type="bibr">[10]</ref> install, is responsible for the queries on the published VISO OWL file and responds with a JSON object. The iOS application then constructs semistructured sentences from JSON to speak back to the user. The application also displays the text of the speech along with the returned JSON data for debugging purposes.</p><p>Also, the authors created an initial draft of the vaccine information ontology based on the CDC's Vaccine Information Statements, identified as the Vaccine Information Statement Ontology (VISO). VISO, since it is an initial draft at the time of development, only models the Rotavirus and Hepatitis B vaccine information from their respective VIS documents. VISO was serialized in OWL2 using Protégé <ref type="bibr">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. LIMITATIONS &amp; FUTURE DIRECTION</head><p>Because it is still in the beginning stages, limitations exist with the system, which we will address as development continues. Table I outlines the limitations identified, but also describes future solutions to address them and the intended outcome. One factor is the finite vocabulary set of the system, specifically with the VISO knowledge-base, which results in semi-structured speech and limited vocabulary for query recognition. We plan on addressing this issue by utilizing Simple Knowledge Organization Systems (SKOS) <ref type="bibr">[12]</ref> that will enable an ontology to add synonymous terms. SKOS may also open possibilities to utilize multi-lingual capabilities to the system. Another issue relating to VISO is the limited number of sources to generate the ontology. Only two VIS documents for Rotavirus and Hepatitis B were used for sampling, resulting in a smaller-than-ideal knowledgebase. Work is underway to improve the VISO knowledgebase by adding additional information from more VIS documents and existing ontologies, and at the time of writing, the VISO design has matured and has incorporated additional VIS knowledge. Various technical constraints exist, which is expected from a prototype. This ranges from restrictions of an offline speech recognition, latency issues relating to a clientserver architecture, undiscovered usability issues, and so on. Upcoming development will explore other options to improve some of these limitations, including generating a methodology to evaluate the user experience.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>The School of Biomedical Informatics |The University of Texas Health Science Center at Houston</head><p>Muhammad "Tuan" Amith, M.S., Cui Tao, Ph.D.</p><p>An initial framework for an ontology-based mobile application for vaccine information retrieval and education System Architecture Background Future Direction</p><p>Since the early 90s, healthcare providers have been mandated to provide VIS (Vaccine Information Statement) from the Centers for Disease Control and Prevention (CDC) to parents and patients before their children or themselves receive any vaccination uptake. Despite the initiative, there exist issues of patients not acquiring a comprehensive understanding about the vaccines and some evidence of doubt of the safety of vaccines. In addition, a significant number of patients find vaccine information on the Internet, which may inevitably influence perceptions of vaccines. This paper introduces Vaccine Helmsman, an initial prototype of a mobile client that allows for natural language querying of semantically-driven knowledge-base of vaccine information for patients.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Approach</head><p>A literature review revealed that CDC-mandated VIS are seldom read or understood [1][2] , and a need for better delivery of vaccine education [1][3] [4] . Additionally, misinformation campaigns have influenced attitudes and decisions for uptake [5][6] [7] .</p><p>The authors introduces a prototype ontologydriven application system (Vaccine Helmsman) which employs semantic knowledge base, permitting the use of natural language interfaces for patients to query vaccine knowledge. The prototype aims to address the vaccine education gap.</p><p>The authors have developed the Vaccine Information Statement Ontology (VISO) that only models Rotavirus and Hepatitis B vaccine information, represented in OWL [8] , using Protégé [9] . Later development will include a corpus of vaccine knowledge from CDC's VIS.</p><p>In conjunction with the creation of VISO ontology, the authors have developed a prototype iOS application in Objective-C that accepts defined set of voice commands and sends the command to a remote Java web server. The server application, a Jena Fuseki [10] install, queries the published VISO OWL file and responds with a JSON [11] object. The app then constructs semistructured sentences from JSON to speak back to the user.</p><p>Because it is still in the beginning stages, limitations exist with the system, which we will address as development continues. One factor is the finite vocabulary set of the system, specifically with the VISO knowledge-base, which results in semistructured speech and limited vocabulary for query recognition. We plan on addressing this issue by utilizing Simple Knowledge Organization Systems (SKOS) [12] that will enable an ontology to add synonymous terms. SKOS may also open possibilities to utilize multilingual capabilities to the system. Another issue relating to VISO is the limited number of sources to generate the ontology. Only two VIS documents for Rotavirus and Hepatitis B were used for sampling, resulting in a smaller-than-ideal knowledgebase. Work is underway to improve the VISO knowledge-base by adding additional information from more VIS documents and existing ontologies, and at the time of writing, the VISO design has matured and has incorporated additional VIS knowledge. Various technical constraints exist, which is expected from a prototype. This ranges from restrictions of an offline speech recognition, latency issues relating to a clientserver architecture, undiscovered usability issues, and so on. Upcoming development will explore other options to improve some of these limitations, including generating a methodology to evaluate the user experience.</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. System architecture of Vaccine Helmsman</figDesc><graphic coords="1,379.79,432.40,128.99,89.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Screenshots of iOS application: Input screen (left) and response screen (right).</figDesc><graphic coords="2,92.59,162.54,165.59,157.26" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="3,94.02,34.50,481.98,390.57" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="3,882.00,576.00,1640.94,1566.00" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>TABLE I .</head><label>I</label><figDesc></figDesc><table /><note>SYSTEM LIMITATIONS AND FUTURE SOLUTIONS Limitation Plan Outcome Limited vocabulary and terms recognized by system Utilize SKOS and existing ontologies, and integrate synonymous, consumer-level terms Recognize synonyms (&amp; multilingual) terms for queries Supports for only 2 (Rotavirus and Hepatitis B) VIS documents Improve VISO design with additional VIS and vaccine sources Better congruency with VIS and comprehensive vaccine knowledge-base System constraints with offline speech recognition, latency network issues, lack of user evaluation, etc. Explore options for system improvement and experimentation, and investigate opportunities for user-centered evaluation Improved usability and overall effectiveness of the application</note></figure>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Limitations</head><p>Plan Outcome </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Contact Information</head><p>For more information on this poster, please contact Tuan Amith, MS at muhammad.f.amith@uth.tmc.edu, Cui Tao, PhD at Cui.Tao@uth.tmc.edu</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Effects of vaccine information pamphlets on parents&apos; attitudes</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Lieu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Glauber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Fuentes-Afflick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Archives of Pediatrics &amp; Adolescent Medicine</title>
		<imprint>
			<biblScope unit="volume">148</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page" from="921" to="925" />
			<date type="published" when="1994-09">Sep. 1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Are vaccination information leaflets useful for vaccinators and parents?</title>
		<author>
			<persName><forename type="first">M</forename><surname>St-Amour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Guay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Perron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Clment</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Baron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Petit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lemaire</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">14</biblScope>
			<biblScope unit="page" from="2491" to="2496" />
			<date type="published" when="2006-03">Mar. 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Parent Comprehension of Polio Vaccine Information Pamphlets</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">C</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Bocchini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fredrickson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Arnold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Mayeaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">W</forename><surname>Murphy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">H</forename><surname>Jackson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Hanna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Paterson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pediatrics</title>
		<imprint>
			<biblScope unit="volume">97</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="804" to="810" />
			<date type="published" when="1996-06">Jun. 1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Vaccine Information Pamphlets: More Information Than Parents Want?</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Fitzgerald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Glotzer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pediatrics</title>
		<imprint>
			<biblScope unit="volume">95</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="331" to="334" />
			<date type="published" when="1995-03">Mar. 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Anti-vaccine activists, Web 2.0, and the postmodern paradigm An overview of tactics and tropes used online by the anti-vaccination movement</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">25</biblScope>
			<biblScope unit="page">37783789</biblScope>
			<date type="published" when="2012-05">May 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A postmodern Pandoras box: Anti-vaccination misinformation on the Internet</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page">17091716</biblScope>
			<date type="published" when="2010-02">Feb. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<ptr target="http://www.w3.org/TR/sparql11-overview/" />
		<title level="m">SPARQL 1.1 Overview</title>
				<imprint>
			<date type="published" when="2014-08-15">15-Aug-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">OWL 2 Web Ontology Language Document Overview (Second Edition</title>
		<ptr target="Ac-cessed:01-" />
		<imprint>
			<date type="published" when="2014-07">Jul-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">JSON</title>
		<ptr target="http://json.org/" />
		<imprint>
			<date type="published" when="2014-08-15">15-Aug-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Apache Jena -Home</title>
		<ptr target="https://jena.apache.org/" />
		<imprint>
			<date type="published" when="2014-08-15">15-Aug-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">SKOS Simple Knowledge Organization System -home page</title>
		<ptr target="http://www.w3.org/2004/02/skos/" />
		<imprint>
			<date type="published" when="2014-08-15">15-Aug-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Effects of Vaccine Information Pamphlets on Parents&apos; Attitudes</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lieu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Arch Pediatr Adolesc Med</title>
		<imprint>
			<biblScope unit="volume">148</biblScope>
			<biblScope unit="page" from="921" to="925" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Are vaccination information leaflets useful for vaccinators and parents?</title>
		<author>
			<persName><forename type="first">M</forename><surname>St-Amour</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="2491" to="2496" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Vaccine Information Pamphlets: More Information Than Parents Want?</title>
		<author>
			<persName><forename type="first">T</forename><surname>Fitzgerald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Glotzer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pediatrics</title>
		<imprint>
			<biblScope unit="page" from="331" to="334" />
			<date type="published" when="1995-03">March 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Parent Comprehension of Polio Vaccine Information Pamphlets</title>
		<author>
			<persName><forename type="first">T</forename><surname>Davis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pediatrics</title>
		<imprint>
			<biblScope unit="volume">97</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="804" to="810" />
			<date type="published" when="1996-06">June 1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Anti-vaccine activists, Web 2.0, and the postmodern paradigm -An overview of tactics and tropes used online by the anti-vaccination movement</title>
		<author>
			<persName><forename type="first">Kata</forename><forename type="middle">A</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="page" from="3778" to="3789" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Parents&apos; Internet use for information about HPV vaccine</title>
		<author>
			<persName><forename type="first">A</forename><surname>Mcree</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Reiter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Brewer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="page" from="3757" to="3762" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A postmodern Pandora&apos;s box: Anti-vaccination information on the Internet</title>
		<author>
			<persName><forename type="first">Kata</forename><forename type="middle">A</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Vaccine</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="1709" to="1715" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<ptr target="http://www.w3.org/TR/owl2-overview/" />
		<title level="m">OWL 2 Web Ontology Language Document Overview</title>
				<imprint>
			<date type="published" when="2012-12-11">December 11, 2012. Accessed March 1, 2014</date>
		</imprint>
	</monogr>
	<note>Second Edition</note>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<ptr target="https://jena.apache.org" />
		<title level="m">Fuseki: serving RDF data over HTTP</title>
				<imprint>
			<date type="published" when="2014-04-24">April 24, 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<ptr target="http://www.w3.org/2004/02/skos/" />
		<title level="m">SKOS Simple Knowledge Organization System</title>
				<imprint/>
	</monogr>
</biblStruct>

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