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
|
public RDFResource ( String uriString ) : System | ||
uriString | String | |
return | System |