@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	rdf:type	dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	rdf:type	owl:Thing ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	foaf:homepage	<http://open.eucalyptus.com/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	dbpprop:name	"Eucalyptus"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	dbpedia-owl:genre	dbpedia:Cloud_computing ;
	foaf:name	"Eucalyptus" ;
	foaf:page	<http://en.wikipedia.org/wiki/Eucalyptus_%28computing%29> ;
	dbpedia-owl:license	dbpedia:BSD_License .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	ns6:license	dbpedia:BSD_License ;
	dbpprop:reference	<http://open.eucalyptus.com/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	rdfs:label	"Eucalyptus (computing)"@en .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	ns8:genre	dbpedia:Cloud_computing ;
	dbpprop:abstract	"Eucalyptus is an open-source infrastructure for the implementation of cloud computing on computer clusters. Its name is an acronym for \"Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems\". The current interface is compatible with Amazon Web Services cloud computing interface. Eucalyptus is available as a source package, RPM, and a Rocks disk image. It is also shipped with Ubuntu 9.04 as default cloud computing tool since the beta."@en ;
	rdfs:comment	"Eucalyptus is an open-source infrastructure for the implementation of cloud computing on computer clusters. Its name is an acronym for \"Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems\". The current interface is compatible with Amazon Web Services cloud computing interface. Eucalyptus is available as a source package, RPM, and a Rocks disk image. It is also shipped with Ubuntu 9.04 as default cloud computing tool since the beta."@en ;
	dbpedia-owl:releaseDate	"1.0 2008-05-29" .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	skos:subject	ns10:Free_software ,
		ns10:Cloud_infrastructure .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Eucalyptus_%28computing%29>	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ,
		ns11:portal ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/Java_%28programming_language%29> ,
		<http://dbpedia.org/resource/C_%28programming_language%29> ;
	dbpprop:genre	dbpedia:Cloud_computing ;
	dbpprop:developer	"Rich Wolski, Chris Grzegorczyk et al."@en ;
	dbpprop:operatingSystem	dbpedia:Linux ;
	dbpprop:website	<http://open.eucalyptus.com> ;
	dbpprop:portalProperty	"Free software"@en ,
		"Free Software Portal Logo.svg"@en ;
	dbpprop:license	dbpedia:BSD_License ;
	dbpprop:frequentlyUpdated	"yes"@en ;
	dbpprop:released	"1.0 -"@en ;
	dbpprop:redirect	<http://dbpedia.org/resource/Eucalyptus_%28computing%29> .