wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-core" namespace { _"http://www.soa4all.eu/ontology/execution/types#", dc _"http://purl.org/dc/elements/1.1#", foaf _"http://xmlns.com/foaf/0.1/", wsml _"http://www.wsmo.org/wsml/wsml-syntax#", loc _"http://www.wsmo.org/ontologies/location#", oo _"http://example.org/ooMediator#" } /************************************************************************** * GLOBAL ONTOLOGY ***************************************************************************/ ontology _"http://www.soa4all.eu/ontology/execution/types" nfp dc#title hasValue "SOA4ALL - EE DOMAIN Ontology" dc#subject hasValue "EEUseCase" dc#description hasValue "fragments of a family ontology to provide examples for SOA4All" dc#date hasValue _date(2010,02,12) dc#language hasValue "en-US" wsml#version hasValue "$Revision: 1.0 $" endnfp /* * * These concepts refer to non atomic concepts with role(s) for annotating Web Services * [1] http://www.w3.org/TR/xmlschema11-2/ */ concept String nonFunctionalProperties dc#description hasValue "concept of String for SOA4All EE UseCase, 'The string datatype represents character strings in XML'[1]" endNonFunctionalProperties concept Boolean nonFunctionalProperties dc#description hasValue "concept of Boolean for SOA4All EE UseCase, 'boolean represents the values of two-valued logic'[1]" endNonFunctionalProperties concept Decimal nonFunctionalProperties dc#description hasValue "concept of Decimal for SOA4All EE UseCase, 'decimal represents a subset of the real numbers, which can be represented by decimal numerals'[1]" endNonFunctionalProperties concept PrecisionDecimal nonFunctionalProperties dc#description hasValue "concept of PrecisionDecimal for SOA4All EE UseCase, 'The precisionDecimal datatype represents the numeric value and (arithmetic) precision of decimal numbers which retain precision'[1]" endNonFunctionalProperties concept Float nonFunctionalProperties dc#description hasValue "concept of Float for SOA4All EE UseCase, 'The float datatype is patterned after the IEEE single-precision 32-bit floating point datatype'[1]" endNonFunctionalProperties concept Double nonFunctionalProperties dc#description hasValue "concept of Double for SOA4All EE UseCase, 'The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype'[1]" endNonFunctionalProperties concept Duration nonFunctionalProperties dc#description hasValue "concept of Duration for SOA4All EE UseCase, 'duration is a datatype that represents durations of time'[1]" endNonFunctionalProperties concept DateTime nonFunctionalProperties dc#description hasValue "concept of DateTime for SOA4All EE UseCase, 'dateTime represents instants of time'[1]" endNonFunctionalProperties concept Time nonFunctionalProperties dc#description hasValue "concept of Time for SOA4All EE UseCase, 'time represents instants of time that recur at the same point in each calendar day'[1]" endNonFunctionalProperties concept Date nonFunctionalProperties dc#description hasValue "concept of Date for SOA4All EE UseCase, 'date represents top-open intervals of exactly one day in length on the timelines of dateTime'[1]" endNonFunctionalProperties