FeaturesIsRdfModel Property |
Is the graph an RDF framework?
Deprecated thus far, isRDFModel describes a collection of features. Use actual features to describe your data model.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsRdfModel { get; set; }
Public Property IsRdfModel As Boolean
Get
Set
public:
property bool IsRdfModel {
bool get ();
void set (bool value);
}
member IsRdfModel : bool with get, set
Property Value
Type:
BooleanSee Also