SemWeb : SemWeb Namespace
AnonymousNode

A type of Entity that has no URI. Also called a blank node.

public class AnonymousNode : Entity


Remarks
Not all anonymous nodes will be instances of this class. SemWeb.Entity objects with null URIs are also used as anonymous nodes.
Members

See Also: Inherited members from Entity.

Constructors
Creates a new anonymous node.
Creates a new anonymous node associated with a KnowledgeModel.
Member Details
AnonymousNode Constructor
public AnonymousNode ()

Creates a new anonymous node.

Remarks
To be added.

AnonymousNode Constructor
public AnonymousNode (KnowledgeModel model)

Creates a new anonymous node associated with a KnowledgeModel.

Parameters
model
A KnowledgeModel to associate with the node.
Remarks
None.