open question format

30 views
Skip to first unread message

tyler gillies

unread,
Jan 20, 2010, 4:11:42 AM1/20/10
to open-web-discuss
is there an open standards question format? for example heres my idea

<question value="what genus are peanuts in?">
and have this url be like host.com/peanuts

then anyone on the web can be like

<answer rel="http://hosts.com/peanuts" value="arachis">


just an idea i had, anyone know of anything like that out there?

--
Everyone Loves Tea
http://www.everyonelovestea.com

Chris Messina

unread,
Jan 20, 2010, 7:57:12 AM1/20/10
to open-web...@googlegroups.com
Off the top of my head, I don't know of one (but surely there must be one, if not several).

What problem are you trying to solve? Distributing Q & A systems?

Also, to start, I might look into the Atom Threading Extension (thr-in-reply-to).

Chris

Sent from my iPhone 2G
--
You received this message because you are subscribed to the Google Groups "Open Web Foundation Discussion" group.
To post to this group, send email to open-web...@googlegroups.com.
To unsubscribe from this group, send email to open-web-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/open-web-discuss?hl=en.

Steven Livingstone-Perez

unread,
Jan 20, 2010, 8:04:12 AM1/20/10
to open-web...@googlegroups.com

You might want to look into how http://vark.com/ serialize their questions – seems to support a number of IM clients and so on, so suspect they have a standard protocol to do this.

 

/steven

http://livz.org

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.730 / Virus Database: 270.14.149/2630 - Release Date: 01/19/10 17:49:00

Karl Dubost

unread,
Jan 20, 2010, 8:15:42 AM1/20/10
to open-web...@googlegroups.com, tyler gillies

Le 20 janv. 2010 à 04:11, tyler gillies a écrit :
> is there an open standards question format? for example heres my idea

I would check first programs processing/parsing FAQs
and analyze what kind of format they emit or parse.

--
Karl Dubost
Montréal, QC, Canada
http://www.la-grange.net/karl/

Melvin Carvalho

unread,
Jan 20, 2010, 12:08:49 PM1/20/10
to open-web...@googlegroups.com
On Wed, Jan 20, 2010 at 10:11 AM, tyler gillies <tjgi...@gmail.com> wrote:
is there an open standards question format? for example heres my idea

<question value="what genus are peanuts in?">
and have this url be like host.com/peanuts

then anyone on the web can be like

<answer rel="http://hosts.com/peanuts" value="arachis">

For a simple question like this you can use SPARQL (W3C Recommendation)

select ?x where { 
    <http://dbpedia.org/resource/Peanut> <http://dbpedia.org/ontology/Species/genus> ?x 
}

http://bit.ly/5aC5Cw

you can use RDFa for your markup too, so

rel="dbpedia:Arachis" works with an xmlns

Other questions may be more tricky ...

Hope that helps!
 


just an idea i had, anyone know of anything like that out there?

--
Everyone Loves Tea
http://www.everyonelovestea.com

Ben Ward

unread,
Jan 20, 2010, 1:38:51 PM1/20/10
to open-web...@googlegroups.com

On 20 Jan 2010, at 01:11, tyler gillies wrote:

> is there an open standards question format? for example heres my idea

There's no specific stable format that I'm aware of, but there's early-stage, existing work on the microformats wiki that documents some examples. If you take on the work to define a spec, this work could provide something of a starting point: http://microformats.org/wiki/question-answer

Ben

John Britton

unread,
Jan 20, 2010, 10:15:47 AM1/20/10
to open-web...@googlegroups.com
Yes there is a standard question format, it's called QTI. (http://en.wikipedia.org/wiki/QTI).

Cheers,
John Britton
--
contact info:
http://www.johndbritton.com


Reply all
Reply to author
Forward
0 new messages