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::Datatype - Generated docs for RDF::Cowl::Datatype

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::Datatype

CONSTRUCTORS

new

Signature:

  RDF::Cowl::Datatype->new()

Params:

  CowlIRI $iri 

Documentation:

  Returns a retained datatype.
  
  @param iri IRI of the datatype.
  @return Retained datatype. Throws exception on error.

Throws exception on error.

    C function name: cowl_datatype

from_string

Signature:

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

Params:

  UString $string 

Documentation:

  Returns a retained datatype given the string representation of its IRI.
  
  @param string String representation of the IRI.
  @return Retained datatype. Throws exception on error.

Throws exception on error.

    C function name: cowl_datatype_from_string

METHODS

get_iri

Signature:

  $self->get_iri()

Params:

  CowlDatatype $dt 

Documentation:

  Gets the IRI of the specified datatype.
  
  @param dt The datatype.
  @return The IRI.

    C function name: cowl_datatype_get_iri

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.