Class Web.RDF()->URIResource
- Description
Resource identified by URI.
- Inherit
Resource
inherit Resource : Resource
- Method
create
Web.RDF.URIResource Web.RDF.URIResource(
string
uri
)- Description
Creates an URI resource with the uri as identifier.
- Throws
Throws an error if another resource with the same URI already exists in the RDF domain.