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