C# Class RDFSharp.Model.RDFResource

RDFResource represents a generic resource in the RDF model.
Inheritance: RDFPatternMember
Afficher le fichier Open project: mdesalvo/RDFSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Builds a blank resource
public RDFResource ( ) : System
Résultat System

RDFResource() public méthode

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

ToString() public méthode

Gives the string representation of the resource
public ToString ( ) : String
Résultat String