C# 클래스 URSA.Web.Http.Description.VDS.RDF.TripleStoreExtensions

Provides useful dotNetRDF extensions to make it easier to push third party triples to RomanticWeb.
파일 보기 프로젝트 열기: alien-mcl/URSA

공개 메소드들

메소드 설명
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