Click or drag to resize

OntologyResourceAddSeeAlso Method (INode)

Adds a new rdfs:seeAlso triple for the resource.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool AddSeeAlso(
	INode resource
)

Parameters

resource
Type: VDS.RDFINode
Resource.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.AddSeeAlso(VDS.RDF.INode)"]

See Also