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