C# Class Dimi.InstantRDF.RDF.Helper

RDF helper methods
Afficher le fichier Open project: coding3d/InstantRDF

Méthodes publiques

Méthode Description
AddTripleLiteral ( VDS.RDF.Graph graph, string subject, string predicate, string obj, string datatype ) : void

Adds the literal triple to a graph.

AddTripleResource ( VDS.RDF.Graph graph, string subject, string predicate, string obj ) : void

Adds a resource triple to a graph.

Method Details

AddTripleLiteral() public static méthode

Adds the literal triple to a graph.
public static AddTripleLiteral ( VDS.RDF.Graph graph, string subject, string predicate, string obj, string datatype ) : void
graph VDS.RDF.Graph The graph.
subject string The subject.
predicate string The predicate.
obj string The object (resource).
datatype string
Résultat void

AddTripleResource() public static méthode

Adds a resource triple to a graph.
public static AddTripleResource ( VDS.RDF.Graph graph, string subject, string predicate, string obj ) : void
graph VDS.RDF.Graph The graph.
subject string The subject.
predicate string The predicate.
obj string The object (resource).
Résultat void