<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/550/DC-Proposal-Automation-of-Service-Lifecycle-on-the-Cloud-by-Using-Semantic-Technologies">
		<rdfs:label><![CDATA[DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies]]></rdfs:label>
		<pub:title><![CDATA[DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2011-10-24T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Managing virtualized services efficiently over the cloud is an open
challenge. We propose a semantically rich, policy-based framework to automate
the lifecycle of cloud services. We have divided the IT service lifecycle into the
five phases of requirements, discovery, negotiation, composition, and consumption.
We detail each phase and describe the high level ontologies that we have
developed to describe them. Our research complements previous work on ontologies
for service descriptions in that it goes beyond simple matchmaking and is
focused on supporting negotiation for the particulars of IT services.]]></pub:abstract>
		<pub:edition><![CDATA[L. Aroyo et al. (Eds.)]]></pub:edition>
		<pub:series><![CDATA[LCNS]]></pub:series>
		<pub:pages><![CDATA[285–292]]></pub:pages>
		<pub:counter>2044</pub:counter>
		<pub:booktitle><![CDATA[Proceedings of tenth International Semantic Web Conference, Part II]]></pub:booktitle>
		<pub:publisher><![CDATA[LCNS 7032, Springer-Verlag]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Karuna/Joshi"><person:name><![CDATA[Karuna Pande Joshi]]></person:name><rdfs:label><![CDATA[Karuna Pande Joshi]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Karuna/Joshi"><person:name><![CDATA[Karuna Pande Joshi]]></person:name><rdfs:label><![CDATA[Karuna Pande Joshi]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/93/Semantic-Cloud-Services-Framework"><project:title><![CDATA[Semantic Cloud Services Framework]]></project:title><rdfs:label><![CDATA[Semantic Cloud Services Framework]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/580.pdf]]></pub:softCopyURI>
			<pub:softCopySize>229898</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
