Class SkosGraph
Represents a wrapper around a SKOS graph providing convenient access to concepts, schemes, and collections.
Implements
System.IDisposable
System.Xml.Serialization.IXmlSerializable
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Skos
Assembly: dotNetRDF.dll
Syntax
public class SkosGraph : WrapperGraph, IGraph, INodeFactory, IDisposable, IXmlSerializable, ISerializable
Constructors
| Improve this Doc View SourceSkosGraph()
Creates a new SKOS graph.
Declaration
public SkosGraph()
SkosGraph(IGraph)
Creates a new SKOS graph for the given graph.
Declaration
public SkosGraph(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | The graph this SKOS graph wraps. |
Properties
| Improve this Doc View SourceCollections
Gets collections contained in the graph.
Declaration
public IEnumerable<SkosCollection> Collections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosCollection> |
Concepts
Gets concepts contained in the graph.
Declaration
public IEnumerable<SkosConcept> Concepts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosConcept> |
ConceptSchemes
Gets concept schems contained in the graph.
Declaration
public IEnumerable<SkosConceptScheme> ConceptSchemes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosConceptScheme> |
OrderedCollections
Gets ordered collections contained in the graph.
Declaration
public IEnumerable<SkosOrderedCollection> OrderedCollections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosOrderedCollection> |
Implements
System.IDisposable
System.Xml.Serialization.IXmlSerializable
System.Runtime.Serialization.ISerializable