Re: Projects similar to LOD2

hi melvin,

lod2 is an fp7 project, all of which produce open source.

try here :

http://open-data.europa.eu/en/sparql

PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>
PREFIX fp7ont:<http://fp7-pp.publicdata.eu/ontology/>
SELECT * WHERE {
 ?project a fp7ont:Project;
  rdfs:label ?projectLabel;
  fp7ont:year ?startYear
} ORDER BY DESC(?startYear)

please note that this datasource is apparently not one hundred percent
up to date (semagrow [1], which started in november 2012 is not on the
list for example), but you might find something there as well...

wkr jürgen

[1] semagrow.eu


On Wed, 2013-07-17 at 15:13 +0200, Melvin Carvalho wrote:
> Some people on this list are involved with lod2 [1], a european
> initiative to promote open source and linked data.  I was wondering if
> anyone knew if there were any other world wide projects of a similar
> nature, with a focus on creating open source software.
> 
> [1] http://lod2.eu/WikiArticle/Project.html
> 

-- 
| Jürgen Jakobitsch, 
| Software Developer
| Semantic Web Company GmbH
| Mariahilfer Straße 70 / Neubaugasse 1, Top 8
| A - 1070 Wien, Austria
| Mob +43 676 62 12 710 | Fax +43.1.402 12 35 - 22

COMPANY INFORMATION
| web       : http://www.semantic-web.at/
| foaf      : http://company.semantic-web.at/person/juergen_jakobitsch
PERSONAL INFORMATION
| web       : http://www.turnguard.com
| foaf      : http://www.turnguard.com/turnguard
| g+        : https://plus.google.com/111233759991616358206/posts
| skype     : jakobitsch-punkt
| xmlns:tg  = "http://www.turnguard.com/turnguard#"

Received on Wednesday, 17 July 2013 20:45:48 UTC