@prefix : <https://meta.linked.archi/bpmn/suite#shapes> .
@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#shapes> .

<https://meta.linked.archi/bpmn/suite#shapes> rdf:type owl:Ontology ;
                                               owl:imports <https://meta.linked.archi/bpmn/dc#shacl> ,
                                                           <https://meta.linked.archi/bpmn/di#shacl> ,
                                                           <https://meta.linked.archi/bpmn/di-core#shacl> ,
                                                           <https://meta.linked.archi/bpmn/infra#shacl> ,
                                                           <https://meta.linked.archi/bpmn/onto#shacl> ;
                                               <http://purl.org/dc/terms/description> """Shape aggregator that pulls together all SHACL shape modules for the
BPMN suite (Core, Infrastructure, BPMNDI, DI, DC) 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 Shapes Imports (draft)"@en ;
                                               owl:versionInfo "2.0.2"@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


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