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

Commit e36d452

Browse files
Common SQL schema class.
1 parent 1e250f2 commit e36d452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sansa-inference-common/src/main/scala/net/sansa_stack/inference/data

sansa-inference-common/src/main/scala/net/sansa_stack/inference/data/SQLSchema.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
package net.sansa_stack.inference.spark.data.model
1+
package net.sansa_stack.inference.data
22

33
/**
4-
* The SQL schema used for RDF triples in a Dataframe.
4+
* The SQL schema used for an RDF graph.
55
*
66
* @param triplesTable the name of the triples table
77
* @param subjectCol the name of the subject column

0 commit comments

Comments
 (0)