Creates a new concept for the given resource.
Namespace:
VDS.RDF.Skos
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SkosConcept(
INode resource
)
Public Sub New (
resource As INode
)
Parameters
- resource
- Type: VDS.RDFINode
Resource representing the concept.
See Also