Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Class Web.RDF()->URIResource

Inheritance graph
Web.RDF.Resource Web.RDF.URIResource Web.RDF.RDFResource Web.RDFS.RDFSResource
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.