Skip to content

BPaaSModelling/BPaaS-Annotation-WebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPaaS-Annotation-WebService

Purpose

This web service is used for semantically lifting of modelling elements.

Functionality

The web service loads the in the following mentioned ontologies and creates a temporary model. Requests on the web service will be used to query for sub-instances and subclasses in the loaded ontologies. The return format is plain and cvs format. The returned set is split into two parts

  1. label
  2. concept names (including namespace) The label is what the user can select and is numbered starting by 0. The concept names is the related URI for the label

Example request: http://localhost:8080/bpaas:PaymentPlan

Example return: 0_TryFreeFirst;1_PrepaidAnnualPlan;2_CustomizablePlan;3_MonthlyFee;4_FreeOfCharge;;bpaas:TryFreeFirst;bpaas:PrepaidAnnualPlan;bpaas:CustomizablePlan;bpaas:MonthlyFee;bpaas:FreeOfCharge;

Ontologies

  1. BPAAS: Business Process as a Service Ontology [ Repository Website | Turtle File ]
  2. APQC: American Productivity and Quality Center Ontology [ Repository Website | Turtle File ]
  3. FBPDO: Functional Business Process Description Ontology [ Repository Website | Turtle File ]
  4. ARCHIMEO Ontology (meta ontology) [ Repository Website | Turtle File ]
  5. TOP Ontology [ Repository Website | Turtle File ]
  6. EO: Enterprise Object Ontology [ Repository Website | Turtle File ]

Prerequisites

  • Java 1.8
  • Internet connection
  • tested on MAC OSX 10.11.15 and Windows 10 Education, Version 10.0.10240

How to..

Start

Download the following files:

  1. BPaaS-Annotation-WebService-0.0.1-SNAPSHOT.war

  2. webapp-runner.jar

    java -jar webapp-runner.jar BPaaS-Annotation-WebService-0.0.1-SNAPSHOT.war

Test

Enter the following URL into your browser http://localhost:8080/

If “Hello!” is returned, the web service works fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages