@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix iroko: <https://ontology.irokosociety.org/iroko#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:SignCorpus a owl:Class ;
    rdfs:label "Sign Corpus"@en ;
    rdfs:comment "The complete inventory of graphic signs held and transmitted by a specific lineage, house, or tradition community. Different lineages within the same tradition may hold different signs or use the same sign with different operational meanings. A sign corpus is lineage-specific and represents a distinct LineageKnowledgeGraph."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:subClassOf iroko:LineageKnowledgeGraph .

iroko:colorSignificance a owl:DatatypeProperty ;
    rdfs:label "color significance"@en ;
    rdfs:comment "The ritual significance of colors used with this sign, where applicable. Initiated-only."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-initiated-only .

iroko:directionality a owl:DatatypeProperty ;
    rdfs:label "directionality"@en ;
    rdfs:comment "Whether and how orientation of the sign affects its function (e.g., inverted signs in some Palo and Kongo traditions activate opposite polarity). Initiated-only."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-initiated-only .

iroko:documentationRecord a owl:ObjectProperty ;
    rdfs:label "documentation record"@en ;
    rdfs:comment "Photographic, rubbing, or tracing record of this sign instance. Range: iroko:SacredMedia. Community-restricted: documentation should not enable replication."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range iroko:SacredMedia ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:drawingMedium a owl:ObjectProperty ;
    rdfs:label "drawing medium"@en ;
    rdfs:comment "The material used to draw this instance. Range: iroko:DrawingMediumScheme."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:drawingSequence a owl:DatatypeProperty ;
    rdfs:label "drawing sequence"@en ;
    rdfs:comment "The step-by-step sequence in which the sign must be drawn. The directionality and order of strokes often carries operational significance. Initiated-elder only."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-initiated-elder .

iroko:drawingSurface a owl:ObjectProperty ;
    rdfs:label "drawing surface"@en ;
    rdfs:comment "The surface on or within which this instance was drawn. Range: iroko:DrawingSurfaceScheme."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:drawnBy a owl:ObjectProperty ;
    rdfs:label "drawn by"@en ;
    rdfs:comment "The practitioner who drew this sign instance. Range: iroko:RitualPractitioner — a vèvè, anaforuana, or other sacred graphic sign is always drawn by a human agent exercising ritual capacity, not merely any person. Community-restricted."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range iroko:RitualPractitioner ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:governingAuthority a owl:ObjectProperty ;
    rdfs:label "governing authority"@en ;
    rdfs:comment "The title or institution with authority over this sign system. For Anaforuana: the Abakuá potencia leadership. For Vodou vèvè: the Houngan/Mambo body. Community-restricted."@en ;
    rdfs:domain iroko:SignSystem ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:instanceSign a owl:ObjectProperty ;
    rdfs:label "sign type"@en ;
    rdfs:comment "The abstract GraphicSign of which this is a specific drawn instance."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range iroko:GraphicSign ;
    iroko:minimumAccessLevel iroko:access-public-unrestricted .

iroko:invokedEntity a owl:ObjectProperty ;
    rdfs:label "invoked entity"@en ;
    rdfs:comment "The spiritual entity primarily associated with or invoked by this sign. Range: iroko:SpiritualEntity. Community-restricted."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range iroko:SpiritualEntity ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:permanence a owl:ObjectProperty ;
    rdfs:label "permanence"@en ;
    rdfs:comment "Whether this instance is ephemeral, temporary, or permanent. Range: iroko:PermanenceScheme."@en ;
    rdfs:domain iroko:SignInstance ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:relatedSign a owl:ObjectProperty ;
    rdfs:label "related sign"@en ;
    rdfs:comment "A sign within the same system that shares visual elements, modifies this sign's function, or is typically drawn in sequence with it."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range iroko:GraphicSign ;
    iroko:minimumAccessLevel iroko:access-initiated-only .

iroko:signFunction a owl:ObjectProperty ;
    rdfs:label "sign function"@en ;
    rdfs:comment "The primary ceremonial function of this sign. Range: iroko:SignFunctionScheme."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range skos:Concept ;
    iroko:minimumAccessLevel iroko:access-community-only .

iroko:signMeaning a owl:DatatypeProperty ;
    rdfs:label "sign meaning"@en ;
    rdfs:comment "The semantic or esoteric meaning of the sign as transmitted within the lineage. Initiated-only."@en ;
    rdfs:domain iroko:GraphicSign ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:range rdf:langString ;
    iroko:minimumAccessLevel iroko:access-initiated-only .

iroko:SignSystem a owl:Class ;
    rdfs:label "Sign System"@en ;
    rdfs:comment "A tradition-specific graphic communication system consisting of a defined corpus of signs with shared visual grammar, drawing conventions, and ceremonial functions. Examples: the Vodou vèvè corpus; the Palo Monte firma/patipemba tradition; Ejagham Nsibidi; Abakuá Anaforuana; Akan Adinkra. A sign system is identified by tradition, geographic origin, and governing authority. The existence of a system and its name are public; its internal grammar and full sign inventory may be restricted."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:subClassOf iroko:SacredEntity .

iroko:func-binding a skos:Concept ;
    skos:definition "The sign constrains or binds a force or entity. Initiated-only detail."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Binding"@en .

iroko:func-communication a skos:Concept ;
    skos:definition "The sign transmits information or messages between practitioners or between practitioners and spiritual forces."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Communication"@en .

iroko:func-consecration a skos:Concept ;
    skos:definition "The sign activates or consecrates an object, person, or space for sacred use."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Consecration"@en .

iroko:func-identification a skos:Concept ;
    skos:definition "The sign identifies a house, potencia, lineage, or practitioner's affiliation. Primary function of Anaforuana territorial marks."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Identification / Territory"@en .

iroko:func-narrative a skos:Concept ;
    skos:definition "The sign records an event, tells a story, or encodes historical knowledge. Characteristic of Nsibidi's documentary function."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Narrative / Recording"@en .

iroko:func-opening a skos:Concept ;
    skos:definition "The sign opens a ceremony, a spiritual pathway, or a sacred space for work."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Opening"@en .

iroko:func-protection a skos:Concept ;
    skos:definition "The sign creates a boundary of spiritual protection around a person, object, or space."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Protection"@en .

iroko:func-sealing a skos:Concept ;
    skos:definition "The sign closes or concludes a ceremony or seals a spiritual agreement."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Sealing"@en .

iroko:func-territorial a skos:Concept ;
    skos:definition "The sign marks the boundary or domain of a spiritual entity, house, or society. Particularly important in Abakuá Anaforuana."@en ;
    skos:inScheme iroko:SignFunctionScheme ;
    skos:prefLabel "Territorial marking"@en .

iroko:medium-ash a skos:Concept ;
    skos:definition "Wood ash or specific burned materials used for cooling, ancestral, and threshold-crossing signs."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Ash"@en .

iroko:medium-blood a skos:Concept ;
    skos:definition "Animal or human blood used as a drawing medium in highly restricted ceremonies. Initiated-elder access for operational detail."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Blood"@en .

iroko:medium-carved a skos:Concept ;
    skos:definition "Signs carved or incised into wood, stone, metal, or other materials for permanent installation."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Carved / incised"@en .

iroko:medium-cascarilla a skos:Concept ;
    skos:definition "Powdered eggshell (cascarilla), a cooling and purifying medium used across multiple Afro-Atlantic traditions."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Cascarilla (eggshell powder)"@en .

iroko:medium-chalk-colored a skos:Concept ;
    skos:definition "Pigmented chalk in tradition-specific colors, used for signs associated with particular spiritual forces or chromatic requirements."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Colored chalk"@en .

iroko:medium-chalk-white a skos:Concept ;
    skos:definition "White chalk or powdered eggshell (cascarilla/efun) used for protective and cooling signs in Lucumí, Palo, and Vodou traditions."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "White chalk (cascarilla)"@en,
        "Efun / Cascarilla"@yo .

iroko:medium-charcoal a skos:Concept ;
    skos:definition "Ground charcoal used for ancestral, funerary, and dark-force-related signs."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Charcoal"@en .

iroko:medium-cornmeal a skos:Concept ;
    skos:definition "Ground cornmeal used for vèvè and some Lucumí ground drawings."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Cornmeal"@en,
        "Harina de maíz"@es .

iroko:medium-flour a skos:Concept ;
    skos:definition "Refined wheat flour, the most common medium for Haitian Vodou vèvè."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Wheat flour"@en,
        "Harina de trigo"@es,
        "Farine de blé"@fr .

iroko:medium-gunpowder a skos:Concept ;
    skos:definition "Gunpowder used in Palo Monte firmás and some Vodou vèvè for Ogou/Oggun-family entities. Associated with warrior and fire forces."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Gunpowder"@en,
        "Pólvora"@es .

iroko:medium-ink a skos:Concept ;
    skos:definition "Ink applied with pen, brush, or stamp. Common in Nsibidi documentation and Adinkra cloth stamping."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Ink"@en .

iroko:medium-paint a skos:Concept ;
    skos:definition "Commercial or natural paint used for wall murals, cloth stamping, or semi-permanent sign installation. Common in Adinkra cloth production."@en ;
    skos:inScheme iroko:DrawingMediumScheme ;
    skos:prefLabel "Paint"@en .

iroko:perm-ephemeral a skos:Concept ;
    skos:definition "Destroyed or erased immediately after use as part of the ceremony (e.g., vèvè covered by dance, flour swept away)."@en ;
    skos:inScheme iroko:PermanenceScheme ;
    skos:prefLabel "Ephemeral"@en .

iroko:perm-permanent a skos:Concept ;
    skos:definition "Intended to endure: carved stone or metal, tattooed or scarified body marks, Nsibidi on permanent objects."@en ;
    skos:inScheme iroko:PermanenceScheme ;
    skos:prefLabel "Permanent"@en .

iroko:perm-semi-permanent a skos:Concept ;
    skos:definition "Remains for an extended period but is understood to be renewable (e.g., wall signs, painted objects, cloth)."@en ;
    skos:inScheme iroko:PermanenceScheme ;
    skos:prefLabel "Semi-permanent"@en .

iroko:perm-temporary a skos:Concept ;
    skos:definition "Fades naturally or is ritually removed after the ceremony concludes (e.g., ground drawings exposed to weather)."@en ;
    skos:inScheme iroko:PermanenceScheme ;
    skos:prefLabel "Temporary"@en .

iroko:surface-altar a skos:Concept ;
    skos:definition "The surface of an altar, throne, or ritual table."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Altar surface"@en .

iroko:surface-body a skos:Concept ;
    skos:definition "The skin of a practitioner or initiate. Used for protective and initiatory markings."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Body (skin)"@en .

iroko:surface-cloth a skos:Concept ;
    skos:definition "Fabric or cloth, particularly for Adinkra stamping and some Vodou ceremonial use."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Cloth / fabric"@en .

iroko:surface-door a skos:Concept ;
    skos:definition "Door, doorframe, or threshold — boundary surfaces with protective and liminal significance."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Door / threshold"@en .

iroko:surface-floor a skos:Concept ;
    skos:definition "Interior floor of a temple, hounfò, or ilé. The most common surface for Vodou vèvè."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Floor (interior)"@en .

iroko:surface-ground a skos:Concept ;
    skos:definition "Bare earth or dirt surface, often at crossroads or outdoor ceremony spaces."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Ground / earth"@en .

iroko:surface-object a skos:Concept ;
    skos:definition "A consecrated object, vessel, drum, or implement."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Sacred object"@en .

iroko:surface-other a skos:Concept ;
    skos:definition "Drawing surface not covered by existing concepts."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Other"@en .

iroko:surface-paper a skos:Concept ;
    skos:definition "Paper, parchment, or documentary material. Used in some Palo and Espiritismo contexts."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Paper / document"@en .

iroko:surface-tree a skos:Concept ;
    skos:definition "Living tree or bark surface. Used in some outdoor and forest-spirit ceremonies."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Tree / bark"@en .

iroko:surface-wall a skos:Concept ;
    skos:definition "Interior or exterior wall surface. Used for semi-permanent protective signs."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Wall"@en .

iroko:surface-water a skos:Concept ;
    skos:definition "A body of water, basin, or liquid surface. Used in some healing and cooling ceremonies."@en ;
    skos:inScheme iroko:DrawingSurfaceScheme ;
    skos:prefLabel "Water surface"@en .

iroko:system-adinkra a skos:Concept ;
    skos:definition "A system of visual symbols originating among the Akan of Ghana and Côte d'Ivoire, each symbol encoding a proverb, concept, or value. Traditionally stamped on cloth for funerary and ceremonial use. More publicly documented than many Afro-Atlantic sign systems due to widespread commercial adoption, though ceremonial uses retain their gravity. Increasingly present in diaspora contexts."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Adinkra"@en,
        "Adinkra (Akan)"@en ;
    skos:scopeNote "While many Adinkra symbols are widely published, their ceremonial and mortuary use context should be documented with appropriate respect for Akan tradition authority."@en .

iroko:system-anaforuana a skos:Concept ;
    skos:definition "The esoteric graphic script of the Abakuá society in Cuba, derived from Ejagham Nsibidi through enslaved Cross River practitioners. Anaforuana signs represent potencia territories, spiritual forces, and society knowledge. Among the most protected sign systems in the Afro-Atlantic world; specific signs are restricted to initiated members at specific grades. Related to but institutionally distinct from Nsibidi."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Anaforuana (Abakuá)"@en,
        "Anaforuana"@es ;
    skos:scopeNote "Many Anaforuana signs are protected at initiated-only or no-access level by potencia authority. Researchers must obtain community approval before documenting or publishing specific signs."@en .

iroko:system-cosmogram a skos:Concept ;
    skos:altLabel "Dikenga"@en ;
    skos:definition "The foundational Kongo cosmological diagram (dikenga dia Kongo) representing the cyclical journey of the soul through the four moments of the sun. A cross-in-circle form that underlies both Palo Monte firmás and traces of Kongo spiritual geography throughout the Afro-Atlantic diaspora. Foundational to understanding other Kongo-derived sign systems."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Kongo Cosmogram"@en,
        "Cosmograma Kongo"@es .

iroko:system-firma a skos:Concept ;
    skos:altLabel "Prenda signature"@en ;
    skos:definition "The Kongo-derived graphic sign system of Palo Monte and related Cuban-Bantu traditions. Firmas are drawn to open, close, seal, and communicate with Nganga (spirit vessels) and their governing Mpungo. Patipemba are specific ground-drawing configurations. The directionality and polarity of firmas is operationally significant."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Firma / Patipemba (Palo Monte)"@en,
        "Firma / Patipemba"@es .

iroko:system-nsibidi a skos:Concept ;
    skos:definition "An ideographic script and graphic sign system originating among the Ejagham and neighboring Cross River peoples of Nigeria and Cameroon. Used by Ékpè society members for communication, record-keeping, and ceremonial marking. Nsibidi predates colonial contact; some signs are public while esoteric variants remain restricted to Ékpè initiates. Ancestor system to Cuban Abakuá Anaforuana."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Nsibidi"@en,
        "Nsibidi (Ejagham/Cross River)"@en .

iroko:system-ponto-riscado a skos:Concept ;
    skos:definition "The graphic sign system of Brazilian Umbanda and Quimbanda, consisting of drawn points (pontos) associated with Orixás, Exus, and Pombagiras. Related to but distinct from Palo Monte firmás; developed in the Brazilian context with syncretic elements from African, Indigenous, and Spiritist sources."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Ponto Riscado (Umbanda/Quimbanda)"@en,
        "Ponto Riscado"@pt .

iroko:system-veve a skos:Concept ;
    skos:definition "The graphic sign system of Haitian Vodou, consisting of elaborate diagrams drawn in flour, cornmeal, ash, or gunpowder on the ground or altar surface to invoke and represent specific lwa. Each lwa has one or more canonical vèvè; regional and lineage variations are well-documented. Drawn at the opening of ceremonies and during possession rites."@en ;
    skos:inScheme iroko:SignSystemTypeScheme ;
    skos:prefLabel "Vèvè (Haitian Vodou)"@en,
        "Vèvè"@fr .

iroko:PermanenceScheme a skos:ConceptScheme ;
    rdfs:label "Sign Permanence"@en ;
    skos:hasTopConcept iroko:perm-ephemeral,
        iroko:perm-permanent,
        iroko:perm-semi-permanent,
        iroko:perm-temporary ;
    skos:prefLabel "Sign Permanence"@en,
        "Permanencia del signo"@es,
        "Permanence du signe"@fr,
        "Permanência do signo"@pt,
        "Ìṣẹ́ àkókò àmì"@yo .

iroko:SignInstance a owl:Class ;
    rdfs:label "Sign Instance"@en ;
    rdfs:comment "A specific documented occurrence of a graphic sign: a particular vèvè drawn at a specific ceremony, a firma traced before a consultation, an Adinkra stamped on cloth. Distinct from the abstract sign type (iroko:GraphicSign). Records medium, surface, date, ritual context, and photographer/recorder where available. Photographic documentation of sign instances is community-restricted; the sign's existence is public."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:subClassOf iroko:SacredEntity .

iroko:SignSystemTypeScheme a skos:ConceptScheme ;
    rdfs:label "Sign System Types"@en ;
    skos:hasTopConcept iroko:system-adinkra,
        iroko:system-anaforuana,
        iroko:system-cosmogram,
        iroko:system-firma,
        iroko:system-nsibidi,
        iroko:system-ponto-riscado,
        iroko:system-veve ;
    skos:prefLabel "Sign System Types"@en,
        "Tipos de sistema de signos sagrados"@es,
        "Types de systèmes de signes sacrés"@fr,
        "Tipos de sistema de signos sagrados"@pt,
        "Àwọn ìrú ètò àmì mímọ́"@yo .

iroko:GraphicSign a owl:Class ;
    rdfs:label "Graphic Sign"@en ;
    rdfs:comment "A discrete ritual diagram, symbol, or graphic mark belonging to a sacred sign system. Each sign has a conventional form, a tradition-specific name, and one or more ceremonial functions. Examples: a specific Vodou vèvè drawn for Ogou Feray; an Abakuá Anaforuana sign protecting a potencia's territory; a Palo firma drawn to open a Nganga. The sign's form and name are community-restricted in active traditions; its operational use and drawing sequence are initiated-only."@en ;
    rdfs:isDefinedBy <https://ontology.irokosociety.org/iroko-veve> ;
    rdfs:subClassOf iroko:Sign .

iroko:SignFunctionScheme a skos:ConceptScheme ;
    rdfs:label "Sign Functions"@en ;
    skos:hasTopConcept iroko:func-binding,
        iroko:func-communication,
        iroko:func-consecration,
        iroko:func-identification,
        iroko:func-narrative,
        iroko:func-opening,
        iroko:func-protection,
        iroko:func-sealing,
        iroko:func-territorial ;
    skos:prefLabel "Sign Functions"@en,
        "Funciones del signo"@es,
        "Fonctions du signe"@fr,
        "Funções do signo"@pt,
        "Àwọn iṣẹ́ àmì"@yo .

iroko:DrawingMediumScheme a skos:ConceptScheme ;
    rdfs:label "Drawing Media"@en ;
    skos:hasTopConcept iroko:medium-ash,
        iroko:medium-blood,
        iroko:medium-carved,
        iroko:medium-cascarilla,
        iroko:medium-chalk-colored,
        iroko:medium-chalk-white,
        iroko:medium-charcoal,
        iroko:medium-cornmeal,
        iroko:medium-flour,
        iroko:medium-gunpowder,
        iroko:medium-ink,
        iroko:medium-paint ;
    skos:prefLabel "Drawing Media"@en,
        "Medios de dibujo"@es,
        "Médias de dessin"@fr,
        "Meios de desenho"@pt,
        "Àwọn ohun ìkọ̀"@yo .

iroko:DrawingSurfaceScheme a skos:ConceptScheme ;
    rdfs:label "Drawing Surfaces"@en ;
    skos:hasTopConcept iroko:surface-altar,
        iroko:surface-body,
        iroko:surface-cloth,
        iroko:surface-door,
        iroko:surface-floor,
        iroko:surface-ground,
        iroko:surface-object,
        iroko:surface-other,
        iroko:surface-paper,
        iroko:surface-tree,
        iroko:surface-wall,
        iroko:surface-water ;
    skos:prefLabel "Drawing Surfaces"@en,
        "Superficies de dibujo"@es,
        "Surfaces de dessin"@fr,
        "Superfícies de desenho"@pt,
        "Àwọn ilẹ̀ ìkọ̀"@yo .

<https://ontology.irokosociety.org/iroko-veve> a owl:Ontology ;
    dcterms:created "2026-02-22"^^xsd:date ;
    dcterms:creator "Iroko Historical Society" ;
    dcterms:description "Domain module. Vocabulary for documenting graphic sign systems, sacred diagrams, and esoteric scripts across Afro-Atlantic traditions. Covers Vèvè (Vodou), Firma/Patipemba (Palo), Ponto Riscado (Umbanda/Quimbanda), Anaforuana (Abakuá), Nsibidi (Ejagham), Adinkra (Akan), and Kongo cosmograms. Access control runs from public (sign system typology) through initiated-elder (operational drawing sequences) and no-access (selected Anaforuana protected by tradition authority). Use with iroko-authority to document which lineage or sodality context authorizes transmission of a sign system."@en ;
    dcterms:isPartOf <https://ontology.irokosociety.org/iroko-framework/> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:modified "2026-03-07"^^xsd:date ;
    dcterms:references <https://ontology.irokosociety.org/iroko-authority> ;
    dcterms:title "Iroko Framework: Vèvè Module (Graphic Sign Systems and Sacred Diagrams)"@en ;
    rdfs:seeAlso <https://ontology.irokosociety.org/iroko-framework/> ;
    owl:imports <https://ontology.irokosociety.org/iroko-core> ;
    owl:versionIRI <https://ontology.irokosociety.org/iroko-veve/1.3.0> ;
    owl:versionInfo "1.3.0" .

