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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,9 @@ _:2432178001088 rdf:_2 3.
28
28
29
29
## Why?
30
30
31
-
Motivation: This was developed as part of [BIM2RDF](https://github.com/PNNL/BIM2RDF) where the main implementation language is Python and the data sizes from [Speckle](https://www.speckle.systems/) are not small.
31
+
Motivation: This was developed as part of [BIM2RDF](https://github.com/PNNL/BIM2RDF)
32
+
where the main implementation language is Python
33
+
and the data sizes from [Speckle](https://www.speckle.systems/) are not small.
32
34
33
35
*[Prior implementation](https://github.com/AtomGraph/JSON2RDF) is in java.
34
36
* Don't want to use [JSON-LD](https://json-ld.org/playground/)
@@ -52,14 +54,11 @@ This is close to the 'spirit' of the semantic web.
52
54
However, this makes the conversion non-deterministic.
53
55
Reprecussions must be handled by the user.
54
56
55
-
TODO: list vs arrays.
56
57
57
58
## Features
58
59
59
60
Optional:
60
-
***'meta triples'** as RDF-star: `<<{data triple}>> {meta} <<{meta triple}>>`
61
-
***Numerical Arrays**: Numerical lists can be represented as numpy-encoded strings.
62
-
(This was motivated by the storage of geometry data from 3D design programs).
61
+
**'meta triples'**: as RDF-star: `<<{data triple}>> {meta} <<{meta triple}>>`
0 commit comments