NAME
RDF::Cowl::Lib::Gen::Class::AnnotAssertAxiom - Generated docs for RDF::Cowl::AnnotAssertAxiom
VERSION
version 1.0.0
MAIN MODULE
CONSTRUCTORS
new
Signature:
RDF::Cowl::AnnotAssertAxiom->new(CowlAnyAnnotValue $subject, CowlAnyAnnotValue $value, Maybe[ CowlVector ] $annot)
Params:
CowlAnnotProp $prop
CowlAnyAnnotValue $subject
CowlAnyAnnotValue $value
Maybe[ CowlVector ] $annot I<[optional]>
Documentation:
Returns a retained annotation assertion axiom.
@param prop The annotation property.
@param subject The annotation subject.
@param value The annotation value.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.
Throws exception on error.
C function name: cowl_annot_assert_axiom
METHODS
get_prop
Signature:
$self->get_prop()
Params:
CowlAnnotAssertAxiom $axiom
Documentation:
Gets the annotation property.
@param axiom The axiom.
@return The annotation property.
C function name: cowl_annot_assert_axiom_get_prop
get_subject
Signature:
$self->get_subject()
Params:
CowlAnnotAssertAxiom $axiom
Documentation:
Gets the annotation subject.
@param axiom The axiom.
@return The annotation subject.
@note The annotation subject can only be an anonymous individual or an IRI.
C function name: cowl_annot_assert_axiom_get_subject
get_value
Signature:
$self->get_value()
Params:
CowlAnnotAssertAxiom $axiom
Documentation:
Gets the annotation value.
@param axiom The axiom.
@return The annotation value.
C function name: cowl_annot_assert_axiom_get_value
get_annot
Signature:
$self->get_annot()
Params:
CowlAnnotAssertAxiom $axiom
Documentation:
Gets the annotations of the specified axiom.
@param axiom The axiom.
@return The annotations.
C function name: cowl_annot_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.