wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace { _"http://ip-super.org/ontologies/organisation/oso/v1.5.2#", wsmostudio _"http://www.wsmostudio.org#", upo _"http://ip-super.org/ontologies/process/upo/v2.1.3#", dc _"http://purl.org/dc/elements/1.1#" } ontology oso nonFunctionalProperties dc#publisher hasValue "European FP6 Integrated Project SUPER" wsmostudio#version hasValue "0.7.3.2" dc#creator hasValue "PUE Team" dc#subject hasValue "Semantic Business Process Management" dc#description hasValue "WSML Model of the Organisational Structure Ontology" dc#language hasValue "en-GB" dc#date hasValue "$Date: 21/01/2009$" dc#title hasValue "OSO - Organisational Structure Ontology v1.5.2" endNonFunctionalProperties importsOntology _"http://ip-super.org/ontologies/process/upo/v2.1.3#upo" concept Role subConceptOf upo#Role concept BusinessFunction subConceptOf upo#BusinessFunction concept OrganisationalUnit subConceptOf upo#OrganisationalUnit concept Person subConceptOf upo#Person concept LegalEntity subConceptOf { upo#LegalAgent, upo#Organisation} nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Entity that can enter into a legal contract." endNonFunctionalProperties concept NonlegalEntity nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Is an entity within a company with a role and business function assigned. It is a coherent formation in a company structure, but has no entitlement to act as autonomous participant of economical processes." endNonFunctionalProperties concept OrganisationalPosition subConceptOf NonlegalEntity nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Defines the role of one or more people in an organization unit (eg. sales assistant, secretary)." endNonFunctionalProperties concept Resource subConceptOf {upo#Resource, NonlegalEntity} concept Skill nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "A capability having two following features: it refers to a potential actor that is a person; the ability must be practised/demonstrated to some measurable degree (eg. driving licence, fluent German language command, etc." endNonFunctionalProperties relation LegalEntityConsistsOfLegalOrNonlegalEntity( ofType LegalEntity, ofType {LegalEntity, NonlegalEntity}) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation, for representing the situation, when one Legal Entity consists of/ is built from other Legal Entities." endNonFunctionalProperties relation NonlegalEntityPerformsFunction( ofType NonlegalEntity, ofType BusinessFunction) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing which Business Function is performed by given Non-legal Entity." endNonFunctionalProperties relation NonlegalEntityPlaysRole( ofType NonlegalEntity, ofType Role) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing connection between given Non-legal Entity and Roles played by it." endNonFunctionalProperties relation OrganisationalUnitHasSubunitOrganisationalUnit( ofType OrganisationalUnit, ofType OrganisationalUnit) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing the situation when some given Organisational Unit is further divided into Organisational Units." endNonFunctionalProperties relation OrganisationalPositionAssignedToOrganisationalUnit( ofType OrganisationalPosition, ofType OrganisationalUnit) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing connection given Organisational Position with Organisational Unit." endNonFunctionalProperties relation OrganisationalUnitOwnsResource( ofType OrganisationalUnit, ofType Resource) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing the information which resources are owned, assigned or may be used by given Organisational Unit." endNonFunctionalProperties relation OrganisationalPositionRequiresSkills( ofType OrganisationalPosition, ofType Skill) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing information concerning Skills that are required to perform some given Organisational Position." endNonFunctionalProperties relation OrganisationalPositionOwnsResource( ofType OrganisationalPosition, ofType Resource) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing which Resources are owned, can be used by, or are assigned to given Organisational Position." endNonFunctionalProperties relation PersonHasSkills( ofType Person, ofType Skill) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing information about Skills of given Person. Such information may be used for searching appropriate person for some Organisational Position." endNonFunctionalProperties relation PersonWorksAsOrganisationalPosition( ofType Person, ofType OrganisationalPosition) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing information on which Organisational Position given Person is working." endNonFunctionalProperties relation PersonHasAccessToResource( ofType Person, ofType Resource) nonFunctionalProperties _"http://purl.org/dc/elements/1.1#description" hasValue "Relation for representing information which Resources can be used/are assigned to or are owned by given Person." endNonFunctionalProperties