<?xml version="1.0"?>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
	xmlns:doap="http://usefulinc.com/ns/doap#" 
	xmlns:doda="http://semedia.deit.univpm.it/ontologies/doda#"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:acl="http://www.w3.org/2001/02/acls/ns#">

	<doap:Project>
		<doap:name>DBin</doap:name>
		<doap:shortname>DBin</doap:shortname>
		<doda:providesSemanticChannel rdf:resource="#DBinProjectChannel"/>
		<doap:shortdesc>
			DBin brings the Semantic Web to the end users. By joining P2P groups and communities, users can annotate any topic or subject of interest and enjoy browsing and editing in a semantically rich environment.
		</doap:shortdesc>
		<doap:description>
			DBin, is a novel kind of web application: a  Semantic Web P2P with a "Filesharing philosophy" and/or a Semantic Newsgroup Client.
			Similar to a filesharing client, DBin connects directly to other peers. Instead of files, however, it will download "relevant information" about topics you specify. More tecnically sharing and receiving "Semantically structured information" using RDF and other components of the W3C Semantic Web Initialtive.
			Similar to a Newsgroup client, bits of information (called "annotations") are collected and inserted by entering Topic Rooms. e.g. the "Beers lovers" or "Butterflies collector" rooms. To maximally enjoy the room, it is suggested that you download a proper, personalized user interface and interaction environment prepared for you by domain experts (e.g. ).
			Such "specialized" domain applications that run on top of DBin are called "brainlets".
			Annotations often take the form of comments or binary files (pictures etc.. ), but given RDF is used, they can nicely structured pieces of "metadata" such as direct comparisons, votes, data sheets, sale offers, semantic links with other resources or concepts, reviews, etc ..
			* The more "annotations" you collect, the "smartest" and more fun your DBin installation becomes.
			* DBin automatically merges annotations from each group you visit, gain access to cross cutting views spawning multiple domains and topics. Ask questions like "Show a pub that's open at this time and serves a beer that has been rated at least 8 and doesnt contain ingredient X".
			* Check the autorship of any piece of information. DBin automatically puts signs each statement inserted in the P2P with a generated digital signature. Use such identity information to create precise filtering right for your needs
			* Join P2P groups also when running behind firewalls and NATs thanks to our JaSiMPA messaging API
			* Enjoy rich annotations including images, attachments and other media which are immediately published on the Web from within DBin and made available both to dbin users and regular web users.
			* Start your Semantic Web based Topic Group by creating a Brainlet for your domain of interest and setting up your P2P meeting server and groups!. No programming required, just edit a few XML files. 
		</doap:description>
		<doap:homepage rdf:resource="http://www.dbin.org" />
		<doap:download-page rdf:resource="http://www.dbin.org/downloads.php" />
		<doap:os>win32</doap:os>
		<doap:os>linux</doap:os>
		<doap:os>mac</doap:os>
		<doap:os>other unixes</doap:os>
		<doap:programming-language>Java</doap:programming-language>
		<doap:license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
		<doap:maintainer rdf:resource="#GiovanniTummarello"/>
		<doap:repository>
			<doap:CVSRepository>
				<doap:browse rdf:resource='http://projects.semwebcentral.org/cgi-bin/viewcvs.cgi/?cvsroot=dbin' />
			</doap:CVSRepository>
		</doap:repository> 
	</doap:Project>

<!-- Data access points (DODA) -->

	<doda:DODAInstallation rdf:about="http://dbin.org/news">
		<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DBin Project Channel</rdfs:label>
		<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A channel to publish, comsume information about the DBinProject</rdfs:comment>
		<doda:IsDeploymentInstanceof rdf:resource="http://semedia.deit.univpm.it/ontologies/doda#RSS10Feed"/>
	</doda:DODAInstallation>

	<doda:DODAInstallation rdf:about="mailto:christian@deit.univpm.it">
		<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accepts and processes RDF data</rdfs:comment>
		<doda:IsDeploymentInstanceof rdf:resource="http://semedia.deit.univpm.it/ontologies/doda#Email"/>
	</doda:DODAInstallation>

	<doda:DODAInstallation rdf:about="http://public.dbin.org">
		<rdfs:label>DBin public publishing service</rdfs:label>
		<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Support the storage and retrival of RDF graphs</rdfs:comment>
		<doda:IsDeploymentInstanceof rdf:resource="http://semedia.deit.univpm.it/ontologies/doda#Email"/>
	</doda:DODAInstallation>

</rdf:RDF>
  