C# 클래스 RDFSharp.Model.RDFGraphMetadata

RDFGraphMetadata represents a collector for metadata describing contents of a RDFGraph.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearMetadata void
CollectCollections void
CollectContainers void
RDFGraphMetadata System
UpdateMetadata void

비공개 메소드들

메소드 설명
ClearMetadata ( ) : void

Clears the metadata of the graph

CollectCollections ( RDFTriple triple ) : void

Verifies if the given triple carries a collection subj and, if so, collects it

CollectContainers ( RDFTriple triple ) : void

Verifies if the given triple carries a container subj and, if so, collects it

RDFGraphMetadata ( ) : System

Default ctor to build an empty metadata

UpdateMetadata ( RDFTriple triple ) : void

Updates the metadata of the graph with the info carried by the given triple