Click or drag to resize

PayloadTriplesGraph Methods

The PayloadTriplesGraph type exposes the following members.

Methods
  Name Description
Public method Assert(IEnumerableTriple) Asserts a List of Triples in the graph.
(Inherited from Graph)
Public method Assert(Triple) Asserts a Triple in the Graph.
(Inherited from Graph)
Public method Clear Clears all Triples from the Graph.
(Inherited from BaseGraph)
Public method ContainsTriple Gets whether a given Triple exists in this Graph.
(Inherited from BaseGraph)
Public method CreateBlankNode Creates a New Blank Node with an auto-generated Blank Node ID.
(Inherited from BaseGraph)
Public method CreateBlankNode(String) Creates a New Blank Node with a user-defined Blank Node ID.
(Inherited from BaseGraph)
Public method CreateGraphLiteralNode Creates a new Graph Literal Node with its value being an Empty Subgraph.
(Inherited from BaseGraph)
Public method CreateGraphLiteralNode(IGraph) Creates a new Graph Literal Node with its value being the given Subgraph.
(Inherited from BaseGraph)
Public method CreateIndividual(INode) Gets an existing individual in the Graph.
(Inherited from OntologyGraph)
Public method CreateIndividual(Uri) Gets an existing individual in the Graph.
(Inherited from OntologyGraph)
Public method CreateIndividual(INode, INode) Gets/Creates an individual in the Graph of the given class.
(Inherited from OntologyGraph)
Public method CreateIndividual(Uri, Uri) Gets/Creates an individual in the Graph of the given class.
(Inherited from OntologyGraph)
Public method CreateLiteralNode(String) Creates a New Literal Node with the given Value.
(Inherited from BaseGraph)
Public method CreateLiteralNode(String, String) Creates a New Literal Node with the given Value and Language Specifier.
(Inherited from BaseGraph)
Public method CreateLiteralNode(String, Uri) Creates a new Literal Node with the given Value and Data Type.
(Inherited from BaseGraph)
Public method CreateOntologyClass Gets/Creates an anonymous ontology class in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyClass(INode) Gets/Creates an ontology class in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyClass(Uri) Gets/Creates an ontology class in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyProperty(INode) Gets/Creates an ontology property in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyProperty(Uri) Gets/Creates an ontology property in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyResource Gets/Creates an anonymous ontology resource in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyResource(INode) Gets/Creates an ontology resource in the Graph.
(Inherited from OntologyGraph)
Public method CreateOntologyResource(Uri) Gets/Creates an ontology resource in the Graph.
(Inherited from OntologyGraph)
Public method CreateUriNode Creates a new URI Node that refers to the Base Uri of the Graph.
(Inherited from BaseGraph)
Public method CreateUriNode(String) Creates a new URI Node with the given QName.
(Inherited from BaseGraph)
Public method CreateUriNode(Uri) Creates a new URI Node with the given URI.
(Inherited from BaseGraph)
Public method CreateVariableNode Creates a new Variable Node.
(Inherited from BaseGraph)
Public method Difference Computes the Difference between this Graph the given Graph.
(Inherited from BaseGraph)
Public method Dispose Disposes of a Graph.
(Inherited from BaseGraph)
Public method Equals(Object) Determines whether a Graph is equal to another Object.
(Inherited from BaseGraph)
Public method [M:VDS.RDF.BaseGraph.Equals(VDS.RDF.IGraph,System.Collections.Generic.Dictionary`2@)]
(Inherited from BaseGraph)
Public method GetBlankNode Returns the Blank Node with the given Identifier.
(Inherited from Graph)
Public method GetClasses Get all classes defined in the graph where anything of a specific type is considered a class.
(Inherited from OntologyGraph)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetIndividuals  
Public method GetLiteralNode(String) Returns the LiteralNode with the given Value if it exists.
(Inherited from Graph)
Public method GetLiteralNode(String, String) Returns the LiteralNode with the given Value in the given Language if it exists.
(Inherited from Graph)
Public method GetLiteralNode(String, Uri) Returns the LiteralNode with the given Value and given Data Type if it exists.
(Inherited from Graph)
Public method GetNextBlankNodeID Creates a new unused Blank Node ID and returns it.
(Inherited from BaseGraph)
Public method GetObjectData Gets the Serialization Information for serializing a Graph.
(Inherited from BaseGraph)
Public method GetProperties Get all properties defined in the graph where anything of a specific type is considered a property.
(Inherited from OntologyGraph)
Public method GetR2RmlMappings  
Public method GetSchema Gets the Schema for XML Serialization.
(Inherited from BaseGraph)
Public method GetTriples(INode) Gets all the Triples involving the given Node.
(Inherited from Graph)
Public method GetTriples(Uri) Gets all the Triples involving the given Uri.
(Inherited from Graph)
Public method GetTriplesWithObject(INode) Gets all the Triples with the given Node as the Object.
(Inherited from Graph)
Public method GetTriplesWithObject(Uri) Gets all the Triples with the given Uri as the Object.
(Inherited from Graph)
Public method GetTriplesWithPredicate(INode) Gets all the Triples with the given Node as the Predicate.
(Inherited from Graph)
Public method GetTriplesWithPredicate(Uri) Gets all the Triples with the given Uri as the Predicate.
(Inherited from Graph)
Public method GetTriplesWithPredicateObject Selects all Triples with the given Predicate and Object.
(Inherited from Graph)
Public method GetTriplesWithSubject(INode) Gets all the Triples with the given Node as the Subject.
(Inherited from Graph)
Public method GetTriplesWithSubject(Uri) Gets all the Triples with the given Uri as the Subject.
(Inherited from Graph)
Public method GetTriplesWithSubjectObject Selects all Triples with the given Subject and Object.
(Inherited from Graph)
Public method GetTriplesWithSubjectPredicate Selects all Triples with the given Subject and Predicate.
(Inherited from Graph)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetUriNode(String) Returns the UriNode with the given QName if it exists.
(Inherited from Graph)
Public method GetUriNode(Uri) Returns the UriNode with the given Uri if it exists.
(Inherited from Graph)
Public method HasSubGraph(IGraph) Checks whether this Graph has the given Graph as a sub-graph.
(Inherited from BaseGraph)
Public method [M:VDS.RDF.BaseGraph.HasSubGraph(VDS.RDF.IGraph,System.Collections.Generic.Dictionary`2@)]
(Inherited from BaseGraph)
Public method IsSubGraphOf(IGraph) Checks whether this Graph is a sub-graph of the given Graph.
(Inherited from BaseGraph)
Public method [M:VDS.RDF.BaseGraph.IsSubGraphOf(VDS.RDF.IGraph,System.Collections.Generic.Dictionary`2@)]
(Inherited from BaseGraph)
Public method Merge(IGraph) Merges another Graph into the current Graph.
(Inherited from BaseGraph)
Public method Merge(IGraph, Boolean) Merges another Graph into the current Graph.
(Inherited from BaseGraph)
Public method ReadXml Reads the data for XML deserialization.
(Inherited from BaseGraph)
Public method ResolveQName Helper function for Resolving QNames to URIs.
(Inherited from BaseGraph)
Public method Retract(IEnumerableTriple) Retracts a enumeration of Triples from the graph.
(Inherited from Graph)
Public method Retract(Triple) Retracts a Triple from the Graph.
(Inherited from Graph)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method WriteXml Writes the data for XML serialization.
(Inherited from BaseGraph)
Top
See Also