{
    "mode": "perldoc",
    "parameter": "RDF::Redland::URI",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3AURI/json",
    "generated": "2026-06-13T16:50:50Z",
    "synopsis": "use RDF::Redland;\nmy $uri=new RDF::Redland::URI(\"http://example.com/\");\nmy $uri2=RDF::Redland::URI->newfromuri($uri);\nprint $uri2->asstring,\"\\n\";",
    "sections": {
        "NAME": {
            "content": "RDF::Redland::URI - Redland RDF URI Class\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use RDF::Redland;\n\nmy $uri=new RDF::Redland::URI(\"http://example.com/\");\n\nmy $uri2=RDF::Redland::URI->newfromuri($uri);\n\nprint $uri2->asstring,\"\\n\";\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Represents a URI as a mostly-opaque object for identifying things in the RDF world. The URIs are\nalso used for identifying features for the RDF::Redland::Parser and RDF::Redland::Serializer\nclasses.\n",
            "subsections": []
        },
        "CONSTRUCTORS": {
            "content": "new STRING\nCreate a new RDF::Redland::URI object from a URI string.\n\nclone URI\nCopy a RDF::Redland::URI\n",
            "subsections": []
        },
        "METHODS": {
            "content": "asstring\nReturn the statement formatted as a string (UTF-8 encoded).\n\nequals URI\nReturn non zero if this uri is equal to URI\n",
            "subsections": []
        },
        "OLD METHODS": {
            "content": "newfromuri URI\nCreate a new RDF::Redland::URI object from RDF::Redland::URI *URI* (copy constructor).\nInstead use:\n\n$u=$uri->clone\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "RDF::Redland::Parser\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dave Beckett - http://www.dajobe.org/\n",
            "subsections": []
        }
    },
    "summary": "RDF::Redland::URI - Redland RDF URI Class",
    "flags": [],
    "examples": [],
    "see_also": []
}