OntologyResource.RemoveDifferentFrom Method (Uri) |
Removes a owl:differentFrom triple for the resource.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool RemoveDifferentFrom(
Uri resource
)
Public Function RemoveDifferentFrom (
resource As Uri
) As Boolean
Parameters
- resource
- Type: System.Uri
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.RemoveDifferentFrom(System.Uri)"]
See Also