logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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