Click or drag to resize

PayloadTriplesGraph Properties

The PayloadTriplesGraph type exposes the following members.

Properties
  Name Description
Public property AllClasses Gets all classes defined in the graph using the standard rdfs:Class and owl:Class types.
(Inherited from OntologyGraph)
Public property AllNodes
(Inherited from BaseGraph)
Public property AllProperties Gets all properties defined in the graph using any of the standard property types (rdf:Property, owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
(Inherited from OntologyGraph)
Public property BaseUri Gets the current Base Uri for the Graph.
(Inherited from BaseGraph)
Public property IsEmpty Gets whether a Graph is Empty ie. Contains No Triples or Nodes.
(Inherited from BaseGraph)
Public property NamespaceMap Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.
(Inherited from BaseGraph)
Public property Nodes
(Inherited from BaseGraph)
Public property OwlAnnotationProperties Gets all OWL Annotation properties defined in the graph.
(Inherited from OntologyGraph)
Public property OwlClasses Get all OWL classes defined in the graph.
(Inherited from OntologyGraph)
Public property OwlDatatypeProperties Gets all OWL Data properties defined in the graph.
(Inherited from OntologyGraph)
Public property OwlObjectProperties Gets all OWL Object properties defined in the graph.
(Inherited from OntologyGraph)
Public property OwlProperties Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
(Inherited from OntologyGraph)
Public property RdfClasses Get all the RDFS classes defined in the graph.
(Inherited from OntologyGraph)
Public property RdfProperties Gets all RDF properties defined in the graph.
(Inherited from OntologyGraph)
Public property Triples Gets the set of Triples described in this Graph.
(Inherited from BaseGraph)
Top
See Also