- From: Wes Turner <wes.turner@gmail.com>
- Date: Mon, 10 Aug 2020 17:28:02 -0400
- To: public-rdf-star@w3.org
- Message-ID: <CACfEFw8njYDrc73rSEmtf1qTPGTfQN3bUuLyGUygos3TfX_0bQ@mail.gmail.com>
Thanks for this spec. Enjoy your vacation. I haven't much experience with
PGs, so I'm not sure that I'll be of much use beyond general suggestions
for collaborative processes:
- [ ] Configure GH pages so that it's possible to read the HTML pages at
https://w3c.github.io/easierRDF ?
-
https://github.com/w3c/EasierRDF/blob/master/RDFstar/RDFStarUCandRequirements.html
-
https://github.com/w3c/EasierRDF/blob/master/RDFstar/RDFstarSemantics.html
- [ ] Create labels and/or an issue for RDF*/SPARQL* in
https://github.com/w3c/EasierRDF/labels ?
- [ ] Point to this mailing list (public-rdf-star) in the README and/or a
meta-issue?
- [ ] Add references to RDF*/SPARQL* in the
https://github.com/w3c/EasierRDF/blob/master/README.md so that searches
find the project home
- [ ] Add links to the original blog posts to [how to contribute to] these
new ReSpec docs?
...
Possible use case: AtomSpace
- https://github.com/opencog/atomspace
> The AtomSpace is a platform for building Artificial General
Intelligence (AGI) systems. It provides the central knowledge
representation component for OpenCog. As such, it is a fairly mature
component, on which a lot of other systems are built, and which depend on
it for stable, correct operation in a day-to-day production environment.
- https://wiki.opencog.org/w/AtomSpace
- https://wiki.opencog.org/w/Value
> A Value is used to assign valuations to Atoms. Multiple, different
valuations can be associated to a single atom, which can be accessed with a
key. The key can be any other atom. In essence, every atom has an
associated key-value store. The triple (atom, key, value) is called a
Valuation. In the atom type hierarchy, Values inherit from ProtoAtom.
>
> Values can be lists of floats (FloatValue), lists of strings
(StringValue), or lists of values (LinkValue). There are two types of
values that get special treatment in the code: the various different
TruthValues, and the AttentionValues.
- https://patterns.dataincubator.org/book/reified-statement.html
- https://patterns.dataincubator.org/book/qualified-relation.html
- https://github.com/opencog/asmoses
Received on Monday, 10 August 2020 21:28:25 UTC