Click or drag to resize

SkosConcept Class

Represents a SKOS concept.
Inheritance Hierarchy

Namespace:  VDS.RDF.Skos
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SkosConcept : SkosMember

The SkosConcept type exposes the following members.

Constructors
  NameDescription
Public methodSkosConcept
Creates a new concept for the given resource.
Top
Properties
  NameDescription
Public propertyAltLabel
Gets the alternative labels of the concept.
Public propertyBroader
Gets more general concepts.
Public propertyBroaderTransitive
Gets more general concepts (transitive).
Public propertyBroadMatch
Gets more general concepts from other concept schemes.
Public propertyChangeNote
Gets the modification notes of the concept.
Public propertyCloseMatch
Gets confidently interchangeable concepts from other concept schemes.
Public propertyDefinition
Gets the formal explanation of the concept.
Public propertyEditorialNote
Gets the editorial notes the concept.
Public propertyExactMatch
Gets interchangeably similar concepts from other concept schemes.
Public propertyExample
Gets examples of the use of the concept.
Public propertyHiddenLabel
Gets the hidden labels of the concept.
Public propertyHistoryNote
Gets notes about the past of the concept.
Public propertyInScheme
Gets the concept schemes the concept is contained in.
Public propertyMappingRelation
Gets concepts with comparable meaning from other concept schemes.
Public propertyNarrower
Gets more specific concepts.
Public propertyNarrowerTransitive
Gets more specific concepts (transitive).
Public propertyNarrowMatch
Gets more specific concepts from other concept schemes.
Public propertyNotation
Gets a unique identifiers of the concept in a given concept scheme.
Public propertyNote
Gets the general notes of the concept.
Public propertyPrefLabel
Gets the preferred labels of the concept.
Public propertyRelated
Gets associated concepts.
Public propertyRelatedMatch
Gets associated concepts from other concept schemes.
Public propertyResource
Gets the original resource underlying the SKOS resource.
(Inherited from SkosResource.)
Public propertyScopeNote
Gets notes that help to clarify the meaning and/or the use of the concept.
Public propertySemanticRelation
Gets concepts related by meaning.
Public propertyTopConceptOf
Get the concept schemes the concept is the top concept of.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also