Click or drag to resize

OntologyRemovePriorVersion Method (OntologyResource)

Removes a owl:priorVersion triple for this Ontology.

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

Parameters

resource
Type: VDS.RDF.OntologyOntologyResource
Resource.

Return Value

Type: Boolean

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

See Also