@prefix iroko: <https://ontology.irokosociety.org/iroko#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

iroko:Fieldnote a owl:Class ;
    rdfs:label "Fieldnote"@en ;
    rdfs:comment "Researcher-authored note, observation, or analytic memo. Treated as a NarrativeVariant with explicit authorship and interpretive stance to keep researcher voice distinct from community voice."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:subClassOf iroko:NarrativeVariant .

iroko:Testimony a owl:Class ;
    rdfs:label "Testimony"@en ;
    rdfs:comment "A narrated account offered by a participant or witness. A Testimony is a NarrativeVariant with an identified speaker whose presence or role is itself the epistemic claim — the content derives its authority from the speaker's position."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:subClassOf iroko:NarrativeVariant .

iroko:aboutEntity a owl:ObjectProperty ;
    rdfs:label "about entity"@en ;
    rdfs:comment "Links a narrative or variant to entities it concerns — a spirit, plant, place, ritual, person, or any other resource. Range: iroko:SacredEntity — the top-level class for all tradition-specific concepts in the framework."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:range iroko:SacredEntity ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:claimObject a owl:ObjectProperty ;
    rdfs:label "claim object"@en ;
    rdfs:comment "The entity to whom the subject is related by this claim."@en ;
    rdfs:domain iroko:KinshipClaim ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:claimSubject a owl:ObjectProperty ;
    rdfs:label "claim subject"@en ;
    rdfs:comment "The entity about whom the kinship claim is made."@en ;
    rdfs:domain iroko:KinshipClaim ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:featuresSacredAgent a owl:ObjectProperty ;
    rdfs:label "features sacred agent"@en ;
    rdfs:comment "Links a narrative or variant to a sacred agent (spirit, ancestor) who appears as an actor within the narrative content."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:SacredAgent ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:hasStoryLineage a owl:ObjectProperty ;
    rdfs:label "has story lineage"@en ;
    rdfs:comment "Links a Narrative or NarrativeVariant to a StoryLineage node documenting its transmission chain."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:StoryLineage ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:interpretiveStance a owl:ObjectProperty ;
    rdfs:label "interpretive stance"@en ;
    rdfs:comment "Tags a NarrativeVariant or Commentary with an interpretive hermeneutic frame."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:InterpretiveStance ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:narratedBy a owl:ObjectProperty ;
    rdfs:label "narrated by"@en ;
    rdfs:comment "The person or agent who narrated this variant. Range: foaf:Person or prov:Agent. For sovereignty-aligned archives: consider access governance on the identity of narrators."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range prov:Agent ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:narrativeLanguage a owl:DatatypeProperty ;
    rdfs:label "narrative language"@en ;
    rdfs:comment "BCP 47 language tag of the language in which the variant is expressed."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range xsd:string ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:narrativeRole a owl:ObjectProperty ;
    rdfs:label "narrative role"@en ;
    rdfs:comment "The role played by a participant in a narrative event — narrator, elder, witness, chorus, officiant, etc."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:narrativeText a owl:DatatypeProperty ;
    rdfs:label "narrative text"@en ;
    rdfs:comment "The text of this narrative variant. Language-tagged. Access governed by iroko:accessLevel on the variant instance."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:relatedAs a owl:ObjectProperty ;
    rdfs:label "related as"@en ;
    rdfs:comment "The type of kinship or relational bond asserted. Range: concepts from iroko:KinshipTypeScheme or tradition-specific kinship schemes."@en ;
    rdfs:domain iroko:KinshipClaim ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:supportsAssertion a owl:ObjectProperty ;
    rdfs:label "supports assertion"@en ;
    rdfs:comment "Links a NarrativeVariant to iroko:Assertion nodes it supports or motivates. The narrative is the evidentiary basis for the assertion."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:Assertion ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:transmissionDate a owl:DatatypeProperty ;
    rdfs:label "transmission date"@en ;
    rdfs:comment "Date or date range of this transmission event."@en ;
    rdfs:domain iroko:StoryLineage ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range xsd:date ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:transmissionFrom a owl:ObjectProperty ;
    rdfs:label "transmission from"@en ;
    rdfs:comment "The agent who transmitted this story to the next link in the chain."@en ;
    rdfs:domain iroko:StoryLineage ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range prov:Agent ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:transmissionNote a owl:DatatypeProperty ;
    rdfs:label "transmission note"@en ;
    rdfs:comment "Free-text note on context, mode, or conditions of transmission."@en ;
    rdfs:domain iroko:StoryLineage ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:transmissionTo a owl:ObjectProperty ;
    rdfs:label "transmission to"@en ;
    rdfs:comment "The agent who received this story."@en ;
    rdfs:domain iroko:StoryLineage ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range prov:Agent ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:variantAuthority a owl:ObjectProperty ;
    rdfs:label "variant authority"@en ;
    rdfs:comment "The Authority context recognized for this variant. Which lineage or house endorses this telling as authoritative."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:RitualAuthority ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:variantCreatedOn a owl:DatatypeProperty ;
    rdfs:label "variant created on"@en ;
    rdfs:comment "Date on which this narrative variant was recorded, transcribed, or published."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range xsd:date ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:variantEvent a owl:ObjectProperty ;
    rdfs:label "variant event"@en ;
    rdfs:comment "The FieldworkEvent or ritual event that captured or generated this narrative variant."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:FieldworkEvent ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:variantPlace a owl:ObjectProperty ;
    rdfs:label "variant place"@en ;
    rdfs:comment "Place where the telling occurred or was recorded."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:variantRelation a owl:ObjectProperty ;
    rdfs:label "variant relation"@en ;
    rdfs:comment "Typed relationship between two NarrativeVariants. Range: iroko:VariantRelationTypeScheme concepts."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range iroko:NarrativeVariant ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:variantRelationType a owl:ObjectProperty ;
    rdfs:label "variant relation type"@en ;
    rdfs:comment "Classifies the nature of a variant relationship — close variant, contested, derived, harmonized, lineage-bound."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:kinship-ancestor a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "ancestor"@en,
        "ancestro"@es .

iroko:kinship-brother a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "brother"@en,
        "hermano"@es .

iroko:kinship-child a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "child"@en,
        "hijo/hija"@es .

iroko:kinship-father a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "father"@en,
        "padre"@es .

iroko:kinship-mother a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "mother"@en,
        "madre"@es .

iroko:kinship-owner a skos:Concept ;
    skos:definition "Describes the relationship between an orisha or lwa and the practitioner over whom they have primary claim."@en ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "owner/patron"@en .

iroko:kinship-road a skos:Concept ;
    skos:altLabel "camino"@es ;
    skos:definition "Describes a relationship between aspects of a spirit or between a spirit and a tradition-specific manifestation."@en ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "road/camino"@en .

iroko:kinship-sister a skos:Concept ;
    skos:inScheme iroko:KinshipTypeScheme ;
    skos:prefLabel "sister"@en,
        "hermana"@es .

iroko:role-chorus a skos:Concept ;
    skos:definition "Collective voice responding to or accompanying the narrator."@en ;
    skos:inScheme iroko:NarrativeRoleScheme ;
    skos:prefLabel "Chorus"@en .

iroko:role-community a skos:Concept ;
    skos:definition "Collective community voice or assembled participants."@en ;
    skos:inScheme iroko:NarrativeRoleScheme ;
    skos:prefLabel "Community"@en .

iroko:role-narrator a skos:Concept ;
    skos:definition "Primary teller or transmitter of the narrative."@en ;
    skos:inScheme iroko:NarrativeRoleScheme ;
    skos:prefLabel "Narrator"@en .

iroko:role-officiant a skos:Concept ;
    skos:definition "Ritual officiant whose role shapes the telling."@en ;
    skos:inScheme iroko:NarrativeRoleScheme ;
    skos:prefLabel "Officiant"@en .

iroko:role-researcher a skos:Concept ;
    skos:definition "Ethnographer, archivist, or scholar whose authorship must be distinguished from community voice."@en ;
    skos:inScheme iroko:NarrativeRoleScheme ;
    skos:prefLabel "Researcher"@en .

iroko:segType-chant-line a skos:Concept ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Chant Line"@en .

iroko:segType-episode a skos:Concept ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Episode"@en .

iroko:segType-gloss a skos:Concept ;
    skos:definition "An explanatory note or translation embedded within the narrative."@en ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Gloss"@en .

iroko:segType-praise-name a skos:Concept ;
    skos:altLabel "Oriki"@yo ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Praise Name"@en .

iroko:segType-prayer a skos:Concept ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Prayer"@en .

iroko:segType-prohibition a skos:Concept ;
    skos:definition "A stated prohibition or interdiction within the narrative."@en ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Prohibition"@en .

iroko:segType-rubric a skos:Concept ;
    skos:definition "A heading, liturgical direction, or structural marker in the narrative."@en ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Rubric"@en .

iroko:segType-verse a skos:Concept ;
    skos:inScheme iroko:SegmentTypeScheme ;
    skos:prefLabel "Verse"@en .

iroko:stance-allegorical a iroko:InterpretiveStance ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Allegorical"@en .

iroko:stance-analytic a iroko:InterpretiveStance ;
    skos:definition "Researcher or scholarly reading, necessarily outside community interpretive authority."@en ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Analytic"@en .

iroko:stance-diagnostic a iroko:InterpretiveStance ;
    skos:definition "Reading the narrative as a diagnostic tool — for divination, consultation, or situational assessment."@en ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Diagnostic"@en .

iroko:stance-initiatory a iroko:InterpretiveStance ;
    skos:definition "Reading reserved for or shaped by initiatory context."@en ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Initiatory"@en .

iroko:stance-literal a iroko:InterpretiveStance ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Literal"@en .

iroko:stance-polemic a iroko:InterpretiveStance ;
    skos:definition "Narrative produced or shaped by an argument about tradition, authority, or lineage legitimacy."@en ;
    skos:inScheme iroko:InterpretiveStanceScheme ;
    skos:prefLabel "Polemic"@en .

iroko:varRel-close a skos:Concept ;
    skos:definition "Two variants sharing the same core content with minor differences."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Close Variant"@en .

iroko:varRel-contested a skos:Concept ;
    skos:definition "Two variants that contradict each other on a key claim."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Contested"@en .

iroko:varRel-derived a skos:Concept ;
    skos:definition "One variant clearly derives from or expands upon the other."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Derived"@en .

iroko:varRel-harmonized a skos:Concept ;
    skos:definition "A variant produced by reconciling two or more divergent tellings."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Harmonized"@en .

iroko:varRel-lineage-bound a skos:Concept ;
    skos:definition "A variant that applies only within a specific lineage — not a deviation, but a legitimate lineage-specific telling."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Lineage-Bound"@en .

iroko:varRel-translation a skos:Concept ;
    skos:definition "A variant that is a translation into another language, which may introduce interpretive differences."@en ;
    skos:inScheme iroko:VariantRelationTypeScheme ;
    skos:prefLabel "Translation"@en .

iroko:KinshipClaim a owl:Class ;
    rdfs:label "Kinship Claim"@en ;
    rdfs:comment "A claim about relationships between entities (spirit-father, spirit-sibling, ancestor, etc.) that may be contested and authority-scoped. Implemented as an iroko:Assertion subtype so it inherits full assertion governance: authorizedBy, accessLevel, contestedStatus, assertionStatus."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:subClassOf iroko:Assertion .

iroko:NarrativeRoleScheme a skos:ConceptScheme ;
    rdfs:label "Narrative Roles"@en ;
    dcterms:description "Roles of participants in narrative events."@en ;
    skos:hasTopConcept iroko:role-chorus,
        iroko:role-community,
        iroko:role-narrator,
        iroko:role-officiant,
        iroko:role-researcher .

iroko:StoryLineage a owl:Class ;
    rdfs:label "Story Lineage"@en ;
    rdfs:comment "A transmission chain for a narrative — who transmitted the story to whom, in what context. Separate from biological kinship. Models oral transmission provenance."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> .

iroko:InterpretiveStanceScheme a skos:ConceptScheme ;
    rdfs:label "Interpretive Stances"@en ;
    dcterms:description "Hermeneutic approaches to reading or transmitting a narrative."@en ;
    skos:hasTopConcept iroko:stance-allegorical,
        iroko:stance-analytic,
        iroko:stance-diagnostic,
        iroko:stance-initiatory,
        iroko:stance-literal,
        iroko:stance-polemic .

iroko:VariantRelationTypeScheme a skos:ConceptScheme ;
    rdfs:label "Variant Relation Types"@en ;
    dcterms:description "Classification of the relationship between two narrative variants."@en ;
    skos:hasTopConcept iroko:varRel-close,
        iroko:varRel-contested,
        iroko:varRel-derived,
        iroko:varRel-harmonized,
        iroko:varRel-lineage-bound,
        iroko:varRel-translation .

iroko:InterpretiveStance a owl:Class ;
    rdfs:label "Interpretive Stance"@en ;
    rdfs:comment "A hermeneutic or epistemological approach to reading a narrative or variant. Tags the reading frame rather than the content."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    rdfs:subClassOf skos:Concept .

iroko:KinshipTypeScheme a skos:ConceptScheme ;
    rdfs:label "Kinship Types"@en ;
    dcterms:description "Relational categories for kinship and lineage claims, particularly in sacred genealogies and spirit family assertions."@en ;
    skos:hasTopConcept iroko:kinship-ancestor,
        iroko:kinship-brother,
        iroko:kinship-child,
        iroko:kinship-father,
        iroko:kinship-mother,
        iroko:kinship-owner,
        iroko:kinship-road,
        iroko:kinship-sister .

iroko:SegmentTypeScheme a skos:ConceptScheme ;
    rdfs:label "Segment Types"@en ;
    dcterms:description "Types of addressable narrative segments."@en ;
    skos:hasTopConcept iroko:segType-chant-line,
        iroko:segType-episode,
        iroko:segType-gloss,
        iroko:segType-praise-name,
        iroko:segType-prayer,
        iroko:segType-prohibition,
        iroko:segType-rubric,
        iroko:segType-verse .

<https://ontology.irokosociety.org/iroko-narrative> a owl:Ontology ;
    dcterms:creator "Iroko Historical Society" ;
    dcterms:description "Governance Layer module. Full narrative modeling for Afro-Atlantic sacred knowledge systems. Covers story transmission chains, contested kinship claims, testimonies, fieldnotes, interpretive stances, and narrative variant relationships. Builds on the thin narrative spine in iroko-core v1.3.0. Researcher voice (Fieldnote) is kept structurally distinct from community voice (Testimony). Use with iroko-authority to govern who may assert transmission claims, iroko-agency to link sacred agents to narrative appearances, and iroko-epistemic to constrain access to sensitive narrative content."@en ;
    dcterms:isPartOf <https://ontology.irokosociety.org/iroko-framework/> ;
    dcterms:issued "2026-02-23"^^xsd:date ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:modified "2026-02-25"^^xsd:date ;
    dcterms:references <https://ontology.irokosociety.org/iroko-agency>,
        <https://ontology.irokosociety.org/iroko-authority>,
        <https://ontology.irokosociety.org/iroko-epistemic>,
        <https://ontology.irokosociety.org/iroko-manifestation> ;
    dcterms:requires <https://ontology.irokosociety.org/iroko-core> ;
    dcterms:title "Iroko Framework: Narrative Module"@en ;
    rdfs:seeAlso <https://ontology.irokosociety.org/iroko-framework/> ;
    owl:versionIRI <https://ontology.irokosociety.org/iroko-narrative/1.3.0> ;
    owl:versionInfo "1.3.0" .


# ── Patch: KinshipClaim inbound arcs (v1.3.0) ────────────────────────────────

iroko:assertsKinship a owl:ObjectProperty ;
    rdfs:label "asserts kinship"@en ;
    rdfs:comment "Links a NarrativeVariant to a KinshipClaim it asserts. Used for spirit kinship — spirit-father, spirit-sibling, ancestral claims — where the bond is narrated or testified rather than generated by a documented event. The claim may be contested across lineages or traditions; iroko:KinshipClaim is a subclass of iroko:Assertion and inherits its contested-knowledge modeling. Access: community-only."@en ;
    rdfs:domain iroko:NarrativeVariant ;
    rdfs:range iroko:KinshipClaim ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:generatesKinship a owl:ObjectProperty ;
    rdfs:label "generates kinship"@en ;
    rdfs:comment "Links an InitiationEvent to the KinshipClaim it creates. Covers initiation-based human kinship bonds: godfather/godson (padrino/ahijado), initiator/initiate, elder/junior lineage member. Unlike assertsKinship, this bond is generated by a documented event of record rather than narrated — the initiation created the bond. Access: initiated-only — initiation genealogy and godparent lineage are internal community records not appropriate for public or community-tier disclosure."@en ;
    rdfs:domain iroko:InitiationEvent ;
    rdfs:range iroko:KinshipClaim ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-narrative> ;
    iroko:minimumAccessLevel iroko:access-initiated-only .
