<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.omplanet.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=User</id>
		<title>OMPLanet Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.omplanet.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=User"/>
		<link rel="alternate" type="text/html" href="http://wiki.omplanet.net/Special:Contributions/User"/>
		<updated>2026-04-15T07:44:52Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://wiki.omplanet.net/index.php?title=12_Dimensions&amp;diff=1011</id>
		<title>12 Dimensions</title>
		<link rel="alternate" type="text/html" href="http://wiki.omplanet.net/index.php?title=12_Dimensions&amp;diff=1011"/>
				<updated>2018-01-17T22:19:23Z</updated>
		
		<summary type="html">&lt;p&gt;User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:web_community_graph.jpg|thumb|700px| ]]&lt;br /&gt;
&lt;br /&gt;
==OMPlanet 12 Dimensions==&lt;br /&gt;
{{:12_Dimensions/Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{:12_Dimensions/Architecture}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[:Category:OMPlanet| About OMPlanet]]&lt;br /&gt;
*[[Network_of_Social_Networks]]&lt;br /&gt;
*[[Source Codes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OMPlanet]]&lt;/div&gt;</summary>
		<author><name>User</name></author>	</entry>

	<entry>
		<id>http://wiki.omplanet.net/index.php?title=12_Dimensions/Contents&amp;diff=1010</id>
		<title>12 Dimensions/Contents</title>
		<link rel="alternate" type="text/html" href="http://wiki.omplanet.net/index.php?title=12_Dimensions/Contents&amp;diff=1010"/>
				<updated>2018-01-17T22:19:11Z</updated>
		
		<summary type="html">&lt;p&gt;User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Draft Overview of the OMPLanet Social Graph with 12 Dimensions==&lt;br /&gt;
&lt;br /&gt;
We describe the OMPlanet network ecosystem similar to an [http://en.wikipedia.org/wiki/Ontology_(information_science) ontology]. We specify the OMPLanet Social Graph with '''a set of 12 dimensions each of them representing a specific group of ''social objects'' (e.g people, places, events, etc.).&lt;br /&gt;
&lt;br /&gt;
Each of the 12 dimensions is organised into a specific data structure that can be provided/hosted by different local/personal clouds with corresponding web service interfaces. Usually each object is given a unique URI and it has different types of relations with other objects of the same dimension or in relation with objects from possibly all other dimensions.&lt;br /&gt;
&lt;br /&gt;
Used terms:&lt;br /&gt;
&lt;br /&gt;
*''Dimension'': A general descriptive name for the group of object classes in a specific sub-domain, represents the top concept.&lt;br /&gt;
&lt;br /&gt;
*''Type'': The specific class describing the set of objects with the same type. E.g. the class ''Person'' to specify all the objects in the domain ''People''.&lt;br /&gt;
&lt;br /&gt;
*''Relationships'': denotes a relationship between objects, one object can reference to another object/s from the same dimension or from other dimensions: e.g. ''People'' object can have relations as ''friend'' or ''co-worker'' to several other ''People'' objects from the same dimension and as well can have several references to ''Places'' objects with relation types as ''work place'', ''home'' or ''meeting place'', or to ''Services'' objects with relations as ''needed'' or ''offering'', or references to ''Events'' objects as ''participant'' or ''organiser'', etc.&lt;br /&gt;
&lt;br /&gt;
*''Data Properties'' or &amp;quot;Atributes&amp;quot;: Parameters that objects can have. Holds an object's member variable specific to its dimension: e.g. ''People'' object can be a ''user profile'' with the attributes ''profile name'', ''unique ID'', ''interest tags'', etc.&lt;br /&gt;
&lt;br /&gt;
*''Actions'': the ''verbs'' which show what action is possible to do with the specific object. E.g. share, comment, tag, link, buy, join, help, etc.&lt;br /&gt;
&lt;br /&gt;
*''Services'': describes specific types of web services that are related to the object class: e.g. social network, geographic map service, etc.&lt;br /&gt;
&lt;br /&gt;
*''Structures'': describes the data model or the common structure handling with the objects of the specific dimension. E.g. ''social graph'' for ''people'', ''calendar'' for ''events'', ''map'' for ''places'', ''timeline'' for ''projects'', etc.&lt;br /&gt;
&lt;br /&gt;
*''Schemas'': provide a data-modelling vocabulary for RDF data.&lt;br /&gt;
&lt;br /&gt;
===People===&lt;br /&gt;
People with their social graphs and profiles. People objects are persons from different social graphs with extendable profile fields (the [http://en.wikipedia.org/wiki/FOAF_(ontology) FOAF] ontology descriptions can be used here).&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Person''&lt;br /&gt;
  Subtypes: student, employee, artist, member, legal entity&lt;br /&gt;
  &lt;br /&gt;
 '''Relationships''':&lt;br /&gt;
  Relation types: friend, knows, in relationship, group member, from place, owns.&lt;br /&gt;
  Relation objects: list of friends, office address, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': User unique ID (e.g. WebID), name, address, contact, interests, competence, responsibility, messaging space (e.g. inbox, wall), etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': Send message, send media object, invite, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Services''': distributed/central user authentication; search for profiles; messaging; etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''': social graph, social network, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
  • http://schema.org/Person&lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
  • Federated social networks - StausNet, PeerSon, Diaspora, etc.&lt;br /&gt;
  • FOAF - a machine-readable ontology describing persons, their activities and their relations to other people and objects.&lt;br /&gt;
  • WebID - A way to uniquely identify a person, company, organization, or other agent using a URI.&lt;br /&gt;
  • OAuth - an open standard for authorization, allows users to share their private resources (e.g. photos, videos, contact lists)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Places===&lt;br /&gt;
A place as a logical description of an area such as a park, university, organization, etc. (with or without geographic coordinates of longitude and latitude). [http://www.w3.org/2010/POI/ POI specifications] by W3C are preferred to be used to representation of the Places objects.&lt;br /&gt;
&lt;br /&gt;
Places objects will enable users to instantly form communities based on location, to identify specific places and to provide location-based histories (such as every important event that occurred at a specific address).&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Place''&lt;br /&gt;
  Subtypes: couch, house, hotel, venue, city&lt;br /&gt;
 &lt;br /&gt;
 '''Relationships''': Events (event calendar of the place), Services (provided at the place), People (as owners, visitors, etc.), etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': name, location, coordinates, description, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': geotag, add description, add comment, ...&lt;br /&gt;
 &lt;br /&gt;
 '''Services''': Web based maps with layers representing OMPlanet objects (Google Maps, Bing Mpas, etc.).&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''': Map, building plan, geographic map, etc.&lt;br /&gt;
  &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
  • http://schema.org/Place&lt;br /&gt;
&lt;br /&gt;
'''Examples''': Google Places, Facebook Places&lt;br /&gt;
&lt;br /&gt;
===Events, Activites===&lt;br /&gt;
For self-organized activities or events. People can publish real-time information about their current activity in their current location, initiate new activities, organize events or look for real-time events happening around them, or publish a demand for a specific type of event in a given area.&lt;br /&gt;
&lt;br /&gt;
OMPlanet also provides distributed calendars to share and search events globally. [http://microformats.org/wiki/hcalendar hCalendar] can be used as a simple, distributed calendaring and events format.&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Event''&lt;br /&gt;
  Subtypes: group meeting, lecture, festival, concert, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Relationships''': createdBy, organizedBy, inPlace, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': Name, Description, past, present, upcoming.&lt;br /&gt;
 &lt;br /&gt;
 '''Services''': Services to publish events, register to an existing event or demand/propose future events.&lt;br /&gt;
   - Search for events by time, location, performer or descriptive keyword.&lt;br /&gt;
   - Alerts which automatically notify users when events matching their search criteria are added or modified.&lt;br /&gt;
   - Post feedback/question by People to past/upcoming events.&lt;br /&gt;
   - Events Calendar (Aggregation and user friendly visualization of selective calendars from the global calendar&lt;br /&gt;
   selected by a user according to his/her interests. subscription to such personalized views of calendars.) (e.g. Eventful)&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''': Calendar, program&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
  • http://schema.org/Event&lt;br /&gt;
&lt;br /&gt;
'''Examples''': &lt;br /&gt;
   • [http://eventful.com| Eventful], [http://www.eventbrite.com| Eventbright]&lt;br /&gt;
&lt;br /&gt;
===Collectives, Organizations===&lt;br /&gt;
Dimension that holds objects which are representing different types of virtual or non-virtual groups of people united within a specific field.&lt;br /&gt;
E.g. communities with many members, tribes, neighborhood, a city, groups representing workplace, college, virtual or real organisation, NGOs, etc.&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Group'' same as ''Organization''&lt;br /&gt;
  Subtypes:  Organization (members), City (citizens), Club (funs), Tribe, Neighborhood, NGO, Company, Corporation, team, social hub, circle of friends, company, corporation, social body, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Relationships''': group members, linked groups, (each object contains also list of People objects as its members and&lt;br /&gt;
   possibly relations to other related objects, e.g. Services, Projects, Events, etc.)&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': name, description, location, size, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': join, leave, send message, send object, ...&lt;br /&gt;
 &lt;br /&gt;
 '''Services''':&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''':&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
  • http://schema.org/Organization&lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
   • Virtual groups of people, social networks, discussion groups, forums, virtual games, etc. &lt;br /&gt;
   • Non-virtual communities of people (sharing living or working space) - [http://gen.ecovillage.org| Global Ecovillage Network]&lt;br /&gt;
&lt;br /&gt;
===Collective Governance===&lt;br /&gt;
Undefined yet....&lt;br /&gt;
&lt;br /&gt;
These are the instruments to enable participatory decision making and acting processes. Place where multiple individuals can collectively vote and decide upon certain actions that the community might benefit, which, however, have an associated cost making it implausible that any one individually can or will undertake and solve it alone.&lt;br /&gt;
&lt;br /&gt;
It can be only collection of votes to rise the public awareness or find consensus upon issues but not always the instruments to guarantee the complete realization of decisions.&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Decision''&lt;br /&gt;
  Subtypes: Action proposal, vote, etc&lt;br /&gt;
 &lt;br /&gt;
 '''Properties''': Connection with People, Groups&lt;br /&gt;
 &lt;br /&gt;
 '''Services''': Power organization/distribution, politics, decision making, ownership, property, rights, rules &lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
   • [http://www.avaaz.org Avaaz] - connecting citizens to drive sustainable political decisions, etc.&lt;br /&gt;
&lt;br /&gt;
===Projects===&lt;br /&gt;
To be defined...&lt;br /&gt;
&lt;br /&gt;
 '''Type''': project&lt;br /&gt;
  Subtypes: project, task, activities, practice, sport game, etc.&lt;br /&gt;
&lt;br /&gt;
===Media, Communication===&lt;br /&gt;
Undefined yet....&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Item''&lt;br /&gt;
  Subtypes: &lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''':&lt;br /&gt;
&lt;br /&gt;
'''Examples''': &lt;br /&gt;
 &lt;br /&gt;
===Transport, Travels===&lt;br /&gt;
Travel sharing, route sharing and planning. For example car sharing on the go, with alerts on mobile devices, can allow drivers to take travelers if destinations match. This can reduce the amount of cars driving 3/4 empty.&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Travel Plan''&lt;br /&gt;
  Subtypes: transport or traveler, transportation or trip&lt;br /&gt;
 &lt;br /&gt;
 '''Relationships''': &lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': Start point, Destination (from A to B), date/time, Longitude, Latitude, Direction, etc.,&lt;br /&gt;
   Available Places(how many more can join), Means of Travel(Car, Bike, etc),&lt;br /&gt;
   Purpose of Travel(Description), Places to Visit(Places objects), Traveling People(People objects).&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': &lt;br /&gt;
 &lt;br /&gt;
 '''Services''':&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''':&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
   • Travel sharing: GPS rout matches, etc.&lt;br /&gt;
   • Place-to-stay sharing: CouchSurfing, Airbnb&lt;br /&gt;
   • P2P Car Sharing: ...&lt;br /&gt;
&lt;br /&gt;
===Needs, Offers===&lt;br /&gt;
Service exchange markets. All kinds of services offered P2P, voluntary based or paid. The currency can be the real money, virtual currencies or the 'spend-time' as a currency unit.&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Service''&lt;br /&gt;
  Subtypes: cleaning, accounting, product, car, food, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Relationships''':&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': free/rent/sale, price value, virtual/real, price per hour, available district&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': &lt;br /&gt;
 &lt;br /&gt;
 '''Services'''&lt;br /&gt;
 &lt;br /&gt;
 '''Structures'''&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas'''&lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
   • Some professional services&lt;br /&gt;
   • Couch-sharing, garden-sharing, car-sharing, etc.: [http://couchsurfing.org CouchSurfing], Hospitality Club, etc.&lt;br /&gt;
   • Community insurance: [https://www.friendsurance.de/home?hippo=1&amp;amp;_ign=1| Friendsurance]&lt;br /&gt;
   • Buying, selling, exchanging: eBay, etc.&lt;br /&gt;
   • Free-markets of material goods.&lt;br /&gt;
&lt;br /&gt;
===Finance===&lt;br /&gt;
Distributed and digital currencies and currency authorisation/exchange systems (banks 3.0). Transparent and fair lending structures, time banks and non-monetary value exchange systems.&lt;br /&gt;
&lt;br /&gt;
Peer-to-peer currencies with no central authority that issues new money or tracks transactions and where these tasks are managed collectively by the distributed network.&lt;br /&gt;
&lt;br /&gt;
Monetary systems that encourage people to exchange directly within their local communities with fair and transparent value exchange system, rather than centralising the resources in the global private banks managed by corporate entities driven by the profit of only few shareholders.'&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Money'' same as ''Currency''&lt;br /&gt;
  Subtypes: digital currency,  state currency unit&lt;br /&gt;
 &lt;br /&gt;
 '''Services''': bitcoin, ripple, transparent banks, value exchange systems&lt;br /&gt;
&lt;br /&gt;
'''Examples''': &lt;br /&gt;
   • Digital currencies: [http://bitcoin.org| Bitcoin], Etherium, Ripple&lt;br /&gt;
   • Crowdfunding: ....&lt;br /&gt;
   • Peer to Peer lending, Microfinancing: [http://www.kiva.org/| KIVA]&lt;br /&gt;
   • Community Powered Capital: [http://vencorps.com VenCorps]&lt;br /&gt;
   • Crowd funded mortgage: [http://www.crowdhypotheek.nl| Crowdhyptheek]&lt;br /&gt;
   • Folk Banks: [http://en.wikipedia.org/wiki/WIR_Bank| WIR Bank], [http://www.jak.se| JAK Medlemsbank]&lt;br /&gt;
   • Currency Management System [https://www.ac.upc.edu/projects/cms (CMS)]&lt;br /&gt;
   • The initial '''Visa''' card system designed by Dee Hock which was a revolutionary example of such an attempt&lt;br /&gt;
   • MonedaBcn, a social network created to build a social currency alternative to money in the area of Barcelona and surroundings.&lt;br /&gt;
&lt;br /&gt;
- https://barcelona.ecoxarxes.cat/ Interest free, owned by members, all transactions are transparent and trackable. It is possible to use it for funding projects - projects can publish public list of needed resources and volunteers can donate and choose for what need their contribution is going to be used and track it.&lt;br /&gt;
&lt;br /&gt;
===Games===&lt;br /&gt;
Not defined yet...&lt;br /&gt;
&lt;br /&gt;
 '''Type''': ''Community''&lt;br /&gt;
  Subtypes:&lt;br /&gt;
&lt;br /&gt;
 '''Relationships''': members, groups, resources,&lt;br /&gt;
 &lt;br /&gt;
 '''Data Properties''': name, description, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Actions''': play, join, leave, share, ...&lt;br /&gt;
 &lt;br /&gt;
 '''Services''':&lt;br /&gt;
 &lt;br /&gt;
 '''Structures''':&lt;br /&gt;
 &lt;br /&gt;
 '''Schemas''':&lt;br /&gt;
  • http://&lt;br /&gt;
&lt;br /&gt;
'''Examples''':&lt;br /&gt;
&lt;br /&gt;
===P2P Web Services===&lt;br /&gt;
P2P hosted files, websites and web services. Undefined yet.... &lt;br /&gt;
 &lt;br /&gt;
 '''Type''': ''Data''&lt;br /&gt;
  Subtypes: text, article, binary data, wiki article, idea, message, multimedia file, web page, web service, etc.&lt;br /&gt;
 &lt;br /&gt;
 '''Services/Structures''': directory, wiki, web site, personal data stores (e.g. Project Danube), etc.&lt;/div&gt;</summary>
		<author><name>User</name></author>	</entry>

	<entry>
		<id>http://wiki.omplanet.net/index.php?title=12_Dimensions/Description&amp;diff=1009</id>
		<title>12 Dimensions/Description</title>
		<link rel="alternate" type="text/html" href="http://wiki.omplanet.net/index.php?title=12_Dimensions/Description&amp;diff=1009"/>
				<updated>2018-01-17T22:05:43Z</updated>
		
		<summary type="html">&lt;p&gt;User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''[[:Category:OMPlanet|OMPlanet network ecosystem]]''' is a distributed model of interlinked data systems that expose, exchange and share data among different systems in the network and outside of its boundaries based on decentralized standard descriptions.&lt;br /&gt;
&lt;br /&gt;
OMPlanet systems are similar to distributed local/personal clouds each of them managed and owned by its community members. Each OMPLanet system describes it's own data structure and models of interaction with other heterogeneous systems and data sources. One of the main objectives is to define a compact all-inclusive set of data models using decentralised standard descriptions to achieve data portability and toolchain interoperability among different web services, database systems and applications across the ecosystem.&lt;br /&gt;
&lt;br /&gt;
We specify the '''[[:12_Dimensions/Contents| OMPLanet Social Graph]]''' with a set of 12 dimensions each of them representing a specific group of ''social objects'' (e.g people, places, events, etc.).&lt;/div&gt;</summary>
		<author><name>User</name></author>	</entry>

	<entry>
		<id>http://wiki.omplanet.net/index.php?title=Sonar_-_Project_Draft&amp;diff=919</id>
		<title>Sonar - Project Draft</title>
		<link rel="alternate" type="text/html" href="http://wiki.omplanet.net/index.php?title=Sonar_-_Project_Draft&amp;diff=919"/>
				<updated>2011-04-10T21:06:19Z</updated>
		
		<summary type="html">&lt;p&gt;User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Sonar.png|thumb|200px|Sonar]]&lt;br /&gt;
=Definition=&lt;br /&gt;
{{:Sonar/Definition}}&lt;br /&gt;
&lt;br /&gt;
=Description=&lt;br /&gt;
Sonar provides new and efficient ways for '''socializing''', '''organizing events''' and '''travelling'''. Using their mobile phones or desktop PCs users can:&lt;br /&gt;
&lt;br /&gt;
- find each other based on their location and interests and securely communicate with each other using the P2P social networking/microblogging features.&lt;br /&gt;
&lt;br /&gt;
- share real-time information about their current activity and location, organize new events, look for real-time events around them, or publish a demand for a specific type of event for the specific area.&lt;br /&gt;
&lt;br /&gt;
- share their ongoing or future travel plans. If they are driving a car and willing to share available free seats the Sonar can assist them in real time to find people moving the same way (similarly the Sonar can assist hitch-hikers to find a ride).&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
===Simple user interface===&lt;br /&gt;
- Almost invisible user interface, intuitive, minimalistic.&amp;lt;br&amp;gt;&lt;br /&gt;
- Visualization of the geo-radar.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Social networking/microblogging===&lt;br /&gt;
- Decentralized authentication.&amp;lt;br&amp;gt;&lt;br /&gt;
- Personal profiles.&amp;lt;br&amp;gt;&lt;br /&gt;
- Friends list/groups.&amp;lt;br&amp;gt;&lt;br /&gt;
- Private messaging.&amp;lt;br&amp;gt;&lt;br /&gt;
- Wall posts, microblogs.&amp;lt;br&amp;gt;&lt;br /&gt;
- Profile search by name/location/keyword/etc.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Event/activity sharing===&lt;br /&gt;
- Organize events or activities: party, training, exhibition, festival, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- Publish event demands.&amp;lt;br&amp;gt;&lt;br /&gt;
- Join/subscribe to public events.&amp;lt;br&amp;gt;&lt;br /&gt;
- Search events by title/keyword/status/location/time.&amp;lt;br&amp;gt;&lt;br /&gt;
- etc.&lt;br /&gt;
&lt;br /&gt;
===Travel/transport sharing===&lt;br /&gt;
- let hitch-hikers know that there are available car sits from location A to B (real-time or at the specified date).&amp;lt;br&amp;gt;&lt;br /&gt;
- let drivers know that you need to go from location A to B (real-time or at the specified date).&amp;lt;br&amp;gt;&lt;br /&gt;
- share travel plans.&amp;lt;br&amp;gt;&lt;br /&gt;
- share travel experiences, read/publish into geocoded wiki articles. The Wikitravel project is of special interest:&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://wikitravel.org Wikitravel] - ''Wikitravel is a project to create a free, complete, up-to-date, and reliable worldwide travel guide. So far it has 24,445 destination guides and other articles written and edited by Wikitravellers from around the globe.''&lt;br /&gt;
&lt;br /&gt;
===Location sharing, real-time map and AR objects===&lt;br /&gt;
- Display current location on a map (if enabled by user's privacy options).&amp;lt;br&amp;gt;&lt;br /&gt;
- Publish/search places of interest: coffee houses, hotels, accommodation rentals, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- Publish geonotes: users can leave a note at a specific location for themselves or other people which they will receive next time being there.&amp;lt;br&amp;gt;&lt;br /&gt;
- Manual user checkins into the places and defined areas on the map.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Location triggers===&lt;br /&gt;
- Automatic location trigger to check-in the user into user's predefined list of areas/places.&amp;lt;br&amp;gt;&lt;br /&gt;
- Automatic triggering of a specified callback URL when user enters or leaves a specific location.&amp;lt;br&amp;gt;&lt;br /&gt;
- Automatic check-ins on other geo-social platforms using open APIs (Foursquare, Facebook Places, Latitude, etc).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Radar with alerts/proximity notifications===&lt;br /&gt;
To eliminate the necessity to query for a specific real-time object repeatedly users can place alerts or subscribe to proximity notifications for the following:&amp;lt;br&amp;gt;&lt;br /&gt;
- If there are people matching specific search criteria in near proximity.&amp;lt;br&amp;gt;&lt;br /&gt;
- If there are places-of-interest matching the given search keyword/tag.&amp;lt;br&amp;gt;&lt;br /&gt;
- If there is a ''car with free space''/''hitch-hiker going to a given destination''.&amp;lt;br&amp;gt;&lt;br /&gt;
- If there are other travel plans match the given destinations/activities/interests.&amp;lt;br&amp;gt;&lt;br /&gt;
- If there are non-private events matching the given keywords/tags/dates/location/status/etc.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open APIs===&lt;br /&gt;
- Provide open access APIs and web services.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Architecture=&lt;br /&gt;
&lt;br /&gt;
===P2P social network platform===&lt;br /&gt;
There are already several protocols and free software implementations for federated/decentralized/P2P social networking and micro-blogging platforms and Sonar intends to integrate the existing best practises.&amp;lt;br&amp;gt;&lt;br /&gt;
But there no solutions yet for having distributed/P2P real-time maps and location sharing services without the use of centralized web services. So for the current stage project Sonar will have to provide some non distributable central web services as well.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Real-time geo-map===&lt;br /&gt;
[[File:real-time_map.jpg|thumb|200px|Proximity areas on a real-time map]]&lt;br /&gt;
Sonar has to provide real-time map of:&lt;br /&gt;
User locations: GPS-enabled mobile phones which are connected to the internet will send data to the server at regular intervals. If there is no GPS the location data can be calculated from wifi spots and cell towers with sufficient approximation.&amp;lt;br&amp;gt;&lt;br /&gt;
Event locations: events happening at a specified time span at a specified location.&amp;lt;br&amp;gt;&lt;br /&gt;
Places-of-interest: places named by users not as street addresses but locations like &amp;quot;Home&amp;quot;, &amp;quot;Dood's Club&amp;quot; etc.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Augmented reality layers===&lt;br /&gt;
Sonar has to provide map layers of AR objects, and aggregate other 3-th party AR layers into the map (Google Maps and Layar provide web services and open APIs to access their user contributed database of places-of-interest on different layers).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Promotion Plan=&lt;br /&gt;
- Build testbeds to demonstrate the software on one or more usage areas.&amp;lt;br&amp;gt;&lt;br /&gt;
- For the start find one specific niche, a community and offer the new networking opportunity to them creating their unique social graph.&amp;lt;br&amp;gt;&lt;br /&gt;
- Offer collaboration to mobile operator companies. If possible use the contact list of user's mobile phone, identify the numbers via the mobile service provider and use the social graph of the mobile users as a kick-start for our social network.&amp;lt;br&amp;gt;&lt;br /&gt;
- Offer solutions to universities and start networking the students.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Evaluation=&lt;br /&gt;
The growth and potential of the mobile market is really amazing. A new report from Juniper Research says that the number of subscribers using mobile Internet services will rise from 577 million currently, to top 1.7 billion by 2013, spurred by demand for collaborative applications known collectively as 'web 2.0,' and greater 2.5/3G penetration. Putting that figure into some context, a report from Gartner earlier this week had said that the worldwide PC base would reach 2 billion by 2014 - so internet access by mobile phones will represent at around 50% of the total internet usage. Source: [http://www.cellular-news.com/story/32026.php?source=newsletter Cellular News].&lt;br /&gt;
&lt;br /&gt;
*[http://www.cts.cv.ic.ac.uk/html/ResearchActivities/publicationDetails.asp?PublicationID=1350 Investigating the willingness of drivers to share space with pedestrians]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Related Endeavors=&lt;br /&gt;
{{:OmPlanet/Related Endeavors}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=License=&lt;br /&gt;
Sonar is a [http://www.gnu.org/philosophy/free-sw.html free software] application developing by the community efforts for the community. It is available under GNU AGPL License.&lt;br /&gt;
&lt;br /&gt;
*[http://www.gnu.org/licenses/agpl-3.0.html GNU AGPL] - The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Sonar]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>User</name></author>	</entry>

	</feed>