Skip to content

Commit

Permalink
Merge pull request #70 from DerwenAI/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ceteri authored Jan 2, 2021
2 parents 506c19f + d347d90 commit fe91f18
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

The **kglab** library provides a simple abstraction layer in Python
for building knowledge graphs.

Welcome to *graph-based data science*:
<https://derwen.ai/docs/kgl/>

> **SPECIAL REQUEST**
> Which features would you like to see the most in an open source Python library for building and using knowledge graphs? Please add suggestions to this online survey: https://forms.gle/FMHgtmxHYWocprMn6 This will help us prioritize the roadmap for **kglab**.
> **SPECIAL REQUEST**: Which features would you like in an
> open source Python library for building knowledge graphs?
> Please add your suggestions through this survey:
> https://forms.gle/FMHgtmxHYWocprMn6
> This will help us prioritize the roadmap for **kglab**.

## Getting Started
Expand Down Expand Up @@ -97,7 +101,7 @@ Citations are helpful for the continued development and maintenance of this libr
## Kudos

Many thanks to our contributors:
[@ceteri]((https://github.com/ceteri),
[@ceteri](https://github.com/ceteri),
[@jake-aft](https://github.com/jake-aft),
[@dmoore247](https://github.com/dmoore247),
plus general support from [Derwen, Inc.](https://github.com/DerwenAI)
Expand Down
Binary file added docs/assets/landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/learning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@
This material is a work in progress, at "rough draft" stage.


## Organization of learning materials

<img src="../assets/learning.png" width="600" />
## Class Abstractions

The primary abstractions used in **kglab** are based on a small set of
Python classes.
These class definitions can be subclassed and extended to handle
specific use cases as needed.


## Knowledge Graph
### Knowledge Graph

[`kglab.KnowledgeGraph`](../ref/#knowledgegraph-class)

Expand All @@ -29,20 +27,30 @@ also handle *property graph*
* *validation*


## Measure
### Measure

[`kglab.Measure`](../ref/#measure-class)

* *topology*
* *statistics*


## Subgraph
### Subgraph

[`kglab.Subgraph`](../ref/#subgraph-class)

* *label encoding*
* *visualization*
* *graph algorithms*
* *probabilistic graph inference*
* *embedding*
* *embedding*


## Open Source Integration

<a href="../assets/landscape.png" target="_blank"><img src="../assets/landscape.png" width="650" /></a>


## Learning Materials

<a href="../assets/learning.png" target="_blank"><img src="../assets/learning.png" width="650" /></a>
Binary file modified docs/illo/kglab.graffle/data.plist
Binary file not shown.

0 comments on commit fe91f18

Please sign in to comment.