Re: Schema for Facts

Sounds also a lot like what Cyc was doing: http://www.cyc.com/opencyc/

On Wed, Mar 28, 2018 at 2:54 PM, Thad Guidry <thadguidry@gmail.com> wrote:

> Your example of "water", "boiling point", and "100" "celsius" could be
> expressed with RDF Triples
> <http://blog.swirrl.com/articles/introduction-to-rdf/>
>
> A super simple example, is to capture facts with RDF statements and using
> the Turtle format <https://www.w3.org/TR/turtle/> to capture those
> statements:
>
> Subject, Predicate, Object
>
> <http://example.org/#water> <http://example.org/#boiling+point> <http://example.org/#100C> .
>
>
> And good luck competing with https://www.wolframalpha.com/ :)
> -Thad
> +ThadGuidry <https://plus.google.com/+ThadGuidry>
>
>
> On Wed, Mar 28, 2018 at 3:14 AM Gaurav Verma <info@redrockdigimark.com>
> wrote:
>
>> Hi All,
>> I`m working on implementing Schema markup for our upcoming website which
>> focuses on FACTS: historical facts, geographical facts, science, maths,
>> language etc. Our aim is to provide a hub for information (like Wikipedia),
>> but geared more towards representing information in very simple terms for
>> use by AI: so that AI bots can use the schema and understand the data.
>>
>> For example, a fact of water is that it boils at 100 degree celsius. In
>> what schema may I represent the information of "water", "boiling point" and
>> "100" "celsius"?
>>
>> Can you please recommend what can I use for markup for such information?
>>
>> Gaurav V
>>
>>

Received on Wednesday, 28 March 2018 13:03:05 UTC