C# Class RDFSharp.Model.RDFGraphMetadata

RDFGraphMetadata represents a collector for metadata describing contents of a RDFGraph.
Show file Open project: mdesalvo/RDFSharp Class Usage Examples

Private Properties

Property Type Description
ClearMetadata void
CollectCollections void
CollectContainers void
RDFGraphMetadata System
UpdateMetadata void

Private Methods

Method Description
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