OntologyResourceAsProperty Method |
Casts a Resource into an Ontology Property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public OntologyProperty AsProperty()
Public Function AsProperty As OntologyProperty
Return Value
Type:
OntologyProperty[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.AsProperty"]
Remarks
Anything may be cast to a
OntologyProperty regardless of whether it actually represents a property in the ontology.
See Also