The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RDF::Cowl::Lib::Gen::Class::IRI - Generated docs for RDF::Cowl::IRI

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::IRI

CONSTRUCTORS

new

Signature:

  RDF::Cowl::IRI->new(CowlString $suffix)

Params:

  CowlString $prefix 
  CowlString $suffix 

Documentation:

  Returns a retained IRI whose string representation is the concatenation of
  the specified strings.
  
  @param prefix The prefix.
  @param suffix The suffix.
  @return Retained IRI, or NULL on error

Throws exception on error.

    C function name: cowl_iri

from_string

Signature:

  RDF::Cowl::IRI->from_string()

Params:

  UString $string 

Documentation:

  Returns a retained IRI given its string representation.
  
  @param string String representation of the IRI.
  @return Retained IRI, or NULL on error

Throws exception on error.

    C function name: cowl_iri_from_string

METHODS

get_ns

Signature:

  $self->get_ns()

Params:

  CowlIRI $iri 

Documentation:

  Gets the namespace of the specified IRI.
  
  @param iri The IRI.
  @return The namespace.

    C function name: cowl_iri_get_ns

get_rem

Signature:

  $self->get_rem()

Params:

  CowlIRI $iri 

Documentation:

  Gets the remainder of the specified IRI.
  
  @param iri The IRI.
  @return The remainder.

    C function name: cowl_iri_get_rem

has_rem

Signature:

  $self->has_rem()

Params:

  CowlIRI $iri 

Documentation:

  Checks whether the IRI has a remainder.
  
  @param iri The IRI.
  @return True if the IRI has a remainder, false otherwise.

    C function name: cowl_iri_has_rem

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Auto-Parallel Technologies, Inc..

This is free software, licensed under Eclipse Public License - v 2.0.