@prefix : <https://meta.linked.archi/bpmn/suite#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://meta.linked.archi/bpmn/suite#> .

<https://meta.linked.archi/bpmn/suite#> rdf:type owl:Ontology ;
                                         owl:imports <https://meta.linked.archi/bpmn/dc#> ,
                                                     <https://meta.linked.archi/bpmn/di#> ,
                                                     <https://meta.linked.archi/bpmn/di-core#> ,
                                                     <https://meta.linked.archi/bpmn/infra#> ,
                                                     <https://meta.linked.archi/bpmn/onto#> ,
                                                     :alignment ;
                                         <http://purl.org/dc/terms/description> """Import aggregator that pulls together all five BPMN ontology packages
(Core, Infrastructure, BPMNDI, DI, DC) and the alignment axioms into a single
importable unit."""@en ;
                                         <http://purl.org/dc/terms/issued> "2026-01-27"^^xsd:date ;
                                         <http://purl.org/dc/terms/title> "Linked.Archi BPMN Suite Imports (draft)"@en ;
                                         owl:versionInfo "2.0.2"@en .

###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
