C# Class RDFSharp.Model.RDFResource

RDFResource represents a generic resource in the RDF model.
Inheritance: RDFPatternMember
ファイルを表示 Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
RDFResource ( ) : System

Builds a blank resource

RDFResource ( String uriString ) : System

Builds a non-blank resource (if starting with "_:" or "bnode:", it builds a blank resource)

ToString ( ) : String

Gives the string representation of the resource

Method Details

RDFResource() public method

Builds a blank resource
public RDFResource ( ) : System
return System

RDFResource() public method

Builds a non-blank resource (if starting with "_:" or "bnode:", it builds a blank resource)
public RDFResource ( String uriString ) : System
uriString String
return System

ToString() public method

Gives the string representation of the resource
public ToString ( ) : String
return String