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
)
Public Function RemoveSeeAlso (
resource As Uri
) As Boolean
Parameters
- resource
- Type: SystemUri
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.RemoveSeeAlso(System.Uri)"]
See Also