Click or drag to resize

OntologyResourceRemoveSeeAlso Method (Uri)

Removes a rdfs:seeAlso triple for the resource.

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

Parameters

resource
Type: SystemUri
Resource.

Return Value

Type: Boolean

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

See Also