wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" // $Id: eTelBusinessDomainOntology.wsml 1351 2007-09-25 15:57:43Z evenson $ namespace { _"http://ip-super.org/ontologies/eTel/eTelBusinessDomain#", dc _"http://purl.org/dc/elements/1.1/", wsml _"http://wsmo.org/wsml/wsml-syntax#", wsmostudio _"http://www.wsmostudio.org#", xsd _"http://www.w3.org/2001/XMLSchema#", sid _"http://www.ip-super.org/ontologies/yatosp/sid.wsml" } ontology eTelBusinessDomain nonFunctionalProperties dc#title hasValue "eTel Business Domain Ontology" dc#subject hasValue "Customer Care and Billing" dc#creator hasValue "Mark Evenson" dc#language hasValue "English" dc#description hasValue "eTel" dc#version hasValue "0.1" dc#publisher hasValue "SUPER European Integrated Project, TID" wsmostudio#version hasValue "0.6.0" endNonFunctionalProperties importsOntology { sid#SIDOntology } concept eTelPrivateCustomerIdentification subConceptOf sid#IndividualIdentification concept eTelBusinessCustomerIdentification subConceptOf sid#OrganizationIdentification concept eTelCustomerAccount login ofType string password ofType string status ofType string concept eTelCustomer subConceptOf { eTelRole, sid#Customer } account ofType eTelCustomerAccount concept eTelRole subConceptOf sid#PartyRole concept eTelParty subConceptOf sid#Party partyRoles ofType eTelRole concept eTelOrganization subConceptOf { sid#Organization, eTelParty } concept eTelBusinessCustomer subConceptOf { eTelCustomer, eTelOrganization } identification ofType eTelBusinessCustomerIdentification concept eTelPrivatCustomer subConceptOf { eTelCustomer, eTelParty } identification ofType eTelPrivateCustomerIdentification concept eTelPrice subConceptOf sid#ProductOfferingPrice concept eTelService subConceptOf sid#CustomerFacingServiceRole offeringPrice ofType eTelPrice concept eTelProduct subConceptOf sid#ProductSpecification offeringPrice ofType eTelPrice concept eTelBundle subConceptOf sid#ProductBundle concept eTelProductBundle subConceptOf { eTelBundle, eTelProduct } concept eTelServiceBundle subConceptOf { eTelBundle, eTelService } QoS ofType sid#QoSService concept catalog subConceptOf sid#ProductCatalogSpecification concept eTelProductCatalog subConceptOf eTelCatalog concept eTelServiceCatalog subConceptOf eTelCatalog concept eTelCatalog subConceptOf sid#ProductCatalogSpecification productCatalog ofType eTelProductCatalog serviceCatalog ofType eTelServiceCatalog concept eTelCustomerCareService subConceptOf eTelCustomerService concept eTelBillingService subConceptOf eTelCustomerService billingCycle ofType sid#CustomerBillingCycle concept eTelContract subConceptOf sid#Agreement concept eTelServiceLevel level ofType (1 1) decimal concept eTelServiceContract subConceptOf eTelContract serviceLevel ofType eTelServiceLevel customer ofType eTelCustomer service ofType eTelBundle concept eTelServiceOrderForm customer ofType eTelCustomer service ofType eTelBundle serviceLevel ofType eTelServiceLevel concept eTelSupportCall customer ofType eTelCustomer service ofType eTelBundle date ofType xsd#date severity ofType (1 1) decimal supportLevel ofType (1 1) decimal supportCallID ofType (1 1) decimal concept eTelNotification from ofType string to ofType string type ofType string