C# 클래스 RDFSharp.Model.RDFResource

RDFResource represents a generic resource in the RDF model.
상속: RDFPatternMember
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

RDFResource() 공개 메소드

Builds a blank resource
public RDFResource ( ) : System
리턴 System

RDFResource() 공개 메소드

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

ToString() 공개 메소드

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