Try this... I believe you have the order reversed...the items it appears you
are looking for have the cloud platform as their screens:subject:
> PREFIX dcterms: <http://purl.org/dc/terms/>
>
> SELECT DISTINCT ?platform
> WHERE {
> { ?platform dcterms:subject
> <http://dbpedia.org/resource/Category:Cloud_platforms> .
> }
Aaron
> On Jan 8, 2015, at 13:53, Mariana Chukanska <m.chukan...@googlemail.com>
> wrote:
>
> Dear dbpedians,
>
> I'm new with sparql and I'm trying to learn it with DBPedia.
> I want to query i.e. all cloud service platforms from the side:
> http://dbpedia.org/page/Category:Cloud_platforms
>
> and this is the query I use for that in dbpedia snorql:
>
> PREFIX dcterms: <http://purl.org/dc/terms/>
>
> SELECT ?platform
> WHERE {
> { <http://dbpedia.org/resource/Category:Cloud_platforms> dcterms:subject
> ?platform.
> }
>
>
> I will appriciate your suggestions and ideas.
>
> Thank you very much for your support in advanced!
> My very best
> Marianna
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion