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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::SubObjPropAxiom

CONSTRUCTORS

new

Signature:

RDF::Cowl::SubObjPropAxiom->new(CowlAnyObjPropExp $super, Maybe[ CowlVector ] $annot)

Params:

CowlAnyObjPropExp $sub 
CowlAnyObjPropExp $super 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained object subproperty axiom.

@param sub The subproperty.
@param super The superproperty.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_sub_obj_prop_axiom

cowl_sub_obj_prop_chain_axiom

Signature:

RDF::Cowl::SubObjPropAxiom->cowl_sub_obj_prop_chain_axiom(CowlAnyObjPropExp $super, Maybe[ CowlVector ] $annot)

Params:

CowlVector $sub 
CowlAnyObjPropExp $super 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained object subproperty axiom where the subproperty is a chain of properties.

@param sub The chain of properties.
@param super The superproperty.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_sub_obj_prop_chain_axiom

METHODS

get_sub

Signature:

$self->get_sub()

Params:

CowlSubObjPropAxiom $axiom 

Documentation:

Gets the subproperty.

@param axiom The axiom.
@return The subproperty.

@note The subproperty can be either an object property expression or a property expression chain.

    C function name: cowl_sub_obj_prop_axiom_get_sub

get_super

Signature:

$self->get_super()

Params:

CowlSubObjPropAxiom $axiom 

Documentation:

Gets the superproperty.

@param axiom The axiom.
@return The superproperty.

    C function name: cowl_sub_obj_prop_axiom_get_super

get_annot

Signature:

$self->get_annot()

Params:

CowlSubObjPropAxiom $axiom 

Documentation:

Gets the annotations of the specified axiom.

@param axiom The axiom.
@return The annotations.

    C function name: cowl_sub_obj_prop_axiom_get_annot

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.