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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::DataPropAssertAxiom

CONSTRUCTORS

new

Signature:

RDF::Cowl::DataPropAssertAxiom->new(CowlAnyIndividual $subj, CowlLiteral $obj, Maybe[ CowlVector ] $annot)

Params:

CowlAnyDataPropExp $prop 
CowlAnyIndividual $subj 
CowlLiteral $obj 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained data property assertion axiom.

@param prop The data property.
@param subj The assertion subject.
@param obj The assertion object.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_data_prop_assert_axiom

cowl_neg_data_prop_assert_axiom

Signature:

RDF::Cowl::DataPropAssertAxiom->cowl_neg_data_prop_assert_axiom(CowlAnyIndividual $subj, CowlLiteral $obj, Maybe[ CowlVector ] $annot)

Params:

CowlAnyDataPropExp $prop 
CowlAnyIndividual $subj 
CowlLiteral $obj 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained negative data property assertion axiom.

@param subj The assertion subject.
@param prop The data property.
@param obj The assertion object.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_neg_data_prop_assert_axiom

METHODS

is_negative

Signature:

$self->is_negative()

Params:

CowlDataPropAssertAxiom $axiom 

Documentation:

Returns true if the specified data property assertion axiom is negative.

@param axiom The axiom.
@return True if the assertion is negative, false otherwise.

    C function name: cowl_data_prop_assert_axiom_is_negative

get_prop

Signature:

$self->get_prop()

Params:

CowlDataPropAssertAxiom $axiom 

Documentation:

Gets the data property.

@param axiom The axiom.
@return The data property.

    C function name: cowl_data_prop_assert_axiom_get_prop

get_subject

Signature:

$self->get_subject()

Params:

CowlDataPropAssertAxiom $axiom 

Documentation:

Gets the assertion subject.

@param axiom The axiom.
@return The assertion subject.

    C function name: cowl_data_prop_assert_axiom_get_subject

get_object

Signature:

$self->get_object()

Params:

CowlDataPropAssertAxiom $axiom 

Documentation:

Gets the assertion object.

@param axiom The axiom.
@return The assertion object.

    C function name: cowl_data_prop_assert_axiom_get_object

get_annot

Signature:

$self->get_annot()

Params:

CowlDataPropAssertAxiom $axiom 

Documentation:

Gets the annotations of the specified axiom.

@param axiom The axiom.
@return The annotations.

    C function name: cowl_data_prop_assert_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.