W3C

Delivery Context Ontology

W3C Editor's Draft 01 March 2008

This version:
http://www.w3.org/2007/uwa/editors-drafts/DeliveryContextOntology/2008-03-01/DCOntology.html
Latest version:
http://www.w3.org/TR/dcontology/
Previous version:
http://www.w3.org/TR/2007/WD-dcontology-20071221/
Editors:
Rhys Lewis, then at Volantis Systems Ltd. <rhys@volantis.com>
José Manuel Cantera Fonseca, Telefónica I+D <jmcf@tid.es>

Abstract

The Delivery Context Ontology provides a formal model of the characteristics of the environment in which devices interact with the Web. The delivery context includes the characteristics of the device, the software used to access the Web and the network providing the connection among others.

The delivery context is an important source of information that can be used to adapt materials from the Web to make them useable on a wide range of different devices with different capabilities.

The ontology is formally specified in the Web Ontology Language [OWL]. This document describes the ontology and gives details of each property that it contains.

The core, normative sections of this document are generated automatically from the ontology itself.

Status of this Document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.

This is the second public Working Draft of a possible future W3C Recommendation.

The purpose of the Delivery Context Ontology is to provide a formal model for the delivery context which other specifications can reference normatively. It is anticipated that work at W3C and in other standards organisations will reference the ontology when needing formal definitions associated with the delivery context.

Comments on this document may be sent to the public public-uwa@w3.org mailing list (archived at http://lists.w3.org/Archives/Public/public-uwa/).

Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

This document is published as part of the W3C Ubiquitous Web Applications Activity by the Ubiquitous Web Applications Working Group. It is a deliverable as defined in the Charter of that group.

This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

Table of Contents

  1. Introduction
    1. Definition of the Ontology
      1. Disjoint Classes
    2. Reading the Specification
      1. Conformance Information
        1. Normative and Informative Parts
        2. Normative Language for Conformance Requirements
    3. Documentation Conventions
      1. Reading the Property Tables
      2. Reading the Example Tables
  2. Delivery Context ontology at a glance
  3. Cross-reference for Delivery Context Ontology classes and properties

Appendices

A References
    A.1 Normative References
    A.2 Informative References
B Acknowledgements (Non-Normative)


1 Introduction

The Delivery Context Ontology provides a formal model of the characteristics of the environment in which devices interact with the Web. The delivery context includes the characteristics of the device, the software used to access the Web and the network providing the connection among others.

The delivery context is an important source of information that can be used to adapt materials from the Web to make them useable on a wide range of different devices with different capabilities.

1.1 Definition of the Ontology

The ontology is formally specified in OWL[OWL]. The core, normative sections of this document are generated automatically from the ontology itself.

The ontology conforms to the OWL-DL expressivity. This allows it to be used within appropriately written reasoning systems.

1.1.1 Disjoint Classes

The ontology contains a large number of disjoint classes. OWL-DL requires explicit definition of each disjoint relationship between classes. The number of such definitions becomes unmanageably large in ontololgies with a large number of classes.

Fortunately, there is an alternative mechanism for ensuring that classes are considered disjoint, without requiring the use of explicit statements. The mechanism relies on each class including a property that has a unique value. In this ontology, the property used is called deliveryContextEntityName. Each class derived from DeliveryContextEntity includes this property. Each class has a unique value for this property. The mechanism is referenced in the OWL Guide[OWL] in the discussion on disjoint classes. An illustration of the technique appears in [OWL-Test] in the section on Positive Entailment Test.

Editorial note: Rhys 16/8/2007
The initial set of properties for the ontology were modelled on those in UAProf version 2. Subsequent discussion has enriched the set of properties currently defined. A number of groups are in the process of creating sets of properties for inclusion in the ontology. As a result it is likely that the properties will change. It's likely that the structure of the ontology will change in the light of new properties being added. Readers should not assume that this version represents any concensus about the content or the structure of the ontology. It does, however, represent a starting point for discussion. It also illustrates a number of basic features that such an ontology needs to provide. It seems likely that the overall structure and approach is likely to prove appropriate.

1.2 Reading the Specification

1.2.1 Conformance Information

1.2.1.1 Normative and Informative Parts

The normative and informative parts of this specification are identified by use of labels within various sections. Generally, everything in the specification is considered to be normative, apart from the examples.

1.2.1.2 Normative Language for Conformance Requirements

Individual conformance requirements or testable statements are identified by the use of specific key words. In particular, the key words must, must not, required, shall, shall not, should, should not, recommended, may, and optional in this specification are to be interpreted as described in [IETF RFC 2119].

1.3 Documentation Conventions

This section describes the structure and layout of the sections that document the ontology. The delivery context is essentially hierarchical. The hierarchy is defined in 38 The Paths to the Characteristics. Despite the hierarchical nature of the delivery context, every individual property has an unique name.

Properties are associated with classes within the ontology. Each top level class is documented in its own chapter. Subclasses are documented within the chapter for their superclass. Cross references within this document link properties, classes and examples of their use.

1.3.1 Reading the Property Tables

Each class in the ontology is associated with a set of properties. These properties are defined in tables in the appropriate section of the specification. Each row in a table defines a single property in terms of a number of fields. The fields used in these tables are described as follows:

Name

This field contains the formal name of the property within the class.

Type

This field contains the type of the property. Datatype properties have types that are not themselves classes. Examples include xsd:int, xsd:boolean, xsd:string and xsd:float. Object properties have types that are classes. Usually these classes are themselves defined in the ontology.

Description

This field contains a description of the property.

Occurs

This field defines the cardinality of the property. The number of occurences of the property within the class is shown as an expression. For example, the expression ≥ 0 and ≤ 1 indicates that a property is optional. It's cardinality is 0 or 1. Similarly, the expression =1 indicates that a property always occurs exactly once.

Value(s)

This field holds values that apply across every instance of a class.

Some property values are fixed for every instance of a class. Where this is the case, the value shown in the Value(s) field is prefixed by the phrase Class Value:. For example, every instance of the class Meters, which represents a physical length in meters, has a unitName property with the value "meter".

Some properties can hold values from a specific, predefined set. Where this is the case, the value shown in the Value(s) field is prefixed by the phrase One of:. For example, the Orientation class, which represents the orientation of features such as displays or cameras, has an orientationValue property which can take only the values 0, 90, 180 or 270.

Alternate Names

This field defines the alternative names for the property. Alternative names might be useful in different programming environments for consistency with conventions.

1.3.2 Reading the Example Tables

Examples are given for specific classes in the specification. The associated tables contain one or more example classes, complete with values for each of their properties. The fields used in these tables are described as follows:

Example Instance

This field contains the identification of the instance that provides the example.

Property Name

This field contains the formal name of the property whose value is shown as part of the example.

Type

This field contains the type of the property in the example. Datatype properties have types that are not themselves classes. Examples include xsd:int, xsd:boolean, xsd:string and xsd:float. Object properties have types that are classes. Usually these classes are themselves defined in the ontology.

Value(s)

This field contains the value(s) of the property. Where a property has a cardinality of >1, multiple values may be shown in the example.

2. Delivery Context Ontology at a glance

An alphabetical index of Delivery Context Ontology terms, by class (concepts) and by property (relationships, attributes), are given below. All the terms are hyperlinked to their detailed description for quick reference.

Classes: AngleOfArrivalLocationMethod, Api, ApplicationProtocol, AspectRatio, AssistedLocationMethod, Associated_Entity, AudioFormat, AudioFormatSupport, AudioPlayer, AvailableNetworkBearer, Battery, BearerType, BinaryFormat, BluetoothProfile, BluetoothSupport, Browser, CPU, Camera, CellIdLocationMethod, Centimeters, CharacterSet, Coulombs, DeliveryContext, DeliveryContext_Entity, DeliveryContext_EnvironmentEntity, DeliveryContext_HardwareEntity, DeliveryContext_JavaEntity, DeliveryContext_LocationEntity, DeliveryContext_MeasureEntity, DeliveryContext_NetworkEntity, DeliveryContext_SoftwareEntity, DeliveryContext_WebBrowserEntity, Device, DeviceHardware, DeviceSoftware, Display, Environment, ExtendedPageMarkup, FeatureRestriction, Feet, Format, GeoCoordinateRS, GeoCoordinates, ImageFormat, ImageFormatSupport, Inches, InputDevice, J2meConfiguration, J2meOptionalPackage, J2meProfile, J2meRuntimeEnvironment, J2meStandardOptionalPackage, JavaPlatform, JavaRuntimeEnvironment, JavaSupport, JtwiRuntimeEnvironment, Location, LocationMethod, LocationProvider, LocationProviderFeature, LocationProviderSupport, MarkupModule, MediaPlayer, MemoryUnit, MeterToCentimeter, MeterToFoot, MeterToInch, MeterToMillimeter, MeterToPica, MeterToPoint, Meters, MilliampHours, Millimeters, MmsClient, MmsSupport, MobileNetwork, NetworkBasedLocationMethod, NetworkBearer, NetworkEnvironment, NetworkMode, NetworkSupport, NetworkType, OperatingSystem, OperatingSystemSupport, Organisation, Orientation, OrientationSupport, Originator, PageMarkup, PageMarkupSupport, Person, PhysicalElectricCharge, PhysicalLength, PhysicalQuantity, Picas, PixelCount, Place, Point, PointingInputDevice, PointingResolution, Points, PropietaryPageMarkup, PushClient, RasterImageFormat, SatelliteLocationMethod, ScriptLanguage, ShortRangeLocationMethod, StandardPageMarkup, StyleLanguage, TactileInputDevice, TerminalBasedLocationMethod, TextFormat, TextInputType, TimeDifferenceLocationMethod, TimeOfArrivalLocationMethod, TransferEncoding, UTMCoordinates, UnassistedLocationMethod, UnitConversion, UriSchema, User, UserAgent, VectorImageFormat, VideoFormat, VideoFormatSupport, VideoPlayer, WGS84Coordinates, WTAI, WapPushClient, WapPushSupport, WebBrowser, WebBrowserApi, WebBrowserFeatures, WebBrowserSupport, Xhtml1Markup, Xhtml1ModularizedMarkup, Xhtml1Module, XmlFormat,

Properties: acceptedCharacterSets, acceptedTransferEncodings, activeBluetoothProfile, activeGeoCoordinateRS, activeJavaRuntimeEnvironment, activeMmsClient, activeNetworkBearer, activeOperatingSystem, activeUserAgent, activeWapPushClient, activeWebBrowser, addressType, alternativeNames, altitude, apis, applicationProtocols, aspectRatio, aspectRatioHeightComponent, aspectRatioWidthComponent, audioFormatSupport, availableJavaRuntimeEnvironments, availableLocationProviders, availableMemorySize, availableMmsClients, availableNetworkBearers, availableOperatingSystems, availableWapPushClients, availableWebBrowsers, batteries, batteryBeingCharged, batteryCapacity, batteryLevel, bearerNetwork, bearerType, bitsPerPixel, bluetoothSupport, bluetoothVersions, builtInMemory, cacheSize, cameraEnabled, cameraResolution, cameras, cellIdentifier, colloquialNames, conversionFactor, conversionName, conversionValue, coordinates, course, currentOrientation, currentPosition, datum, defaultJavaRuntimeEnvironment, defaultMmsClient, defaultOrientation, defaultPixelCount, defaultWapPushClient, defaultWebBrowser, device, deviceHardware, deviceIdentifier, deviceSoftware, display, easting, email, environment, extensionBaseMarkups, extensionMemory, fromQuantity, geoReferenceSystem, height, homeNetwork, horizontalAccuracy, imageFormatSupport, imei, inputCharacterSets, inputDevices, j2meConfigurations, j2meOptionalPackages, j2meProfiles, javaPlatforms, javaSupport, jsrNumber, lastKnownPosition, latitude, latitudeZone, location, locationCostsMoney, locationFeatures, locationMethod, locationProviderSupport, locationTimestamp, longitude, longitudeZone, markupModules, maximumCpuFrequency, maximumDownloadableObjectSize, maximumEmbeddedObjectSize, maximumHeapSize, maximumJarSize, maximumMmsMessageSize, maximumPixelCount, maximumTotalPageWeight, maximumWapPushMessageSize, maximumWapPushRequests, meid, mimeTypes, minimumPixelCount, mmsSupport, mmsVersions, model, name, namespace, network, networkIdentifier, networkMode, networkSupport, networkType, northing, numberOfSoftKeys, operatingNetworkBearer, operatingSystemSupport, operationBands, organisations, orientationSupport, orientationValue, originator, outputCharacterSets, pageMarkupSupport, pixelAspectRatio, pixelCount, pointingResolution, preferredAudioFormat, preferredImageFormat, preferredPageMarkupLanguage, preferredVideoFormat, prefix, primaryCPU, primaryCamera, proportionalDefaultFont, publicIdentifier, relatedUAProfEntity, relatedW3CoreVocProperty, removableMemory, rendersTables, restrictedElement, restrictionValue, restrictions, scriptLanguages, showsPageTitle, speed, styleLanguages, supportedAudioFormats, supportedBluetoothProfiles, supportedFormats, supportedGeoCoordinateRS, supportedImageFormats, supportedLocationProviders, supportedNetworkBearers, supportedNetworkModes, supportedPageMarkupLanguages, supportedVideoFormats, supportsAudioOutput, supportsBookmarks, supportsColor, supportsCookies, supportsFrames, supportsImages, supportsJavaApplets, supportsVoiceRecognition, systemIdentifier, textInputType, toQuantity, totalDisplayPixelsX, totalDisplayPixelsY, totalMemoryForJavaApps, totalMemorySize, typicalDisplayCharactersX, typicalDisplayCharactersY, typicalResponseTime, uTMCoordinates, unitAbbreviation, unitName, uriSchemas, usableDisplayPixelsX, usableDisplayPixelsY, user, value, vendor, version, verticalAccuracy, videoFormatSupport, wGS84Coordinates, wapPushSupport, wapPushVersions, webBrowserFeatures, webBrowserSupport, where, width, xhtml11Modules,

3. Cross-reference for Delivery Context Ontology classes and properties

Class: dco:AngleOfArrivalLocationMethod

Angle Of Arrival Method - Location method Angle of Arrival for cellular / terrestrial RF system.

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:Api

API - This is a generic class that represents an application programming interface

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:colloquialNames
dco:name
dco:version
in-range-of:
dco:apis

[back to top]

Class: dco:ApplicationProtocol

Application Protocol - This class represents application-level protocols

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:name
in-range-of:
dco:applicationProtocols

[back to top]

Class: dco:AspectRatio

Aspect Ratio - This class represents an aspect ratio. The Aspect Ratio is ratio of the width, of some physical entity, to its height.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:aspectRatioHeightComponent
dco:aspectRatioWidthComponent
in-range-of:
dco:pixelAspectRatio
dco:aspectRatio

[back to top]

Class: dco:AssistedLocationMethod

Assisted Method - Location method is assisted by the other party (Terminal assisted for Network based, Network assisted for terminal based)

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:Associated_Entity

Associated Entity - This is the base class for entities in the ontology that define information associated with entities in the delivery context. Classes derived from this are not part of the delivery context. Rather, they provide information that could, for example, be used to help create normative documentation from the definitions for the delivery context.

[back to top]

Class: dco:AudioFormat

Audio Format - This class represents a particular audio format, such as MP3 or WAV.

sub-class-of:
dco:Format
in-range-of:
dco:supportedAudioFormats
dco:preferredAudioFormat
dco:supportedFormats

[back to top]

Class: dco:AudioFormatSupport

Audio Format Support - The support of audio formats in the device

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:supportedAudioFormats
dco:preferredAudioFormat
dco:supportedFormats
in-range-of:
dco:audioFormatSupport

[back to top]

Class: dco:AudioPlayer

Audio Player - This class represents a user agent capable of dealing with audio formats

sub-class-of:
dco:MediaPlayer

[back to top]

Class: dco:AvailableNetworkBearer

Available Network Bearer - A network bearer which is available i.e. has an associated network

sub-class-of:
dco:NetworkBearer
in-range-of:
dco:availableNetworkBearers
dco:operatingNetworkBearer
dco:activeNetworkBearer

[back to top]

Class: dco:Battery

Battery - This class represents a battery in a device

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:batteryLevel
dco:batteryCapacity
dco:batteryBeingCharged
in-range-of:
dco:batteries

[back to top]

Class: dco:BearerType

Bearer Type - This class represents bearer types

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:alternativeNames
dco:name
in-range-of:
dco:bearerType

[back to top]

Class: dco:BinaryFormat

Binary Format - A format that uses binary representation to model something

sub-class-of:
dco:Format

[back to top]

Class: dco:BluetoothProfile

Bluetooth Profile - This class describes a specific Bluetooth profile used to support a particular user scenario.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:name
in-range-of:
dco:supportedBluetoothProfiles
dco:activeBluetoothProfile

[back to top]

Class: dco:BluetoothSupport

Bluetooth Support - This class represents Bluetooth support.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:supportedBluetoothProfiles
dco:bluetoothVersions
dco:activeBluetoothProfile
in-range-of:
dco:bluetoothSupport

[back to top]

Class: dco:Browser

Browser - This class represents any kind of browser capable of interpreting one or more markup languages

sub-class-of:
dco:UserAgent

[back to top]

Class: dco:CPU

CPU - This class describes a central processing unit associated with a device.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:maximumCpuFrequency
dco:model
dco:vendor
in-range-of:
dco:primaryCPU

[back to top]

Class: dco:Camera

Camera - This class represents a camera in a device.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:cameraEnabled
dco:cameraResolution
dco:aspectRatio
dco:imageFormatSupport
dco:pixelAspectRatio
dco:videoFormatSupport
in-range-of:
dco:cameras
dco:primaryCamera

[back to top]

Class: dco:CellIdLocationMethod

Cell Id Method - Location method Cell-ID for cellular (in GSM, this is the same as CGI, Cell Global Identity).

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:Centimeters

Centimeters - This class represents an length measured in centimeters

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:CharacterSet

Character Set - This class defines a specific character set officially identified by IANA.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:name
in-range-of:
dco:inputCharacterSets
dco:outputCharacterSets
dco:acceptedCharacterSets

[back to top]

Class: dco:Coulombs

- This class represents an electric charge measured in Coulombs

sub-class-of:
dco:PhysicalElectricCharge

[back to top]

Class: dco:DeliveryContext

Delivery Context - This class represents the set of characteristics that describes the context in which materials are exchanged between the Web and a device.

sub-class-of:
dco:DeliveryContext_Entity
in-domain-of:
dco:usableDisplayPixelsY
dco:locationProviderSupport
dco:user
dco:usableDisplayPixelsX
dco:device
dco:environment
dco:audioFormatSupport
dco:imageFormatSupport
dco:videoFormatSupport

[back to top]

Class: dco:DeliveryContext_Entity

Delivery Context Entity - This is the base class for the entities that define the delivery context.

[back to top]

Class: dco:DeliveryContext_EnvironmentEntity

Delivery Context Environment Entity - This class represents a delivery context environment entity

sub-class-of:
dco:DeliveryContext_Entity

[back to top]

Class: dco:DeliveryContext_HardwareEntity

Delivery Context Hardware Entity - This class represents a delivery context hardware entity

sub-class-of:
dco:DeliveryContext_Entity

[back to top]

Class: dco:DeliveryContext_JavaEntity

Delivery Context Java Entity - This class subsumes all the classes that are related to the Java aspect of a Delivery Context

sub-class-of:
dco:DeliveryContext_SoftwareEntity

[back to top]

Class: dco:DeliveryContext_LocationEntity

Delivery Context Location Entity - This class reprensents the set of all delivery context entities that has to do with location

sub-class-of:
dco:DeliveryContext_EnvironmentEntity

[back to top]

Class: dco:DeliveryContext_MeasureEntity

Delivery Context Measure Entity -

sub-class-of:
dco:DeliveryContext_Entity

[back to top]

Class: dco:DeliveryContext_NetworkEntity

Network Entity - This class reprensents the set of all delivery context entities that have to do with the network aspect

sub-class-of:
dco:DeliveryContext_EnvironmentEntity

[back to top]

Class: dco:DeliveryContext_SoftwareEntity

Delivery Context Software Entity - This class represents a delivery context software entity

sub-class-of:
dco:DeliveryContext_Entity

[back to top]

Class: dco:DeliveryContext_WebBrowserEntity

Delivery Context Web Browser Entity - This class represents a Delivery Context entity that has to do with the WebBrowser aspect

sub-class-of:
dco:DeliveryContext_SoftwareEntity

[back to top]

Class: dco:Device

Device - This class represents a device in the delivery context

sub-class-of:
dco:DeliveryContext_Entity
in-domain-of:
dco:deviceIdentifier
dco:deviceSoftware
dco:imei
dco:deviceHardware
dco:model
dco:vendor
dco:version
in-range-of:
dco:device

[back to top]

Class: dco:DeviceHardware

Device Hardware - This class represents the hardware in a device

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:inputCharacterSets
dco:outputCharacterSets
dco:batteries
dco:textInputType
dco:inputDevices
dco:extensionMemory
dco:display
dco:cameras
dco:supportsAudioOutput
dco:primaryCPU
dco:numberOfSoftKeys
dco:primaryCamera
dco:bluetoothSupport
dco:supportsVoiceRecognition
dco:networkSupport
dco:builtInMemory
in-range-of:
dco:deviceHardware

[back to top]

Class: dco:DeviceSoftware

Device Software - This class represents the software in a device

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:javaSupport
dco:webBrowserSupport
dco:operatingSystemSupport
dco:activeUserAgent
dco:wapPushSupport
dco:mmsSupport
in-range-of:
dco:deviceSoftware

[back to top]

Class: dco:Display

Display - This class represents a visual display on a device.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:orientationSupport
dco:height
dco:typicalDisplayCharactersY
dco:proportionalDefaultFont
dco:width
dco:totalDisplayPixelsX
dco:typicalDisplayCharactersX
dco:bitsPerPixel
dco:supportsImages
dco:supportsColor
dco:totalDisplayPixelsY
dco:aspectRatio
dco:pixelAspectRatio
in-range-of:
dco:display

[back to top]

Class: dco:Environment

Environment - This class represents all the properties that have to do with the environment aspect of a delivery context

sub-class-of:
dco:DeliveryContext_Entity
in-domain-of:
dco:speed
dco:network
dco:course
dco:where
in-range-of:
dco:environment

[back to top]

Class: dco:ExtendedPageMarkup

Extended Page Markup - This class represents page markups that are the result of extensions made over standard page markups

sub-class-of:
dco:PropietaryPageMarkup
in-domain-of:
dco:extensionBaseMarkups

[back to top]

Class: dco:FeatureRestriction

FeatureRestriction - This class represents a feature restriction related to an implementation

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:restrictionValue
dco:restrictedElement
dco:name
in-range-of:
dco:restrictions

[back to top]

Class: dco:Feet

Feet - This class represents a length measured in feet

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:Format

Format - This class represents the set of all possible formats that can be used to represent something

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:mimeTypes
dco:colloquialNames
dco:name
dco:version
in-range-of:
dco:restrictedElement

[back to top]

Class: dco:GeoCoordinateRS

Geographical Coordinate Reference System - This class represents a geographical coordinate system

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:name
in-range-of:
dco:supportedGeoCoordinateRS
dco:geoReferenceSystem
dco:activeGeoCoordinateRS

[back to top]

Class: dco:GeoCoordinates

Geographical Coordinates - This class represents geographical coordinates that allow to locate precisely a point on the Earth surface

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:geoReferenceSystem
dco:datum
in-range-of:
dco:coordinates

[back to top]

Class: dco:ImageFormat

Image Format - This class represents a particular image format, such as jpeg, gif or png.

sub-class-of:
dco:Format
in-range-of:
dco:supportedImageFormats
dco:preferredImageFormat
dco:supportedFormats

[back to top]

Class: dco:ImageFormatSupport

Image Format Support - This class represents image support.

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:supportedImageFormats
dco:preferredImageFormat
dco:supportedFormats
in-range-of:
dco:imageFormatSupport

[back to top]

Class: dco:Inches

Inches - This class represents an length measured in inches

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:InputDevice

Input Type - This class represents the set of the different input devices that can be available in a device

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:name
in-range-of:
dco:inputDevices

[back to top]

Class: dco:J2meConfiguration

J2ME Configuration - This class represents J2ME configurations

sub-class-of:
dco:DeliveryContext_JavaEntity
in-domain-of:
dco:jsrNumber
dco:name
dco:version
in-range-of:
dco:j2meConfigurations

[back to top]

Class: dco:J2meOptionalPackage

J2ME Optional Package - This class represents J2ME optional packages

sub-class-of:
dco:DeliveryContext_JavaEntity
dco:DeliveryContext_JavaEntity dco:Api
in-domain-of:
dco:colloquialNames
dco:name
dco:version
in-range-of:
dco:j2meOptionalPackages

[back to top]

Class: dco:J2meProfile

J2ME Profile - This class represents J2ME Profiles

sub-class-of:
dco:DeliveryContext_JavaEntity
in-domain-of:
dco:jsrNumber
dco:name
dco:version
in-range-of:
dco:j2meProfiles

[back to top]

Class: dco:J2meRuntimeEnvironment

J2ME Runtime Environment - This class represents a J2ME runtime environment

sub-class-of:
dco:JavaRuntimeEnvironment
in-domain-of:
dco:j2meOptionalPackages
dco:j2meProfiles
dco:j2meConfigurations

[back to top]

Class: dco:J2meStandardOptionalPackage

J2ME Standard Optional Package - This class represents standard optional packages that can run ina J2ME runtime environment

sub-class-of:
dco:J2meOptionalPackage
in-domain-of:
dco:jsrNumber

[back to top]

Class: dco:JavaPlatform

Java Platform - This class represents Java Platforms

sub-class-of:
dco:DeliveryContext_JavaEntity
in-domain-of:
dco:name
dco:version
in-range-of:
dco:javaPlatforms

[back to top]

Class: dco:JavaRuntimeEnvironment

Java Runtime Environment - This class represents Java Runtime Environments

sub-class-of:
dco:DeliveryContext_JavaEntity
in-domain-of:
dco:javaPlatforms
dco:maximumHeapSize
dco:name
dco:vendor
dco:version
in-range-of:
dco:availableJavaRuntimeEnvironments
dco:activeJavaRuntimeEnvironment
dco:defaultJavaRuntimeEnvironment

[back to top]

Class: dco:JavaSupport

Java Support - This class represents the Java support offered by entities in a delivery context

sub-class-of:
dco:DeliveryContext_JavaEntity
in-domain-of:
dco:availableJavaRuntimeEnvironments
dco:maximumJarSize
dco:activeJavaRuntimeEnvironment
dco:totalMemoryForJavaApps
dco:defaultJavaRuntimeEnvironment
in-range-of:
dco:javaSupport

[back to top]

Class: dco:JtwiRuntimeEnvironment

JTWI Runtime Environment - This class represents a JTWI-compliant J2ME runtime environment

sub-class-of:
dco:J2meRuntimeEnvironment

[back to top]

Class: dco:Location

Location - This class represents all the location information about something

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:lastKnownPosition
dco:currentPosition
dco:locationTimestamp
in-range-of:
dco:location

[back to top]

Class: dco:LocationMethod

Location Method - It represents an specific mechanism used to calculate the location of a thing

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:name
in-range-of:
dco:locationMethod

[back to top]

Class: dco:LocationProvider

Location Provider - Represents an entity capable of providing location information

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:supportedGeoCoordinateRS
dco:locationFeatures
dco:locationMethod
dco:locationCostsMoney
dco:typicalResponseTime
dco:verticalAccuracy
dco:activeGeoCoordinateRS
dco:horizontalAccuracy
in-range-of:
dco:supportedLocationProviders
dco:availableLocationProviders

[back to top]

Class: dco:LocationProviderFeature

Location Provider Feature - This class represents location provider features

sub-class-of:
dco:DeliveryContext_LocationEntity
in-range-of:
dco:locationFeatures

[back to top]

Class: dco:LocationProviderSupport

Location Provider Support - This class represents location provider support

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:supportedLocationProviders
dco:availableLocationProviders
in-range-of:
dco:locationProviderSupport

[back to top]

Class: dco:MarkupModule

Markup Module - This class represents a module of a markup language

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:name
in-range-of:
dco:markupModules

[back to top]

Class: dco:MediaPlayer

Media Player - This class represents any kind of user agent capable of playing media

sub-class-of:
dco:UserAgent

[back to top]

Class: dco:MemoryUnit

Memory Unit - This class represents some memory used in a device. It might, for example, be built-in memory that is part of the device, or it might be removable memory on some form of storage card.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:totalMemorySize
dco:removableMemory
dco:availableMemorySize
in-range-of:
dco:extensionMemory
dco:builtInMemory

[back to top]

Class: dco:MeterToCentimeter

Meter to Centimeter - This class represents the factor used in converting meters to centimeters

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:MeterToFoot

Meter to Foot - This class represents the factor used in coverting meters to feet

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:MeterToInch

Meter to Inch - This class represents the factor used in converting meters to inches

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:MeterToMillimeter

Meter to Milimeter - This class represents the factor used in converting meters to millimeters

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:MeterToPica

Meter to Pica - This class represents the factor used in converting meters to picas

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:MeterToPoint

Meter to Point - This class represents the factor used in coverting meters to points

sub-class-of:
dco:UnitConversion

[back to top]

Class: dco:Meters

Meters - This class represents an length measured in meters

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:MilliampHours

Milliamperes-Hour - This class represents an electric charge measured in milliamp hours

sub-class-of:
dco:PhysicalElectricCharge

[back to top]

Class: dco:Millimeters

Millimeters - This class represents an length measured in millimeters

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:MmsClient

MMS User Agent - A user agent capable of managing MMS Messages

sub-class-of:
dco:PushClient
in-domain-of:
dco:mmsVersions
dco:maximumMmsMessageSize
in-range-of:
dco:activeMmsClient
dco:availableMmsClients
dco:defaultMmsClient

[back to top]

Class: dco:MmsSupport

MMS Support - This class represents MMS Support

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:activeMmsClient
dco:availableMmsClients
dco:defaultMmsClient
in-range-of:
dco:mmsSupport

[back to top]

Class: dco:MobileNetwork

Mobile Network - A mobile network that supports several network bearers

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:networkIdentifier
dco:name
in-range-of:
dco:bearerNetwork
dco:homeNetwork

[back to top]

Class: dco:NetworkBasedLocationMethod

Network Based Method - Location method is of type network based. This means that the final location result is calculated in the network.

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:NetworkBearer

Network Bearer - This class represents a network bearer in a delivery context.

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:networkMode
dco:bearerType
dco:addressType
dco:bearerNetwork
in-range-of:
dco:supportedNetworkBearers

[back to top]

Class: dco:NetworkEnvironment

Network Environment - This class represents the network environment present in a delivery context

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:availableNetworkBearers
dco:operatingNetworkBearer
dco:cellIdentifier
in-range-of:
dco:network

[back to top]

Class: dco:NetworkMode

Newtwork Mode - A mode of operation of a network which includes a network type and operation frequency bands

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:operationBands
dco:networkType
in-range-of:
dco:supportedNetworkModes
dco:networkMode

[back to top]

Class: dco:NetworkSupport

Network Support - This class represents the network in a delivery context

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:supportedNetworkModes
dco:supportedNetworkBearers
dco:activeNetworkBearer
dco:homeNetwork
in-range-of:
dco:networkSupport

[back to top]

Class: dco:NetworkType

Network Type - This class represents different network types

sub-class-of:
dco:DeliveryContext_NetworkEntity
in-domain-of:
dco:alternativeNames
dco:name
in-range-of:
dco:networkType

[back to top]

Class: dco:OperatingSystem

Operating System - An operating system

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:name
dco:vendor
dco:version
in-range-of:
dco:availableOperatingSystems
dco:activeOperatingSystem

[back to top]

Class: dco:OperatingSystemSupport

Operating System Support - This class represents operating system support.

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:availableOperatingSystems
dco:activeOperatingSystem
in-range-of:
dco:operatingSystemSupport

[back to top]

Class: dco:Organisation

Organisation - This class records originators who are organisations

sub-class-of:
dco:Originator
in-range-of:
dco:organisations

[back to top]

Class: dco:Orientation

Orientation - This class represents the orientation of a 2 dimensional entity, such as a display, camera or page.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:orientationValue
in-range-of:
dco:defaultOrientation
dco:currentOrientation

[back to top]

Class: dco:OrientationSupport

Orientation Support - This class defines the orientations supported by a two dimensional entity, such as a display, camera or page.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:defaultOrientation
dco:currentOrientation
in-range-of:
dco:orientationSupport

[back to top]

Class: dco:Originator

Originator - This class records the origin of entries in the ontology

sub-class-of:
dco:Associated_Entity
in-domain-of:
dco:name
in-range-of:
dco:originator

[back to top]

Class: dco:PageMarkup

Page Markup - A page markup language, such as HTML or WML

sub-class-of:
dco:TextFormat
dco:TextFormat dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:markupModules
dco:publicIdentifier
dco:systemIdentifier
in-range-of:
dco:supportedPageMarkupLanguages
dco:preferredPageMarkupLanguage
dco:supportedFormats

[back to top]

Class: dco:PageMarkupSupport

Page Markup Support - This class represents the page markup support of a browser

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:supportedPageMarkupLanguages
dco:preferredPageMarkupLanguage
dco:supportedFormats
in-range-of:
dco:pageMarkupSupport

[back to top]

Class: dco:Person

Person - This class records those originators who are persons that work within organisation

sub-class-of:
dco:Originator
in-domain-of:
dco:organisations
dco:email

[back to top]

Class: dco:PhysicalElectricCharge

Physical Electric Charge - This class represents a physical quantity that is an electric charge

sub-class-of:
dco:PhysicalQuantity
in-range-of:
dco:batteryCapacity

[back to top]

Class: dco:PhysicalLength

Physical Length - This class represents a physical quantity that is length

sub-class-of:
dco:PhysicalQuantity
in-range-of:
dco:height
dco:width

[back to top]

Class: dco:PhysicalQuantity

Physical Quantity - This class represents a physical quantity

sub-class-of:
dco:DeliveryContext_MeasureEntity
in-domain-of:
dco:value
dco:unitName
dco:unitAbbreviation
in-range-of:
dco:fromQuantity
dco:toQuantity

[back to top]

Class: dco:Picas

Picas - This class represents an length measured in picas

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:PixelCount

Pixel Count - This class represents a count of pixels associated with a display or camera. It might, for example, be used to represent the width of a display device or camera in pixels. Because this value may be variable, this class captures a number of individual properties associated with such a count.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:maximumPixelCount
dco:minimumPixelCount
dco:defaultPixelCount
dco:pixelCount
in-range-of:
dco:usableDisplayPixelsY
dco:totalDisplayPixelsX
dco:usableDisplayPixelsX
dco:totalDisplayPixelsY

[back to top]

Class: dco:Place

Place - This class represents all the information about the current location associated with the current Delivery Context

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:location
in-range-of:
dco:where

[back to top]

Class: dco:Point

Point - This class represents a point on the Earth surface

sub-class-of:
dco:DeliveryContext_LocationEntity
in-domain-of:
dco:coordinates
in-range-of:
dco:lastKnownPosition
dco:currentPosition

[back to top]

Class: dco:PointingInputDevice

Pointing Input Type - This class represents the means available on a device for pointing input.

sub-class-of:
dco:InputDevice
in-domain-of:
dco:pointingResolution

[back to top]

Class: dco:PointingResolution

Pointing Resolution - This class represents the precision with which the pointing can be achieved on a device.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:name
in-range-of:
dco:pointingResolution

[back to top]

Class: dco:Points

Points - This class represents an length measured in points

sub-class-of:
dco:PhysicalLength

[back to top]

Class: dco:PropietaryPageMarkup

Propietary Page Markup - This class represents all the page markups that are extensions (additions or removals) of well-known standard markups

sub-class-of:
dco:PageMarkup

[back to top]

Class: dco:PushClient

Push Client - This class represents user agents capable of receiving and processing push requests

sub-class-of:
dco:UserAgent

[back to top]

Class: dco:RasterImageFormat

Raster Image Format - This class represents raster image formats

sub-class-of:
dco:ImageFormat

[back to top]

Class: dco:SatelliteLocationMethod

Satellite Method - The location method uses satellites to assist in obtaining the location

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:ScriptLanguage

Script Language - This class represents a Script language

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:name
dco:version
in-range-of:
dco:scriptLanguages

[back to top]

Class: dco:ShortRangeLocationMethod

Short Range Method - Location method Short-range positioning system (for example, Bluetooth LP).

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:StandardPageMarkup

Standard Page Markup - This class represents those page markups that are standard

sub-class-of:
dco:PageMarkup
in-range-of:
dco:extensionBaseMarkups

[back to top]

Class: dco:StyleLanguage

Style Language - This class represents a Style language

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:name
dco:version
in-range-of:
dco:styleLanguages

[back to top]

Class: dco:TactileInputDevice

Tactile Input Type - This class represents the means available on a device for tactile input.

sub-class-of:
dco:InputDevice

[back to top]

Class: dco:TerminalBasedLocationMethod

Terminal Based Method - Location method is of type terminal based. This means that the final location result is calculated in the terminal.

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:TextFormat

Text Format - A format that uses text to represent something

sub-class-of:
dco:Format

[back to top]

Class: dco:TextInputType

Text Input Type - This class represents the means available on a device for text input.

sub-class-of:
dco:DeliveryContext_HardwareEntity
in-domain-of:
dco:name
in-range-of:
dco:textInputType

[back to top]

Class: dco:TimeDifferenceLocationMethod

Time Difference Method - Location method Time Difference for cellular / terrestrial RF system

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:TimeOfArrivalLocationMethod

Time of Arrival Method - Location method Time of Arrival (TOA) for cellular / terrestrial RF system.

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:TransferEncoding

Transfer Encoding - This class represents transfer encoding formats as specified by RFC 2045 and registered with IANA.

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:name
in-range-of:
dco:acceptedTransferEncodings

[back to top]

Class: dco:UTMCoordinates

UTM Coordinates - This class represents UTM coordinates

sub-class-of:
dco:GeoCoordinates
in-domain-of:
dco:northing
dco:easting
dco:latitudeZone
dco:longitudeZone
in-range-of:
dco:uTMCoordinates

[back to top]

Class: dco:UnassistedLocationMethod

Unassisted Method - Location method is unassisted it does not need other party in order to obtain the location

sub-class-of:
dco:LocationMethod

[back to top]

Class: dco:UnitConversion

Unit Conversion - This class represents a factor used to convert the value of one physical quantity into the value of another

sub-class-of:
dco:DeliveryContext_MeasureEntity
in-domain-of:
dco:fromQuantity
dco:conversionFactor
dco:toQuantity

[back to top]

Class: dco:UriSchema

URI Schema - This class represents URI Schemas

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:prefix
dco:name
in-range-of:
dco:uriSchemas

[back to top]

Class: dco:User

User - This class represents models all the user-related aspects of the Delivery Context Extensions to this class are welcome to model any user property particularly using de-facto standards such as FOAF

sub-class-of:
dco:DeliveryContext_Entity
in-range-of:
dco:user

[back to top]

Class: dco:UserAgent

User Agent - This class represents a client within a device

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:uriSchemas
dco:apis
dco:applicationProtocols
dco:acceptedTransferEncodings
dco:acceptedCharacterSets
dco:audioFormatSupport
dco:imageFormatSupport
dco:vendor
dco:version
dco:videoFormatSupport
in-range-of:
dco:activeUserAgent

[back to top]

Class: dco:VectorImageFormat

Vector Image Format - This class represents vectorial image formats

sub-class-of:
dco:ImageFormat

[back to top]

Class: dco:VideoFormat

Video Format - This class represents a particular video format, such as AVI or MP4.

sub-class-of:
dco:Format
in-range-of:
dco:supportedVideoFormats
dco:preferredVideoFormat
dco:supportedFormats

[back to top]

Class: dco:VideoFormatSupport

Video Format Support - The support of video formats in a device

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:supportedVideoFormats
dco:preferredVideoFormat
dco:supportedFormats
in-range-of:
dco:videoFormatSupport

[back to top]

Class: dco:VideoPlayer

Video Player - This class represents user agents capable of dealing with video formats

sub-class-of:
dco:MediaPlayer

[back to top]

Class: dco:WGS84Coordinates

WGS84 Coordinates - This class represents WGS84 coordinates

sub-class-of:
dco:GeoCoordinates
in-domain-of:
dco:altitude
dco:latitude
dco:longitude
in-range-of:
dco:wGS84Coordinates

[back to top]

Class: dco:WTAI

WTAI APIs - WAP - OMA Wireless Telephony APIs

sub-class-of:
dco:WebBrowserApi

[back to top]

Class: dco:WapPushClient

WAP Push Client - A user agent capable of managing WAP Push incoming messages

sub-class-of:
dco:PushClient
in-domain-of:
dco:wapPushVersions
dco:maximumWapPushRequests
dco:maximumWapPushMessageSize
in-range-of:
dco:availableWapPushClients
dco:activeWapPushClient
dco:defaultWapPushClient

[back to top]

Class: dco:WapPushSupport

WAP Push Support - The WAP Push Support of the Device

sub-class-of:
dco:DeliveryContext_SoftwareEntity
in-domain-of:
dco:availableWapPushClients
dco:activeWapPushClient
dco:defaultWapPushClient
in-range-of:
dco:wapPushSupport

[back to top]

Class: dco:WebBrowser

Web Browser - This class represents the Web Browser on a device.

sub-class-of:
dco:Browser
dco:Browser dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:styleLanguages
dco:scriptLanguages
dco:pageMarkupSupport
dco:webBrowserFeatures
dco:name
in-range-of:
dco:availableWebBrowsers
dco:activeWebBrowser
dco:defaultWebBrowser

[back to top]

Class: dco:WebBrowserApi

Web Browser API - This class represents APIs implemented by Web Browsers

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
dco:DeliveryContext_WebBrowserEntity dco:Api
in-range-of:
dco:restrictedElement

[back to top]

Class: dco:WebBrowserFeatures

Web Browser Features - This class represents the features of a Web Browser

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:restrictions
dco:supportsFrames
dco:showsPageTitle
dco:cacheSize
dco:supportsJavaApplets
dco:maximumTotalPageWeight
dco:supportsCookies
dco:supportsBookmarks
dco:maximumDownloadableObjectSize
dco:rendersTables
dco:maximumEmbeddedObjectSize
in-range-of:
dco:webBrowserFeatures

[back to top]

Class: dco:WebBrowserSupport

Web Browser Support - This class represents browser support.

sub-class-of:
dco:DeliveryContext_WebBrowserEntity
in-domain-of:
dco:availableWebBrowsers
dco:activeWebBrowser
dco:defaultWebBrowser
in-range-of:
dco:webBrowserSupport

[back to top]

Class: dco:Xhtml1Markup

XHTML 1 Markup - This class represents any kind of XHTML1-based markup

sub-class-of:
dco:PageMarkup
dco:PageMarkup dco:XmlFormat

[back to top]

Class: dco:Xhtml1ModularizedMarkup

XHTML 1 Modularized Markup - A modularized format based on different XHTML1 modules. It should have at least the core XHTML1 modules

sub-class-of:
dco:Xhtml1Markup
in-domain-of:
dco:xhtml11Modules

[back to top]

Class: dco:Xhtml1Module

XHTML 1 Module - An XHTML 1 module as specified in the XHTML Modularization

sub-class-of:
dco:MarkupModule
in-range-of:
dco:xhtml11Modules

[back to top]

Class: dco:XmlFormat

XML Format - This class represents formats that are represented using XML

sub-class-of:
dco:TextFormat
in-domain-of:
dco:namespace

[back to top]

Property: dco:acceptedCharacterSets

Accepted Character Sets - This property represents the charsets accepted by a user agent

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
Range:
dco:CharacterSet

[back to top]

Property: dco:acceptedTransferEncodings

Accepted Transfer Encodings - The accepted transfer encodings supported by a user agent.

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
Range:
dco:TransferEncoding

[back to top]

Property: dco:activeBluetoothProfile

Active bluetooth Profile - This property represents a Bluetooth profile currently active on the device.

OWL Type:
ObjectProperty
Domain:
dco:BluetoothSupport
Range:
dco:BluetoothProfile

[back to top]

Property: dco:activeGeoCoordinateRS

Active Geographical Coordinate System - Indicates what is the active geographical coordinate system

OWL Type:
ObjectProperty
Domain:
dco:LocationProvider
Range:
dco:GeoCoordinateRS

[back to top]

Property: dco:activeJavaRuntimeEnvironment

Active Java Runtime Environment - The activa Java runtime environment

OWL Type:
ObjectProperty
Domain:
dco:JavaSupport
Range:
dco:JavaRuntimeEnvironment

[back to top]

Property: dco:activeMmsClient

Active MMS Client - Indicates what is the active MMS Client

OWL Type:
ObjectProperty
sub-property-of:
dco:activeUserAgent
Domain:
dco:MmsSupport
Range:
dco:MmsClient

[back to top]

Property: dco:activeNetworkBearer

Active Network Bearer - This property represents the currently active network bearer on a device

OWL Type:
ObjectProperty
Domain:
dco:NetworkSupport
Range:
dco:AvailableNetworkBearer

[back to top]

Property: dco:activeOperatingSystem

Active Operating System - This is the active operating system

OWL Type:
ObjectProperty
Domain:
dco:OperatingSystemSupport
Range:
dco:OperatingSystem

[back to top]

Property: dco:activeUserAgent

Active User Agent - The user agent currently used by the user and responsible of the current interaction in this context

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:UserAgent

[back to top]

Property: dco:activeWapPushClient

Active WAP Push Client - Indicates what is the active WAP Client

OWL Type:
ObjectProperty
sub-property-of:
dco:activeUserAgent
Domain:
dco:WapPushSupport
Range:
dco:WapPushClient

[back to top]

Property: dco:activeWebBrowser

Active Web Browser - This property defines the active Web browser on the device

OWL Type:
ObjectProperty
sub-property-of:
dco:activeUserAgent
Domain:
dco:WebBrowserSupport
Range:
dco:WebBrowser

[back to top]

Property: dco:addressType

Address Type - This property identifies the type of address associated with a bearer.

OWL Type:
DatatypeProperty
Domain:
dco:NetworkBearer
Range:
xsd:string

[back to top]

Property: dco:alternativeNames

Alternative Names - The alternative names of a Delivery Context Entity

OWL Type:
DatatypeProperty
Domain:
dco:BearerType
dco:NetworkType
Range:
xsd:string

[back to top]

Property: dco:altitude

Altitude - The altitude as defined by the WGS84 coordinate system

OWL Type:
DatatypeProperty
Domain:
dco:WGS84Coordinates
Range:
xsd:float

[back to top]

Property: dco:apis

APIs - The APIs supported by a browser

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
Range:
dco:Api

[back to top]

Property: dco:applicationProtocols

Supported Application Protocols - The supported protocols of a user agent

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
Range:
dco:ApplicationProtocol

[back to top]

Property: dco:aspectRatio

Aspect Ratio - The aspect ratio associated with an entire display in its default orientation.

OWL Type:
ObjectProperty
Domain:
dco:Display
dco:Camera
Range:
dco:AspectRatio

[back to top]

Property: dco:aspectRatioHeightComponent

Aspect Ratio Height Component - This is a value representing the height component of an aspect ratio. For example, for a 4:3 aspect ratio, this value would be 3.

OWL Type:
DatatypeProperty
Domain:
dco:AspectRatio
Range:
xsd:positiveInteger

[back to top]

Property: dco:aspectRatioWidthComponent

Aspect Ratio Width Component - This is a value representing the width component of an aspect ratio. For example, for a 4:3 aspect ratio, this value would be 4.

OWL Type:
DatatypeProperty
Domain:
dco:AspectRatio
Range:
xsd:positiveInteger

[back to top]

Property: dco:audioFormatSupport

Audio Support - The audio support of a delivery context entity

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
dco:DeliveryContext
Range:
dco:AudioFormatSupport

[back to top]

Property: dco:availableJavaRuntimeEnvironments

Available Java Runtime Environments - The available runtime environments

OWL Type:
ObjectProperty
Domain:
dco:JavaSupport
Range:
dco:JavaRuntimeEnvironment

[back to top]

Property: dco:availableLocationProviders

Available Location Providers - This property represents the LocationProviders that are currently available in the Delivery Context

OWL Type:
ObjectProperty
Domain:
dco:LocationProviderSupport
Range:
dco:LocationProvider

[back to top]

Property: dco:availableMemorySize

Available Memory Size - This property represents the amount of memory available for use, in bytes.

OWL Type:
DatatypeProperty
Domain:
dco:MemoryUnit
Range:
xsd:nonNegativeInteger

[back to top]

Property: dco:availableMmsClients

Available MMS Clients - Indicates what are the MMS clients available (i.e. subject of being sent a message to them)

OWL Type:
ObjectProperty
Domain:
dco:MmsSupport
Range:
dco:MmsClient

[back to top]

Property: dco:availableNetworkBearers

Available network bearers - The available network bearers in this environment

OWL Type:
ObjectProperty
Domain:
dco:NetworkEnvironment
Range:
dco:AvailableNetworkBearer

[back to top]

Property: dco:availableOperatingSystems

Available Operating Systems - These are the available operating systems.

OWL Type:
ObjectProperty
Domain:
dco:OperatingSystemSupport
Range:
dco:OperatingSystem

[back to top]

Property: dco:availableWapPushClients

Available WAP Push User Clients - Indicates what are the WAP Push Clients available in the device (capable of receive a message)

OWL Type:
ObjectProperty
Domain:
dco:WapPushSupport
Range:
dco:WapPushClient

[back to top]

Property: dco:availableWebBrowsers

Available Web Browsers - This property defines a web browser that is available on the device

OWL Type:
ObjectProperty
Domain:
dco:WebBrowserSupport
Range:
dco:WebBrowser

[back to top]

Property: dco:batteries

Batteries - This property represents the batteries in a device

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:Battery

[back to top]

Property: dco:batteryBeingCharged

Battery Being Charged - This property indicates whether the battery is currently being charged or not

OWL Type:
DatatypeProperty
Domain:
dco:Battery
Range:
xsd:boolean

[back to top]

Property: dco:batteryCapacity

Battery Capacity - The capacity of a battery, as an amount of electric charge that it can store.

OWL Type:
ObjectProperty
Domain:
dco:Battery
Range:
dco:PhysicalElectricCharge

[back to top]

Property: dco:batteryLevel

Battery Level - This property holds the percentage of the battery capacity that remains available.

OWL Type:
DatatypeProperty
Domain:
dco:Battery
Range:
xsd:int

[back to top]

Property: dco:bearerNetwork

Bearer Network - The actual network of a NetworkBearer

OWL Type:
ObjectProperty
Domain:
dco:NetworkBearer
Range:
dco:MobileNetwork

[back to top]

Property: dco:bearerType

Bearer Type - This property holds the type of the network bearer.

OWL Type:
ObjectProperty
Domain:
dco:NetworkBearer
Range:
dco:BearerType

[back to top]

Property: dco:bitsPerPixel

Display Bits Per Pixel - The number of bits of data held for each pixel of the display.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:int

[back to top]

Property: dco:bluetoothSupport

Bluetooth Support - This property represents the support for Bluetooth available on the device.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:BluetoothSupport

[back to top]

Property: dco:bluetoothVersions

Supported Bluetooth Versions - This property represents the version of Bluetooth supported.

OWL Type:
DatatypeProperty
Domain:
dco:BluetoothSupport
Range:
xsd:string

[back to top]

Property: dco:builtInMemory

Built-in Memory - This property represents the memory built into the device and which is not removable during normal operation.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:MemoryUnit

[back to top]

Property: dco:cacheSize

Cache Size - The size of the cache (in bytes) implemented by the browser

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:long

[back to top]

Property: dco:cameraEnabled

Camera Enabled - This property indicates whether or not the camera is currently enabled.

OWL Type:
DatatypeProperty
Domain:
dco:Camera
Range:
xsd:boolean

[back to top]

Property: dco:cameraResolution

Camera Resolution - This property represents the resolution of the camera in pixels

OWL Type:
DatatypeProperty
Domain:
dco:Camera
Range:
xsd:int

[back to top]

Property: dco:cameras

Camera - This property represents a camera associated with a device

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:Camera

[back to top]

Property: dco:cellIdentifier

Cell Identifier - The id of the cell to which the device is interacting with in the mobile network

OWL Type:
DatatypeProperty
Domain:
dco:NetworkEnvironment
Range:
xsd:string

[back to top]

Property: dco:colloquialNames

Colloqial Names - The colloquial names of a delivery context entity

OWL Type:
DatatypeProperty
Domain:
dco:Api
dco:J2meOptionalPackage
dco:Format
Range:
xsd:string

[back to top]

Property: dco:conversionFactor

Conversion Factor - This property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.

OWL Type:
DatatypeProperty
Domain:
dco:UnitConversion
Range:
xsd:float

[back to top]

Property: dco:conversionName

Conversion Name - This property represents the colloquial name for the conversion

OWL Type:
DatatypeProperty
Range:
xsd:string

[back to top]

Property: dco:conversionValue

Conversion Value - This property represents the value to be used to perform the conversion

OWL Type:
DatatypeProperty
Range:
xsd:float

[back to top]

Property: dco:coordinates

Coordinates - The coordinates of a point

OWL Type:
ObjectProperty
Domain:
dco:Point
Range:
dco:GeoCoordinates

[back to top]

Property: dco:course

Course - The device''s course made good in degrees relative to true north. The value is always in the range [0.0,360.0) degrees.

OWL Type:
DatatypeProperty
Domain:
dco:Environment
Range:
xsd:float

[back to top]

Property: dco:currentOrientation

Current Orientation - This property represents the current orientation

OWL Type:
ObjectProperty
Domain:
dco:OrientationSupport
Range:
dco:Orientation

[back to top]

Property: dco:currentPosition

Current Position - The current position that will need to be determined by the location provider

OWL Type:
ObjectProperty
Domain:
dco:Location
Range:
dco:Point

[back to top]

Property: dco:datum

Datum - The datum that express the reference of the coordinates

OWL Type:
DatatypeProperty
Domain:
dco:GeoCoordinates
Range:
xsd:string

[back to top]

Property: dco:defaultJavaRuntimeEnvironment

Default Java Runtime Environment - The default Jaava runtime environment

OWL Type:
ObjectProperty
Domain:
dco:JavaSupport
Range:
dco:JavaRuntimeEnvironment

[back to top]

Property: dco:defaultMmsClient

Default MMS Client - The default MMS client on the device

OWL Type:
ObjectProperty
Domain:
dco:MmsSupport
Range:
dco:MmsClient

[back to top]

Property: dco:defaultOrientation

Default Orientation - This property represents the default orientation.

OWL Type:
ObjectProperty
Domain:
dco:OrientationSupport
Range:
dco:Orientation

[back to top]

Property: dco:defaultPixelCount

Default Pixel Count - The default value of the number of pixels

OWL Type:
DatatypeProperty
Domain:
dco:PixelCount
Range:
xsd:nonNegativeInteger

[back to top]

Property: dco:defaultWapPushClient

Default WAP Push Client - The default WAP Push Client on a device

OWL Type:
ObjectProperty
Domain:
dco:WapPushSupport
Range:
dco:WapPushClient

[back to top]

Property: dco:defaultWebBrowser

Default Web Browser - The default Web Browser in a device

OWL Type:
ObjectProperty
Domain:
dco:WebBrowserSupport
Range:
dco:WebBrowser

[back to top]

Property: dco:device

Device - This property represents the device associated with the delivery context.

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:Device

[back to top]

Property: dco:deviceHardware

Device Hardware - This property represents the hardware associated with a device

OWL Type:
ObjectProperty
Domain:
dco:Device
Range:
dco:DeviceHardware

[back to top]

Property: dco:deviceIdentifier

Device Identifier - Identifies uniquely a device

OWL Type:
DatatypeProperty
Domain:
dco:Device
Range:
xsd:string

[back to top]

Property: dco:deviceSoftware

Device Software - This property represents the software on the device

OWL Type:
ObjectProperty
Domain:
dco:Device
Range:
dco:DeviceSoftware

[back to top]

Property: dco:display

Display - This property represents a display associated with a device.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:Display

[back to top]

Property: dco:easting

Easting - The easting (x) component of the UTM coordinates measured in metres

OWL Type:
DatatypeProperty
Domain:
dco:UTMCoordinates
Range:
xsd:float

[back to top]

Property: dco:email

Orignator's Email - The e-mail of the person

OWL Type:
DatatypeProperty
Domain:
dco:Person
Range:
xsd:string

[back to top]

Property: dco:environment

Environment - The environment associated to this delivery context

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:Environment

[back to top]

Property: dco:extensionBaseMarkups

Extension Base Markup - The standard base markup upon which a variant has been built

OWL Type:
ObjectProperty
Domain:
dco:ExtendedPageMarkup
Range:
dco:StandardPageMarkup

[back to top]

Property: dco:extensionMemory

Extension Memory - This property identifies additional memory that is provided to a device, typically in the form of removable memory cards

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:MemoryUnit

[back to top]

Property: dco:fromQuantity

From Quantity - This property represents the quantity from whose units conversion is required.

OWL Type:
ObjectProperty
Domain:
dco:UnitConversion
Range:
dco:PhysicalQuantity

[back to top]

Property: dco:geoReferenceSystem

Georeference System - This property represents the reference system in which are expressed the geographical coordinates

OWL Type:
ObjectProperty
Domain:
dco:GeoCoordinates
Range:
dco:GeoCoordinateRS

[back to top]

Property: dco:height

Height - The total height of the display as a linear measure.

OWL Type:
ObjectProperty
Domain:
dco:Display
Range:
dco:PhysicalLength

[back to top]

Property: dco:homeNetwork

Home Network - The home network of a device

OWL Type:
ObjectProperty
Domain:
dco:NetworkSupport
Range:
dco:MobileNetwork

[back to top]

Property: dco:horizontalAccuracy

Horizontal Accuracy - Stimate of the horizontal accuracy of the location in metres

OWL Type:
DatatypeProperty
Domain:
dco:LocationProvider
Range:
xsd:int

[back to top]

Property: dco:imageFormatSupport

Image Support - The image support of a delivery context entity

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
dco:DeliveryContext
dco:Camera
Range:
dco:ImageFormatSupport

[back to top]

Property: dco:imei

IMEI - The International Mobile Equipment Identity or IMEI (pronounced /aɪˈmiː/) is a number unique to every GSM and UMTS mobile phone. It is usually found printed on the phone underneath the battery and can also be found by dialing the sequence *#06# into the phone.

OWL Type:
DatatypeProperty
sub-property-of:
dco:deviceIdentifier
Domain:
dco:Device
Range:
xsd:string

[back to top]

Property: dco:inputCharacterSets

Input Character Sets - This property defines the character sets supported by the device for input.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:CharacterSet

[back to top]

Property: dco:inputDevices

Input Devices - The input mechanisms supported by a device

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:InputDevice

[back to top]

Property: dco:j2meConfigurations

Supported J2ME Configurations - The supported J2ME configurations

OWL Type:
ObjectProperty
Domain:
dco:J2meRuntimeEnvironment
Range:
dco:J2meConfiguration

[back to top]

Property: dco:j2meOptionalPackages

J2ME Optional Packages - The optional packages that makes available a J2ME runtime environment

OWL Type:
ObjectProperty
Domain:
dco:J2meRuntimeEnvironment
Range:
dco:J2meOptionalPackage

[back to top]

Property: dco:j2meProfiles

Supported J2ME Profiles - The supported J2ME profiles

OWL Type:
ObjectProperty
Domain:
dco:J2meRuntimeEnvironment
Range:
dco:J2meProfile

[back to top]

Property: dco:javaPlatforms

Java Platforms - The Java Platforms supported by a Java Runtime Environment

OWL Type:
ObjectProperty
Domain:
dco:JavaRuntimeEnvironment
Range:
dco:JavaPlatform

[back to top]

Property: dco:javaSupport

Java Support - The Java support of a device

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:JavaSupport

[back to top]

Property: dco:jsrNumber

JSR Number - The JSR number that corresponds to a Java Technology

OWL Type:
DatatypeProperty
Domain:
dco:J2meProfile
dco:J2meConfiguration
dco:J2meStandardOptionalPackage
Range:
xsd:string

[back to top]

Property: dco:lastKnownPosition

Last Known Position - The last known position as reported by the location provider

OWL Type:
ObjectProperty
Domain:
dco:Location
Range:
dco:Point

[back to top]

Property: dco:latitude

Latitude - Latitude as defined by the WGS84 coordinate reference system

OWL Type:
DatatypeProperty
Domain:
dco:WGS84Coordinates
Range:
xsd:float

[back to top]

Property: dco:latitudeZone

UTM Latitude Zone - The UTM system segments each longitude zone into 20 latitude zones. Each latitude zone is 8 degrees high, and is lettered starting from "C" at 80° S, increasing up the English alphabet until "X", omitting the letters "I" and "O" (because of their similarity to the digits one and zero).

OWL Type:
DatatypeProperty
Domain:
dco:UTMCoordinates
Range:
xsd:string

[back to top]

Property: dco:location

Location - The location information about the place corresponding to this delivery context

OWL Type:
ObjectProperty
Domain:
dco:Place
Range:
dco:Location

[back to top]

Property: dco:locationCostsMoney

Costs Money - This property indicates whether the location provider has a cost for the user

OWL Type:
DatatypeProperty
Domain:
dco:LocationProvider
Range:
xsd:boolean

[back to top]

Property: dco:locationFeatures

Supported Location Features - The location features supported by the location provider

OWL Type:
ObjectProperty
Domain:
dco:LocationProvider
Range:
dco:LocationProviderFeature

[back to top]

Property: dco:locationMethod

Location Method - The location method used by a LocationProvider for determining the current location associated to the delivery context

OWL Type:
ObjectProperty
Domain:
dco:LocationProvider
Range:
dco:LocationMethod

[back to top]

Property: dco:locationProviderSupport

Location Provider Support - This is the location provider support of the Delivery Context

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:LocationProviderSupport

[back to top]

Property: dco:locationTimestamp

Location Timestamp - A timestamp that indicates when it was performed the last location request to the location provider. The value of this property can be used to determine if applications need to ask about the last known position or the current position

OWL Type:
DatatypeProperty
Domain:
dco:Location
Range:
xsd:dateTime

[back to top]

Property: dco:longitude

Longitude - The longitude as defined by the WGS84 coordinate system

OWL Type:
DatatypeProperty
Domain:
dco:WGS84Coordinates
Range:
xsd:float

[back to top]

Property: dco:longitudeZone

UTM Longitude Zone - The UTM system divides the surface of the Earth between 80° S latitude and 84° N latitude into 60 zones, each 6° of longitude in width and centered over a meridian of longitude. Zones are numbered from 1 to 60. Zone 1 is bounded by longitude 180° to 174° W and is centered on the 177th West meridian. Zone numbering increases in an easterly direction.

OWL Type:
DatatypeProperty
Domain:
dco:UTMCoordinates
Range:
xsd:int

[back to top]

Property: dco:markupModules

Markup Modules - The modules used by a markup language

OWL Type:
ObjectProperty
Domain:
dco:PageMarkup
Range:
dco:MarkupModule

[back to top]

Property: dco:maximumCpuFrequency

CPU Maximum Frequency - Processor maximum speed

OWL Type:
DatatypeProperty
Domain:
dco:CPU
Range:
xsd:int

[back to top]

Property: dco:maximumDownloadableObjectSize

Maximum Downloadable Object Size - Maximum size in bytes for content downloaded via web browser.

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:long

[back to top]

Property: dco:maximumEmbeddedObjectSize

Maximum Embedded Object Size - Maximum size in bytes for media embedded in web pages

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:long

[back to top]

Property: dco:maximumHeapSize

Maximum Heap Size - The maximum heap size supported by a Java Runtime Environment

OWL Type:
DatatypeProperty
Domain:
dco:JavaRuntimeEnvironment
Range:
xsd:long

[back to top]

Property: dco:maximumJarSize

Maximum JAR size - The maximum JAR size for a Java Application

OWL Type:
DatatypeProperty
Domain:
dco:JavaSupport
Range:
xsd:long

[back to top]

Property: dco:maximumMmsMessageSize

MMS Maximum Message Size - The maximum size of an interchaned message

OWL Type:
DatatypeProperty
Domain:
dco:MmsClient
Range:
xsd:long

[back to top]

Property: dco:maximumPixelCount

Maximum Pixel Count - The maximum value of the number of pixels

OWL Type:
DatatypeProperty
Domain:
dco:PixelCount
Range:
xsd:int

[back to top]

Property: dco:maximumTotalPageWeight

Maximum Total Page Weight - The maximum page weight in bytes supported by a browser (this includes the markup and all the possible referenced objects in the page) such as images, styleSheets, script files, etc

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:long

[back to top]

Property: dco:maximumWapPushMessageSize

WAP Push Maximum Message Size - THe maximum message size supported by the WAP Push User Agent

OWL Type:
DatatypeProperty
Domain:
dco:WapPushClient
Range:
xsd:long

[back to top]

Property: dco:maximumWapPushRequests

WAP Push Maximum Number of Requests - The maximum number of WAP Push requests that the WAP Push User Agent is capable to deal with.

OWL Type:
DatatypeProperty
Domain:
dco:WapPushClient
Range:
xsd:int

[back to top]

Property: dco:meid

MEID - Mobile Equipment Identifier (MEID) is a globally unique number identifying a physical piece of CDMA mobile station equipment. The number format is defined by the 3GPP2 standard S.R0048 but in practical terms, it can be seen as an IMEI but with hexadecimal digits.

OWL Type:
DatatypeProperty
sub-property-of:
dco:deviceIdentifier

[back to top]

Property: dco:mimeTypes

Content Type - These are the MIME types associated with this type of format.

OWL Type:
DatatypeProperty
Domain:
dco:Format
Range:
xsd:string

[back to top]

Property: dco:minimumPixelCount

Minimum Pixel Count - The minimum value of the number pixels.

OWL Type:
DatatypeProperty
Domain:
dco:PixelCount
Range:
xsd:int

[back to top]

Property: dco:mmsSupport

MMS Support - The MMS support of the device

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:MmsSupport

[back to top]

Property: dco:mmsVersions

MMS versions - The supported MMS versions

OWL Type:
DatatypeProperty
Domain:
dco:MmsClient
Range:
xsd:string

[back to top]

Property: dco:model

Model - The model identification assigned to the something by its vendor.

OWL Type:
DatatypeProperty
Domain:
dco:Device
dco:CPU
Range:
xsd:string

[back to top]

Property: dco:name

Name - The name of a delivery context entity

OWL Type:
DatatypeProperty
Domain:
dco:UriSchema
dco:ApplicationProtocol
dco:Api
dco:GeoCoordinateRS
dco:LocationMethod
dco:JavaPlatform
dco:J2meProfile
dco:J2meOptionalPackage
dco:J2meConfiguration
dco:JavaRuntimeEnvironment
dco:BearerType
dco:TransferEncoding
dco:ScriptLanguage
dco:OperatingSystem
dco:TextInputType
dco:BluetoothProfile
dco:Format
dco:PointingResolution
dco:NetworkType
dco:CharacterSet
dco:StyleLanguage
dco:MobileNetwork
dco:WebBrowser
dco:MarkupModule
dco:FeatureRestriction
dco:Originator
dco:InputDevice
Range:
xsd:string

[back to top]

Property: dco:namespace

Namespace - The namespace of an XML format

OWL Type:
DatatypeProperty
Domain:
dco:XmlFormat
Range:
xsd:string

[back to top]

Property: dco:network

Network - This property represents the network in a delivery context.

OWL Type:
ObjectProperty
Domain:
dco:Environment
Range:
dco:NetworkEnvironment

[back to top]

Property: dco:networkIdentifier

Network Identifier - The identifier of a mobile network

OWL Type:
DatatypeProperty
Domain:
dco:MobileNetwork
Range:
xsd:string

[back to top]

Property: dco:networkMode

Network Mode - The network operation characteristics of a network bearer

OWL Type:
ObjectProperty
Domain:
dco:NetworkBearer
Range:
dco:NetworkMode

[back to top]

Property: dco:networkSupport

Network Support - This property represents the network support available on the device.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:NetworkSupport

[back to top]

Property: dco:networkType

Network Type - The type of network

OWL Type:
ObjectProperty
Domain:
dco:NetworkMode
Range:
dco:NetworkType

[back to top]

Property: dco:northing

Northing - The northing component of the UTM coordinates measured in metres

OWL Type:
DatatypeProperty
Domain:
dco:UTMCoordinates
Range:
xsd:float

[back to top]

Property: dco:numberOfSoftKeys

Number of Soft Keys - This property represents the number of input keys on the device whose function can be controlled programatically.

OWL Type:
DatatypeProperty
Domain:
dco:DeviceHardware
Range:
xsd:int

[back to top]

Property: dco:operatingNetworkBearer

Operating Network Bearer - The network bearer that it is operative in this delivery context

OWL Type:
ObjectProperty
Domain:
dco:NetworkEnvironment
Range:
dco:AvailableNetworkBearer

[back to top]

Property: dco:operatingSystemSupport

Operating System Support - This is the operating system support on the device

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:OperatingSystemSupport

[back to top]

Property: dco:operationBands

Operation Bands - The frequencies of operation of a device in a network. Frquencies are expressed in Mhz

OWL Type:
DatatypeProperty
Domain:
dco:NetworkMode
Range:
xsd:long

[back to top]

Property: dco:organisations

- The organisations who is member an originator of an entry in the ontology

OWL Type:
ObjectProperty
Domain:
dco:Person
Range:
dco:Organisation

[back to top]

Property: dco:orientationSupport

Orientation Support - This property represents the orientation support for the display

OWL Type:
ObjectProperty
Domain:
dco:Display
Range:
dco:OrientationSupport

[back to top]

Property: dco:orientationValue

Orientation Value - This property represents the name of a particular orientation

OWL Type:
DatatypeProperty
Domain:
dco:Orientation

[back to top]

Property: dco:originator

- The originator of an entity in the ontology

OWL Type:
ObjectProperty
Range:
dco:Originator

[back to top]

Property: dco:outputCharacterSets

Output Character Sets - This property defines the character sets supported by the device for output.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:CharacterSet

[back to top]

Property: dco:pageMarkupSupport

Page Markup Support - This property defines the page markup supported by this browser.

OWL Type:
ObjectProperty
Domain:
dco:WebBrowser
Range:
dco:PageMarkupSupport

[back to top]

Property: dco:pixelAspectRatio

Display Pixel Aspect Ratio - The aspect ratio associated with a single pixel in the display.

OWL Type:
ObjectProperty
Domain:
dco:Display
dco:Camera
Range:
dco:AspectRatio

[back to top]

Property: dco:pixelCount

Pixel Count - The current value of the number of pixels

OWL Type:
DatatypeProperty
Domain:
dco:PixelCount
Range:
xsd:nonNegativeInteger

[back to top]

Property: dco:pointingResolution

Pointing Resolution - This property represents the precision with which pointing can be carried out on a device.

OWL Type:
ObjectProperty
Domain:
dco:PointingInputDevice
Range:
dco:PointingResolution

[back to top]

Property: dco:preferredAudioFormat

Preferred Audio Format - The preferred audio format for this audio support

OWL Type:
ObjectProperty
Domain:
dco:AudioFormatSupport
Range:
dco:AudioFormat

[back to top]

Property: dco:preferredImageFormat

Preferred Image Format - The image format that is preferred for this image support

OWL Type:
ObjectProperty
Domain:
dco:ImageFormatSupport
Range:
dco:ImageFormat

[back to top]

Property: dco:preferredPageMarkupLanguage

Preferred Page Markup Language - This property represents the preferred page markup language

OWL Type:
ObjectProperty
Domain:
dco:PageMarkupSupport
Range:
dco:PageMarkup

[back to top]

Property: dco:preferredVideoFormat

Preferred Video Format - The preferred video format for this video format support

OWL Type:
ObjectProperty
Domain:
dco:VideoFormatSupport
Range:
dco:VideoFormat

[back to top]

Property: dco:prefix

Prefix - The prefix used by an UriSchema

OWL Type:
DatatypeProperty
Domain:
dco:UriSchema
Range:
xsd:string

[back to top]

Property: dco:primaryCPU

Primary CPU - This class represents the main CPU for a device.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:CPU

[back to top]

Property: dco:primaryCamera

Primary Camera - The primary camera of the device

OWL Type:
ObjectProperty
sub-property-of:
dco:cameras
Domain:
dco:DeviceHardware
Range:
dco:Camera

[back to top]

Property: dco:proportionalDefaultFont

Proportional Default Font - This property specifies whether or not the display's default font is proportionally spaced.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:boolean

[back to top]

Property: dco:publicIdentifier

Public Identifier - The public identifier of an XML format

OWL Type:
DatatypeProperty
Domain:
dco:PageMarkup
Range:
xsd:string

[back to top]

Property: dco:relatedUAProfEntity

- The name of the related UAProf entities

OWL Type:
DatatypeProperty
Range:
xsd:string

[back to top]

Property: dco:relatedW3CoreVocProperty

- The name of a W3C Core Vocabulary property to which a property in the ontology relates to

OWL Type:
DatatypeProperty

[back to top]

Property: dco:removableMemory

Removable Memory - This property indicates whether or not the memory unit can be removed from the device by the user in normal operation.

OWL Type:
DatatypeProperty
Domain:
dco:MemoryUnit
Range:
xsd:boolean

[back to top]

Property: dco:rendersTables

Renders Tables - Indicates whether the browser is capable of rendering tables or not

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:restrictedElement

Restricted Element - The element to which the restriction applies

OWL Type:
ObjectProperty
Domain:
dco:FeatureRestriction
Range:
dco:Format
dco:WebBrowserApi

[back to top]

Property: dco:restrictionValue

Restriction Value - The value of a feature restriction

OWL Type:
DatatypeProperty
Domain:
dco:FeatureRestriction

[back to top]

Property: dco:restrictions

Restrictions - The restrictions related to a Web Browser and its implementation of different technologies

OWL Type:
ObjectProperty
Domain:
dco:WebBrowserFeatures
Range:
dco:FeatureRestriction

[back to top]

Property: dco:scriptLanguages

Script Languages - This property defines the set of script languages supported by this browser.

OWL Type:
ObjectProperty
Domain:
dco:WebBrowser
Range:
dco:ScriptLanguage

[back to top]

Property: dco:showsPageTitle

Shows Page Title - Indicates whether the browser displays the title of the current page or not

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:speed

Speed - Observed speed

OWL Type:
DatatypeProperty
Domain:
dco:Environment
Range:
xsd:float

[back to top]

Property: dco:styleLanguages

Style Languages - This property defines the set of style languages supported by this browser.

OWL Type:
ObjectProperty
Domain:
dco:WebBrowser
Range:
dco:StyleLanguage

[back to top]

Property: dco:supportedAudioFormats

Supported Audio Formats - The supported audio formats

OWL Type:
ObjectProperty
sub-property-of:
dco:supportedFormats
Domain:
dco:AudioFormatSupport
Range:
dco:AudioFormat

[back to top]

Property: dco:supportedBluetoothProfiles

Supported Bluetooth Profiles - This property defines the Bluetooth profiles supported by the device.

OWL Type:
ObjectProperty
Domain:
dco:BluetoothSupport
Range:
dco:BluetoothProfile

[back to top]

Property: dco:supportedFormats

Supported Formats - The supported formats of a user agent

OWL Type:
ObjectProperty
Domain:
dco:AudioFormatSupport
dco:VideoFormatSupport
dco:PageMarkupSupport
dco:ImageFormatSupport
Range:
dco:AudioFormat
dco:VideoFormat
dco:ImageFormat
dco:PageMarkup

[back to top]

Property: dco:supportedGeoCoordinateRS

Geographical Coordinate Systems - Indicates what are goegraphical coordinate systems supported by the location provider

OWL Type:
ObjectProperty
Domain:
dco:LocationProvider
Range:
dco:GeoCoordinateRS

[back to top]

Property: dco:supportedImageFormats

Supported Image Formats - The set of image types that are supported.

OWL Type:
ObjectProperty
sub-property-of:
dco:supportedFormats
Domain:
dco:ImageFormatSupport
Range:
dco:ImageFormat

[back to top]

Property: dco:supportedLocationProviders

Supported Location Providers - This property is a list of the supported LocationProviders in a Delivery Context

OWL Type:
ObjectProperty
Domain:
dco:LocationProviderSupport
Range:
dco:LocationProvider

[back to top]

Property: dco:supportedNetworkBearers

Supported Network Bearers - This property holds the set of network bearers supported by the device.

OWL Type:
ObjectProperty
Domain:
dco:NetworkSupport
Range:
dco:NetworkBearer

[back to top]

Property: dco:supportedNetworkModes

Supported Network Modes - The supported network modes of a device

OWL Type:
ObjectProperty
Domain:
dco:NetworkSupport
Range:
dco:NetworkMode

[back to top]

Property: dco:supportedPageMarkupLanguages

Supported Page Markup Languages - This property represents a set of page markup languages that are supported.

OWL Type:
ObjectProperty
sub-property-of:
dco:supportedFormats
Domain:
dco:PageMarkupSupport
Range:
dco:PageMarkup

[back to top]

Property: dco:supportedVideoFormats

Supported Video Formats - The supported video formats

OWL Type:
ObjectProperty
sub-property-of:
dco:supportedFormats
Domain:
dco:VideoFormatSupport
Range:
dco:VideoFormat

[back to top]

Property: dco:supportsAudioOutput

Supports Audio Output - This property defines whether or not the device supports the ability to output audio beyond the basic capability for supporting voice calls.

OWL Type:
DatatypeProperty
Domain:
dco:DeviceHardware
Range:
xsd:boolean

[back to top]

Property: dco:supportsBookmarks

Browser Bookmark Support - Indicates whether the device is able of saving the address of a web site in a favourite list.

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:supportsColor

Supports Color - This property defines whether or not a display supports color output.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:boolean

[back to top]

Property: dco:supportsCookies

Browser Supports Cookies - This property defines whether or not the browser supports cookies

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:supportsFrames

Web Browser Frame support - Indicates whether the browser is capable of displaying frames.

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:supportsImages

Supports Images - This property specifies whether or not a display supports image output.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:boolean

[back to top]

Property: dco:supportsJavaApplets

Browser Supports Java Applets - This property specifies whether or not the browser supports Java Applets.

OWL Type:
DatatypeProperty
Domain:
dco:WebBrowserFeatures
Range:
xsd:boolean

[back to top]

Property: dco:supportsVoiceRecognition

Supports Voice Recognition - This property specifies whether or not the device supports voice recognition.

OWL Type:
DatatypeProperty
Domain:
dco:DeviceHardware
Range:
xsd:boolean

[back to top]

Property: dco:systemIdentifier

System Identifier - The system identifier of an XML format

OWL Type:
DatatypeProperty
Domain:
dco:PageMarkup
Range:
xsd:string

[back to top]

Property: dco:textInputType

Text Input Devices - This property specifies the text input type supported by the device.

OWL Type:
ObjectProperty
Domain:
dco:DeviceHardware
Range:
dco:TextInputType

[back to top]

Property: dco:toQuantity

To Quantity - This property represents the quantity to whose units conversion is required

OWL Type:
ObjectProperty
Domain:
dco:UnitConversion
Range:
dco:PhysicalQuantity

[back to top]

Property: dco:totalDisplayPixelsX

Total Display Pixels X - The total number of pixels in the X direction of the display. The X direction is the horizontal direction in the display's default orientation.

OWL Type:
ObjectProperty
Domain:
dco:Display
Range:
dco:PixelCount

[back to top]

Property: dco:totalDisplayPixelsY

To Display Pixels Y - The total number of pixels in the Y direction of the display. The Y direction is the vertical direction in the display's default orientation.

OWL Type:
ObjectProperty
Domain:
dco:Display
Range:
dco:PixelCount

[back to top]

Property: dco:totalMemoryForJavaApps

JavaMaxMemorySize - Indicates the device's maximum size in bytes for storing Java applications.

OWL Type:
DatatypeProperty
Domain:
dco:JavaSupport
Range:
xsd:long

[back to top]

Property: dco:totalMemorySize

Total Memory Size - This property represents the total size of the memory in bytes.

OWL Type:
DatatypeProperty
Domain:
dco:MemoryUnit
Range:
xsd:nonNegativeInteger

[back to top]

Property: dco:typicalDisplayCharactersX

Typical Display Characters X - The typical number of characters that can be displayed in a single row on the device display. This is an estimate using the default font for the device. It is related to the UAProf ScreenSizeChar attribute.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:int

[back to top]

Property: dco:typicalDisplayCharactersY

Typical Display Characters Y - The typical number of rows of characters that can be displayed on the device display. This is an estimate using the default font for the device. It is related to the UAProf ScreenSizeChar attribute.

OWL Type:
DatatypeProperty
Domain:
dco:Display
Range:
xsd:positiveInteger

[back to top]

Property: dco:typicalResponseTime

Typical Response Time - This property represents the typical response time in seconds of a location provider from the instant in which the location is requested to the moment in which the location is returned

OWL Type:
DatatypeProperty
Domain:
dco:LocationProvider
Range:
xsd:int

[back to top]

Property: dco:uTMCoordinates

UTM Coordinates - Coordinates of a point expressed in the UTM reference system

OWL Type:
ObjectProperty
sub-property-of:
dco:coordinates
Range:
dco:UTMCoordinates

[back to top]

Property: dco:unitAbbreviation

Unit Abbreviation - This property represents the abbreviation for the unit in which the quantity is represented.

OWL Type:
DatatypeProperty
Domain:
dco:PhysicalQuantity
Range:
xsd:string

[back to top]

Property: dco:unitName

Unit Name - This property represents the name of the unit in which the quantity is represented.

OWL Type:
DatatypeProperty
Domain:
dco:PhysicalQuantity
Range:
xsd:string

[back to top]

Property: dco:uriSchemas

Supported URI Schemas - The supported URI Schemas of a user agent

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
Range:
dco:UriSchema

[back to top]

Property: dco:usableDisplayPixelsX

Usable Display Pixels X - The typical number of pixels in the X direction of the display which can be used within a delivery context. This may be less than the total number available due to the presence of additional items on the display.

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:PixelCount

[back to top]

Property: dco:usableDisplayPixelsY

Usable Display Pixels Y - The typical number of pixels in the Y direction of the display which can be used within a delivery context. This may be less than the total number available due to the presence of additional items on the display.

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:PixelCount

[back to top]

Property: dco:user

User - The user component of a delivery context

OWL Type:
ObjectProperty
Domain:
dco:DeliveryContext
Range:
dco:User

[back to top]

Property: dco:value

Value - This property represents the value of the quantity.

OWL Type:
DatatypeProperty
Domain:
dco:PhysicalQuantity
Range:
xsd:float

[back to top]

Property: dco:vendor

Vendor - The name of the vendor who manufactures something

OWL Type:
DatatypeProperty
Domain:
dco:Device
dco:JavaRuntimeEnvironment
dco:CPU
dco:UserAgent
dco:OperatingSystem
Range:
xsd:string

[back to top]

Property: dco:version

Version - The version number assigned to the something by its vendor

OWL Type:
DatatypeProperty
Domain:
dco:Format
dco:Api
dco:UserAgent
dco:OperatingSystem
dco:Device
dco:JavaPlatform
dco:J2meProfile
dco:J2meConfiguration
dco:JavaRuntimeEnvironment
dco:J2meOptionalPackage
dco:StyleLanguage
dco:ScriptLanguage
Range:
xsd:string

[back to top]

Property: dco:verticalAccuracy

Vertical Accuracy - Stimate of the vertical accuracy of the location in metres

OWL Type:
DatatypeProperty
Domain:
dco:LocationProvider
Range:
xsd:int

[back to top]

Property: dco:videoFormatSupport

Video Support - The video support of a delivery context entity

OWL Type:
ObjectProperty
Domain:
dco:UserAgent
dco:DeliveryContext
dco:Camera
Range:
dco:VideoFormatSupport

[back to top]

Property: dco:wGS84Coordinates

WGS84 Coordinates - Coordinates of a point expressed in the WGS84 reference system

OWL Type:
ObjectProperty
sub-property-of:
dco:coordinates
Range:
dco:WGS84Coordinates

[back to top]

Property: dco:wapPushSupport

WAP Push Support - The WAP Push support of the device

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:WapPushSupport

[back to top]

Property: dco:wapPushVersions

WAP Push Versions - Represents the versions of the (WAP) Push enabler supported.

OWL Type:
DatatypeProperty
Domain:
dco:WapPushClient
Range:
xsd:string

[back to top]

Property: dco:webBrowserFeatures

Web Browser Features - The features of a Web Browser

OWL Type:
ObjectProperty
Domain:
dco:WebBrowser
Range:
dco:WebBrowserFeatures

[back to top]

Property: dco:webBrowserSupport

Web Browser Support - The browser support available on the device

OWL Type:
ObjectProperty
Domain:
dco:DeviceSoftware
Range:
dco:WebBrowserSupport

[back to top]

Property: dco:where

Where - The place aspect of the delivery context

OWL Type:
ObjectProperty
Domain:
dco:Environment
Range:
dco:Place

[back to top]

Property: dco:width

Width - The total width of something as a linear measure.

OWL Type:
ObjectProperty
Domain:
dco:Display
Range:
dco:PhysicalLength

[back to top]

Property: dco:xhtml11Modules

XHTML Modules - The XHTML Modules used by an XHTML Format. The modules that are values of this property are fully supported i.e. if a module is not supported entirely should not be appear as a value of this property

OWL Type:
ObjectProperty
sub-property-of:
dco:markupModules
Domain:
dco:Xhtml1ModularizedMarkup
Range:
dco:Xhtml1Module

[back to top]

A References

A.1 Normative References

IETF RFC 2119
RFC 2119: Key words for use in RFCs to Indicate Requirement Levels Internet Engineering Task Force, 1997.(See http://www.ietf.org/rfc/rfc2119.txt.)

A.2 Informative References

OWL
OWL Web Ontology Language Guide Michael K. Smith et. al., 2004. W3C Working Draft(See http://www.w3.org/TR/owl-guide/.)
OWL-Test
OWL Web Ontology Language Test Cases Jeremy J. Carroll et. al, 2004. W3C Recommendation(See http://www.w3.org/TR/owl-test/.)

B Acknowledgements (Non-Normative)

The editors wish to acknowledge the contributions of members of the UWA WG.

The editors wish to acknowledge the specific written contributions of: