C# Класс URSA.Web.Http.Description.VDS.RDF.TripleStoreExtensions

Provides useful dotNetRDF extensions to make it easier to push third party triples to RomanticWeb.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
FindBlankNodeOwner ( this blankNode, ITripleStore tripleStore ) : IUriNode
FindOrCreate ( this tripleStore, Uri uri ) : IGraph

Описание методов

MapToMetaGraph() публичный статический Метод

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.
Результат void