# baseURI: https://www.omg.org/spec/API4KP/api4kp-kpc/ # imports: https://www.omg.org/spec/API4KP/api4kp-kp/ # imports: https://www.omg.org/spec/API4KP/api4kp/ # imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/ @base . @prefix api4kp: . @prefix api4kp-kp: . @prefix api4kp-kpc: . @prefix cmns-av: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . a owl:Ontology ; rdfs:label "API4KP Ontology of Known Platform Components" ; dct:abstract "This ontology provides example descriptions of the kinds of platform elements that might be needed in an application environment." ; dct:contributor "Elisa Kendall (ekendall at thematix.com)" ; dct:creator "Davide Sottara (sottara.davide at mayo.edu)" ; dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ; owl:imports , , ; owl:versionIRI ; skos:changeNote "The https://www.omg.org/spec/API4KP/20210201/api4kp-kpc.rdf version of this ontology was modified to leverage the Commons Ontology Library (API4KP-22), including replacement of references to Specification Metadata and references to LCC with the Commons Annotation Vocabulary and other Commons ontologies, and to reduce the dependency on DOL as appropriate." ; cmns-av:copyright "Copyright (c) 2014-2023 Athan Services" , "Copyright (c) 2014-2023 Fraunhofer Gesellschaft" , "Copyright (c) 2014-2023 Freie Universität Berlin" , "Copyright (c) 2014-2023 Mayo Foundation for Medical Education and Research (MFMER)" , "Copyright (c) 2014-2023 Raytheon Technologies" , "Copyright (c) 2014-2023 Thematix Partners LLC" , "Copyright (c) 2015-2023 Object Management Group, Inc." , "Copyright (c) 2019-2023 Universität Leipzig" , "Copyright (c) 2020-2023 Micro Focus" ; . api4kp-kpc:Drools a owl:Class ; rdfs:subClassOf api4kp-kp:ProductionRuleEngine ; rdfs:label "Drools" ; rdfs:seeAlso ; skos:definition "production rules engine that provides a core business rules engine (BRE), a web authoring and rules management application (Drools Workbench), full runtime support for Decision Model and Notation (DMN) models at conformance level 3 and an Eclipse IDE plugin for core development" ; . api4kp-kpc:Drools5.6 a owl:NamedIndividual , api4kp-kpc:Drools ; rdfs:label "Drools 5.6" ; . api4kp-kpc:Drools7.48.0.Final a owl:NamedIndividual , api4kp-kpc:Drools ; rdfs:label "Drools 7.48.0.Final" ; rdfs:seeAlso ; skos:definition "Drools production release dated 2021-01-13" ; . api4kp-kpc:HermiT a owl:Class ; rdfs:subClassOf api4kp-kp:DescriptionLogicReasoner ; rdfs:label "HermiT" ; rdfs:seeAlso ; skos:definition "description logic reasoner that is designed to support ontologies written using the Web Ontology Language (OWL)" ; . api4kp-kpc:Hermit1.3.8.413 a owl:NamedIndividual , api4kp-kpc:HermiT ; rdfs:label "HermiT 1.3.8.413" ; rdfs:seeAlso ; skos:definition "HermiT production release 1.3.8.413" ; .