Class 8
Class 8
Class 8
• Lexical Components:
• Nodes: These represent objects or concepts within the network.
• Links: They denote the relationships connecting nodes.
• Labels: Labels attached to nodes and links specify particular objects and relations,
providing context.
• Structural Component: In this aspect, nodes and links combine to form a
directed graph. Labels are placed strategically on both nodes and links to
establish their roles within the network’s structure.
• Semantic Component: This component gives meaning to the links and labels
associated with nodes. The interpretations of these meanings guide the
network’s functionality, enabling knowledge representation and inference.
• Procedural Part: Constructors permit the creation of new nodes and links,
expanding the network. Destructors, on the other hand, facilitate the removal
of nodes and links, ensuring the network remains adaptable and up-to-date.
•INHERITANCE REASONING
• Semantic net allows us to perform inheritance
reasoning as all members of a class will inherit all
the properties of superclass .
• We could use inheritance to derive the additional
relation. Semantic nets allow multiple inheritance.
So an object can belong to more than one category
and a category can be a subset of more than one
another category.
• ADVANTAGES
• · Semantic nets have the ability to represent default values for
categories. In the above figure John has one leg while he is a
person and all persons have two legs. So persons have two
legs has only default status which can be overridden by a
specific value.
• · They convey some meaning in a transparent manner.
• · They nets are simple and easy to understand.
• · They are easy to translate into PROLOG.
• DISADVANTAGES
• · One of the drawbacks of semantic network is that the links
between the objects represent only binary relations. For
example, the sentence Run(RajdhaniExpress,
Chandigarh,delhi,Tomorrow) cannot be asserted directly.
• · There is no standard definition of link names.
• · Tom is an instance of dog.
• · Tom caught a cat
• · Tom is owned by rashan.
• · Tom is brown in colour.
• · Dogs like bones.
• · The dog sat on the mat.
• · A dog is a mammal.
• · A cat is an instance animal
• · All mammals are animals.
• · Mammals have fur.
• This network contains examples of isa relation, as well as some
other, more domain-specific relations like sat_on, like, caught,
is_coloured, is_owned_by. In this network, we could use
inheritance to derive the additional relation
• sat_on (Tom,Mat)
QUESTIONS