Click or drag to resize

OntologyResourceAddSeeAlso Method (Uri)

Adds a new rdfs:seeAlso triple for the resource.

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

Parameters

resource
Type: SystemUri
Resource.

Return Value

Type: Boolean

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

See Also