entity relationship model
This commit is contained in:
parent
5e6c5aed8b
commit
9627d03c1a
8 changed files with 599 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ from .models import (
|
|||
TopicConfig,
|
||||
ViabilityThreshold,
|
||||
)
|
||||
from .semantics import EntityRecord, RelationRecord, list_entities, list_relations
|
||||
|
||||
__all__ = [
|
||||
"DisciplineBinding",
|
||||
|
|
@ -19,10 +20,14 @@ __all__ = [
|
|||
"InfospaceError",
|
||||
"KnowledgeArtifact",
|
||||
"MetricValue",
|
||||
"EntityRecord",
|
||||
"RelationRecord",
|
||||
"ScoreEntry",
|
||||
"TopicConfig",
|
||||
"ViabilityThreshold",
|
||||
"add_artifact",
|
||||
"create_infospace",
|
||||
"list_entities",
|
||||
"list_relations",
|
||||
"load_infospace",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue