Click or drag to resize

OntologyResource.AddSameAs Method (Uri)

Adds a new owl:sameAs triple for the resource.

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

Parameters

resource
Type: System.Uri
Resource.

Return Value

Type: Boolean

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

See Also