{
    "content": [
        {
            "type": "text",
            "text": "# RDF::Redland::URINode (perldoc)\n\n## NAME\n\nRDF::Redland::URINode - Redland RDF URI Node Class\n\n## SYNOPSIS\n\nuse RDF::Redland;\nmy $node1=new RDF::Redland::URINode(\"http://example.org/\");\n\n## DESCRIPTION\n\nThis class represents URIs in the RDF graph. See RDF::Redland::Node for the methods on this\nobject.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONSTRUCTOR**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "RDF::Redland::URINode",
        "section": "",
        "mode": "perldoc",
        "summary": "RDF::Redland::URINode - Redland RDF URI Node Class",
        "synopsis": "use RDF::Redland;\nmy $node1=new RDF::Redland::URINode(\"http://example.org/\");",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "CONSTRUCTOR",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "RDF::Redland::URINode - Redland RDF URI Node Class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use RDF::Redland;\nmy $node1=new RDF::Redland::URINode(\"http://example.org/\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class represents URIs in the RDF graph. See RDF::Redland::Node for the methods on this\nobject.\n",
                "subsections": []
            },
            "CONSTRUCTOR": {
                "content": "new URI\nCreate a new URI node. *URI* can be either a RDF::Redland::URI object, a perl URI class or a\nliteral string.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "RDF::Redland::Node\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Dave Beckett - http://www.dajobe.org/\n",
                "subsections": []
            }
        }
    }
}