Deadpool or not!

12 views
Skip to first unread message

Ninjamonk

unread,
Oct 4, 2008, 5:45:54 PM10/4/08
to crunchbase-api
Hey there, I have been playing with the api and come up with this fun
little app.

The idea is simple, you are given a logo and you have to answer the
question is it deadpool or not.

http://deadpoolornot.com/

I made it by mining the data on crunchbase via the api and using the
output to create an xml file thats loaded into the flash(flex) movie.
There are only 26 companies in there.

My experience with the api was hit and miss to be honest. The lack of
xml output was painful for me. Json has a time and a place.

I would of loved a method for returning all the deadpool companies
(hinh hint) :p

all in all I had some fun so hats off to you for supplying it.

Cheers
Darren

Andreas Harth

unread,
Oct 4, 2008, 6:28:50 PM10/4/08
to crunchb...@googlegroups.com
Ninjamonk wrote:
> The idea is simple, you are given a logo and you have to answer the
> question is it deadpool or not.
>
> http://deadpoolornot.com/
>
cool application!

> I would of loved a method for returning all the deadpool companies
> (hinh hint) :p
>
The query

PREFIX cb: <http://cb.semsol.org/ns#>

SELECT ?s ?yr WHERE {
?s cb:deadpooled_year ?yr
}

run at http://cb.semsol.org/sparql lists companies and
the year they tanked.

RDF/SPARQL is a very flexible API for data access without
the need for implementing specialised functions.

Even has optional XML results.

Regards,
Andreas.

--
http://swse.deri.org/

Ninjamonk

unread,
Oct 4, 2008, 7:04:55 PM10/4/08
to crunchbase-api
Excellent thanks Andreas, I shall use that for future improvements.

very cool.

Cheers
Darren

On Oct 4, 11:28 pm, Andreas Harth <andr...@harth.org> wrote:
> Ninjamonk wrote:
> > The idea is simple, you are given a logo and you have to answer the
> > question is it deadpool or not.
>
> >http://deadpoolornot.com/
>
> cool application!
> > I would of loved a method for returning all the deadpool companies
> > (hinh hint) :p
>
> The query
>
> PREFIX cb: <http://cb.semsol.org/ns#>
>
> SELECT ?s ?yr WHERE {
>   ?s cb:deadpooled_year ?yr
>
> }
>
> run athttp://cb.semsol.org/sparqllists companies and
Reply all
Reply to author
Forward
0 new messages