Click or drag to resize

OntologyResourceAsProperty Method

Casts a Resource into an Ontology Property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public OntologyProperty AsProperty()

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