Merge branch 'dev.etl' of https://repositories.communitynotfound.work/PoliBa-DeepLearning/NanoSocrates into dev.etl
This commit is contained in:
commit
9440a562f2
BIN
Assets/Dataset/DatawareHouse/dataset.db
(Stored with Git LFS)
BIN
Assets/Dataset/DatawareHouse/dataset.db
(Stored with Git LFS)
Binary file not shown.
@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS RDFs (
|
||||
SubjectID INTEGER NOT NULL,
|
||||
RelationshipID INTEGER NOT NULL,
|
||||
ObjectID INTEGER NOT NULL,
|
||||
UNIQUE(SubjectID, RelationshipID, ObjectID),
|
||||
UNIQUE(MovieID, SubjectID, RelationshipID, ObjectID),
|
||||
FOREIGN KEY(MovieID) REFERENCES Movies(MovieID),
|
||||
FOREIGN KEY(SubjectID) REFERENCES Subjects(SubjectID),
|
||||
FOREIGN KEY(RelationshipID) REFERENCES Relationships(RelationshipID),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user