OntologyPropertyRemoveSubProperty Method (OntologyResource) |
Removes a sub-property for the property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool RemoveSubProperty(
OntologyResource resource
)
Public Function RemoveSubProperty (
resource As OntologyResource
) As Boolean
Parameters
- resource
- Type: VDS.RDF.OntologyOntologyResource
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyProperty.RemoveSubProperty(VDS.RDF.Ontology.OntologyResource)"]
See Also