Click or drag to resize

OntologyResourceAddDifferentFrom Method (Uri)

Adds a new owl:differentFrom triple for the resource.

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

Parameters

resource
Type: SystemUri
Resource.

Return Value

Type: Boolean

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

See Also