You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,9 @@ RDFLib-SQLAlchemy
4
4
A SQLAlchemy-backed, formula-aware RDFLib Store. It stores its triples
5
5
in the following partitions:
6
6
7
-
- Asserted non rdf:type statements
8
-
- Asserted rdf:type statements (in a table which models Class membership)
9
-
The motivation for this partition is primarily query speed and
10
-
scalability as most graphs will always have more rdf:type statements than others
11
-
- All Quoted statements
7
+
- Asserted non rdf:type statements.
8
+
- Asserted rdf:type statements (in a table which models Class membership). The motivation for this partition is primarily query speed and scalability as most graphs will always have more rdf:type statements than others.
9
+
- All Quoted statements.
12
10
13
11
In addition, it persists namespace mappings in a separate table.
0 commit comments