OntologyResourceTriples Property |
Gets all the Triples where the Resource occurs in any position.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<Triple> Triples { get; }
Public ReadOnly Property Triples As IEnumerable(Of Triple)
Get
Property Value
Type:
IEnumerableTripleSee Also