Chunk #411

Aus: Ontologie (Index: 3)

85 Tokens
Synced Status
« Vorheriger (#2) Nächster (#4) »

Taxonomie

Kategorie Ontologie
Pfad Ontologie > Datenbank-Schema > Schema
Heading-Pfad Ontologie > Ontologie > Datenbank-Schema

Entities

Name Typ
ontology_classes CONFIG
entity_classifications CONFIG
entity_relations CONFIG

Keywords

Ontologie Datenbank Schema Klassen Beziehungen

Inhalt

ontology_classes (
    id,
    name,
    parent_id,
    description,
    properties,         -- JSON
    confidence,
    created_at
)

entity_classifications (
    entity_id,
    ontology_class_id,
    confidence,
    classified_by       -- 'llm', 'rule', 'manual'
)

entity_relations (
    source_entity_id,
    target_entity_id,
    relation_type,
    confidence,
    evidence_chunk_id
)

Clean Content

```
`ontology_classes (
 id,
 name,
 parent_id,
 description,
 properties, -- JSON
 confidence,
 created_at
)

entity_classifications (
 entity_id,
 ontology_class_id,
 confidence,
 classified_by -- 'llm', 'rule', 'manual'
)

entity_relations (
 source_entity_id,
 target_entity_id,
 relation_type,
 confidence,
 evidence_chunk_id
)`
```

Metadaten

Analysiert am20.12.2025 12:37:02
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-IDf640092d-61b8-4350-82cd-1a0742e44d3e
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:36