Framester Ontology (Framester)

Framester is a frame-based ontological resource that acts as a hub between linguistic and factual resources such as FrameNet, WordNet, VerbNet, BabelNet, DBpedia, YAGO, and DOLCE-Zero [1] [2]. It uses WordNet and FrameNet as core resources, expands connections to other resources transitively, and represents them in a formal version of frame semantics [2]. By leveraging links across lexical, ontological, and linked data resources, Framester creates an interoperable predicate space that supports linguistic linked data integration, frame-based knowledge representation, and semantic reasoning [1] [2].

The ontology provides a structured framework for representing frames, frame elements, lexical units, semantic roles, synsets, and relationships between linguistic and factual resources [2]. Framester applies a formal treatment of Fillmore-style frame semantics, enabling OWL querying and reasoning over a large frame-based knowledge graph [2]. It also supports applications such as word frame disambiguation, semantic role labeling, knowledge graph construction from text, and integration of heterogeneous linguistic datasets [2].

Typical applications of Framester include linguistic resource alignment, semantic annotation, natural language understanding, frame detection, semantic role analysis, and enrichment of knowledge graphs with frame-based meaning representations [1] [2]. By providing a shared frame-oriented semantic layer, Framester improves interoperability between lexical resources and supports advanced research in computational linguistics, semantic web technologies, and knowledge discovery [2].

Example Usage: Annotate a linguistic dataset with Framester terms to represent evoked frames, lexical units, semantic roles, frame elements, and mappings to resources such as FrameNet, WordNet, VerbNet, BabelNet, DBpedia, and YAGO. This enables semantic search, frame-based reasoning, word frame disambiguation, and integration with linguistic linked data platforms [1] [2].

Metrics & Statistics

Graph Statistics

Total Nodes

174

Total Edges

398

Root Nodes

85

Leaf Nodes

38

Knowledge Coverage Statistics

Classes

59

Individuals

0

Properties

77

Hierarchical Metrics

Maximum Depth

3

Minimum Depth

0

Average Depth

0.69

Depth Variance

0.65

Breadth Metrics

Maximum Breadth

85

Minimum Breadth

4

Average Breadth

42.25

Breadth Variance

937.69

LLMs4OL Dataset Statistics

Term Types

0

Taxonomic Relations

135

Non-taxonomic Relations

1

Average Terms per Type

0.00

Usage Example

Use the following code to import this ontology programmatically:

from ontolearner.ontology import Framester

ontology = Framester()
ontology.load("path/to/Framester-ontology.rdf")

# Extract datasets
data = ontology.extract()

# Access specific relations
term_types = data.term_typings
taxonomic_relations = data.type_taxonomies
non_taxonomic_relations = data.type_non_taxonomic_relations

eferences