Linked knowledge

  • 1 Replies
  • 2057 Views
*

Zero

  • Eve
  • ***********
  • 1287
Linked knowledge
« on: April 06, 2022, 11:38:49 am »
Now that I have a central store (CSMap), and a way to r/w it (IntentManager), I'm working on what will be stored in it.

Inspired from JSON-LD and OpenCyc, the general schema of a node is:

Code: text

{
    @id        // node's identifier
    @doc       // url of documentation
    @date      // last modification timestamp
    @path      // namespace

    @out {     // outgoing edges
        @isa   // classes of this instance
        @gen   // superclasses of this class
    }
    @in {      // incoming edges
        @isa   // instances of this class
        @gen   // subclasses of this class
    }
}


*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: Linked knowledge
« Reply #1 on: April 07, 2022, 12:43:42 am »
As you add data to your system you should also create automated consistency checks (regression tests) as you go. Ideally you want to get it to the point where you can add a little bit of information every day and immediately test to make sure you haven't broken anything, even if you don't remember everything that you already added. That way you can continue to build it up over time and not have to keep going back to the start and rewriting it all.

Another practice that will help you is to be able to freely convert the data that you do enter between formats. At the very least you should be able to automatically generate documentation from your data (a reference manual). Ultimately this will make it easier for other people to understand what you are doing and contribute to it. SUMO is a good example of a project like this which is mature, successful, and useful.

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

266 Guests, 0 Users

Most Online Today: 376. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles