Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

RDF::NS::URIS - Popular RDF namespace prefixes from prefix.cc as URI objects

Description

       RDF::NS::URIS works like RDF::NS but it returns instances of URI instead of plain strings. You must have
       installed module URI to use this package.

Name

       RDF::NS::URIS - Popular RDF namespace prefixes from prefix.cc as URI objects

See Also

       URI::NamespaceMap

Synopsis

         use RDF::NS::URIS;
         use constant NS => RDF::NS::URIS->new('20230619');

         NS->foaf_Person;             # an URI object
         NS->uri('foaf:Person);       # same
         NS->foaf_Person->as_string;  # http://xmlns.com/foaf/0.1/Person

See Also