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