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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::OntologyId

CONSTRUCTORS

anonymous

Signature:

RDF::Cowl::OntologyId->anonymous()

Documentation:

Creates the ID of an anonymous ontology.

@return ID of an anonymous ontology.

    C function name: cowl_ontology_id_anonymous

METHODS

equals

Signature:

$self->equals(CowlOntologyId $rhs)

Params:

CowlOntologyId $lhs 
CowlOntologyId $rhs 

Documentation:

Equality function.

@param lhs LHS of the equality relation.
@param rhs RHS of the equality relation.
@return True if the equality relation holds, false otherwise.

@note Ontology IDs are considered equal if they have the same ontology IRI and version IRI.
      Since OWL 2 allows for both the ontology and version IRIs to be simultaneously empty,
      in that case the ontology IDs are considered different unless they are the same instance.

    C function name: cowl_ontology_id_equals

hash

Signature:

$self->hash()

Params:

CowlOntologyId $id 

Documentation:

Hash function.

@param id The ontology ID.
@return The hash value.

    C function name: cowl_ontology_id_hash

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.