C# Class URSA.Web.Http.Description.VDS.RDF.TripleStoreExtensions

Provides useful dotNetRDF extensions to make it easier to push third party triples to RomanticWeb.
ファイルを表示 Open project: alien-mcl/URSA

Public Methods

Method Description
MapToMetaGraph ( this tripleStore, Uri graphUri ) : void

Maps all triples from default graph to their respective graphs and adds a proper statement to RomanticWeb's meta graph.

Private Methods

Method Description
FindBlankNodeOwner ( this blankNode, ITripleStore tripleStore ) : IUriNode
FindOrCreate ( this tripleStore, Uri uri ) : IGraph

Method Details

MapToMetaGraph() public static method

Maps all triples from default graph to their respective graphs and adds a proper statement to RomanticWeb's meta graph.
public static MapToMetaGraph ( this tripleStore, Uri graphUri ) : void
tripleStore this The triple store.
graphUri System.Uri The target graph URI.
return void