Click or drag to resize

OntologyResourceRemoveSeeAlso Method (INode)

Removes a rdfs:seeAlso triple for the resource.

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

Parameters

resource
Type: VDS.RDFINode
Resource.

Return Value

Type: Boolean

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

See Also