Giovanni Pirrotta

Just a curious person

Parking In Messina. quando la ZTL incontra gli Open Data

August 12, 2015

Metti che è da una vita che non aggiorno questo blog, metti che sono sostenitore da tanti anni degli Open Data e di tutto ciò che gli gira attorno, metti che finalmente sono in ferie e ho qualche giorno libero da dedicare a qualche idea che mi porto dietro da qualche mese, bene, metti insieme tutto questo :-)

Ma partiamo dall’inizio, a circa un mese fa.

Semantic Web Ingredients: RDFa, RDF in attributes

July 30, 2014

In previous posts I introduced the RDF model as the key ingredient of the Semantic Web and other standard languages, such as RDF Schema and OWL, to describe concepts and relationships more expressively. These semantic technologies allow to extend the actual Web providing a globally coherent notion of meaning, transforming the text in concepts and relations to increase the data integration with external applications.

Semantic Web Ingredients: why the XML alone is not sufficiently powerful

November 20, 2013

In this post we continue the Semantic Web post series (the last published in July) and in particular I will explain why XML alone is not sufficiently powerful in the Semantic Web context.

XML is the acronym of Extensible Markup Language and represents a meta-language for the syntactic definition of markup languages allowing to add metadata to local data and separate contents from presentations with a neutral textual format.

Imagine we have the following XML code:


<?xml version="1.0" encoding="ISO-8859-1" ?>
<mailbox>
	<mail id="01">
		<to>Giovanni</to>
		<from>Francesco</from>
		<title>Enjoy Christmas</title>
		<body>Merry Christmas and a Happy New Year</body>
	</mail>
</mailbox>

In the above example the tags <mailbox>, <mail>,<to>,<from>,<title> and <body> have been created specifically for our document and the name of each tag has been implemented to describe in the best possible way the content data. The big problem is that XML is unsuitable to the global semantic interpretation because there is no way to explain to the machine that for example, the string Giovanni, enclosed withing the tag <to>, represents the name of a person.

With XML it is possible to adequately describe the content of a document, bux XML syntax does not define any explicit mechanism to semantically describe relationships between resources inside and outside the document. In fact, XML alone is not sufficiently powerful to explain the semantics in an independent and autonomous way from the context.

Also it is not able to generate new knowledge starting from the original data infering new statements. For example, if we have the fact The dog is a mammal, the XML does not allow to define the sentence in terms of relationship. Also if we consider the fact Fido is a dog, it should be possible to infer the new fact Fido is a mammal. But XML does not allow to explicit this rule between resources because of it is unsuitable to represent semantically the resource on the Web.

To overcome the XML semantic markup limitations, the W3C Consortium has formalized some models which aim to provide an abstract formalism to describe resources and their relationships (RDF, RDFs, OWL).

The RDF model will be described in the next post, so, stay tuned!

CosaCeInTV.it: guida TV a portata di tweet

October 04, 2013

Fra tutti i social network presenti online uno dei miei preferiti è Twitter. La semplicità e immediatezza del servizio di invio, in soli 140 caratteri, di informazioni in tempo reale è diventato negli anni un modello vincente di business. Non sto qui ad elencare il numero di utenti in costante crescita, le centinaia di applicazioni sviluppate da terzi, la possibilità di interagire con i tweets tramite API, la quasi imminente entrata in borsa dell’azienda, etc.

Proprio per la sua diffusione capillare e globale, secondo me però, twitter potrebbe essere utilizzato per fare anche altro. Mi piacerebbe infatti utilizzare il mio client twitter come un telecomando da pigiare per ottenere specifici servizi: informazioni sui programmi televisi attualmente in onda, previsioni meteo, eventi serali della mia città, orari di apertura degli uffici pubblici, etc.
Mi piacerebbe avere la possibilità di interagire in modo semplice e immediato, tramite un banale tweet, ed ottenere queste informazioni, in modo centralizzato, direttamente sul mio smartphone.

Sono state queste motivazioni che mi hanno portato a ideare e sviluppare cosaceintv, un servizio quindi tweet-driven.