Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 2e98734

Browse files
committed
typos README (again) :)
1 parent 4e693b0 commit 2e98734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ matches(Triple): Boolean: This method is used to test whether a triple fits into
1515
* TripleLayout instances are used to obtain framework-agnostic compact tabular representations of triples according to a partition. For this purpose it defines the two methods:
1616
* fromTriple(triple:Triple): Product: This method must, for a given triple, return its representation as a Product(this is the super class of all scalaTuples)
1717
* schema:Type: This method must return the exact scala type of the objects returned by fromTriple, such as typeOf[Tuple2[String,Double]]. Hence, layouts are expected to only yield instances of one specific type.
18+
1819
See the [available layouts](https://github.com/SANSA-Stack/SANSA-RDF/blob/develop/src/main/scala/net/sansa_stack/rdf/common/partition/layout) for details.
1920

2021
## Usage

0 commit comments

Comments
 (0)