# OSLC Estimatation and Measurement Service (EMS) Vocabulary # Arthur Ryman, ryman@ca.ibm.com # 2010-11-15 Draft RDF/XML version published. # 2015-01-05 Ported to Turtle. Added all terms. Added vs:term_status to indicate finalized terms. @prefix rdf: . @prefix owl: . @prefix dcterms: . @prefix rdfs: . @prefix oslc: . @prefix vs: . @prefix xsd: . @prefix ems: . @prefix format: . @prefix metric: . @prefix unit: . @prefix dimension: . @prefix dimension-member: . @prefix grain: . # prefixes for terms used in the vocabulary <#ems> a oslc:PrefixDefinition ; oslc:prefix "ems" ; oslc:prefixBase ems: . <#format> a oslc:PrefixDefinition ; oslc:prefix "format" ; oslc:prefixBase format: . <#metric> a oslc:PrefixDefinition ; oslc:prefix "metric" ; oslc:prefixBase metric: . <#unit> a oslc:PrefixDefinition ; oslc:prefix "unit" ; oslc:prefixBase unit: . <#dimension> a oslc:PrefixDefinition ; oslc:prefix "dimension" ; oslc:prefixBase dimension: . <#dimension-member> a oslc:PrefixDefinition ; oslc:prefix "dimension-member" ; oslc:prefixBase dimension-member: . <#grain> a oslc:PrefixDefinition ; oslc:prefix "grain" ; oslc:prefixBase grain: . ems: a owl:Ontology ; dcterms:title "OSLC Estimation and Measurement Service (EMS) Vocabulary" ; dcterms:description """ This vocabulary defines estimation and measurement resources and a service for managing them in projects. Some terms of this vocabulary have been finalized for use by OSLC Performance Monitoring 2.0. """^^rdf:XMLLiteral ; rdfs:label "OSLC EMS Vocabulary" ; rdfs:seeAlso , ; dcterms:source ; dcterms:dateCopyrighted "2010, 2015" . # Service terms ems:Service a rdfs:Class ; rdfs:comment """ An EMS service hosts and manages a set of resources that describe projects, scenarios, estimates, measurements, and baselines. Each instance of an service has a set of resource containers that contain resources of a given type. """^^rdf:XMLLiteral ; rdfs:isDefinedBy ems: ; rdfs:label "Service" ; rdfs:seeAlso , ems:Project , ems:Scenario , ems:Estimate , ems:Measurement , ems:Baseline ; vs:term_status "testing" . ems:service a rdf:Property ; rdfs:comment """ This property is used to link a resource to the EMS service instance that hosts it. """^^rdf:XMLLiteral ; rdfs:isDefinedBy ems: ; rdfs:label "service" ; rdfs:range ems:Service ; rdfs:seeAlso ; vs:term_status "testing" . # Project terms ems:Project a rdfs:Class ; rdfs:comment """Within the scope of EMS, a project is any activity, system, or thing that can be the subject of a set of measurements. In practice, a project is often a time-bounded work effort that produces a unique result. """ ; rdfs:isDefinedBy ems: ; rdfs:label "Project" ; rdfs:seeAlso ; vs:term_status "testing" . ems:currentBaseline a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "currentBaseline" ; rdfs:comment "This property links a project to its current baseline." ; rdfs:domain ems:Project ; rdfs:range ems:Baseline ; vs:term_status "testing" . ems:isClosed a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "isClosed" ; rdfs:comment """This boolean property indicates if the project is closed. No further activities or measurements are done on closed projects. The measurements of closed projects can be used to calibrate the estimates for new projects. When a project is completed and all measurements on it have been performed, it is marked as closed by setting this property to true. """ ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:realProjectId a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "realProjectId" ; rdfs:comment "This property links a project to an identifier of the project as a real-world object." ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:seeAlsoPortfolio a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "seeAlsoPortfolio" ; rdfs:comment "This property links a project to a corresponding resource in a portfolio management application." ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:seeAlsoProject a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "seeAlsoProject" ; rdfs:comment "This property links a project to a corresponding resource in a project management application." ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:seeAlsoPerformance a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "seeAlsoPerformance" ; rdfs:comment "This property links a project to a corresponding resource in a performance management application." ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:seeAlsoEstimation a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "seeAlsoEstimation" ; rdfs:comment "This property links a project to a corresponding resource in an estimation application." ; rdfs:domain ems:Project ; vs:term_status "testing" . ems:ProjectList a rdfs:Class ; rdfs:comment "A project list is a container for projects." ; rdfs:isDefinedBy ems: ; rdfs:label "ProjectList" ; rdfs:seeAlso ; vs:term_status "testing" . ems:projectList a rdf:Property ; rdfs:comment "This property links a service to its project list." ; rdfs:isDefinedBy ems: ; rdfs:label "projectList" ; rdfs:domain ems:Service ; rdfs:range ems:ProjectList ; vs:term_status "testing" . ems:memberProject a rdf:Property ; rdfs:comment "This property links a project list to its member projects." ; rdfs:isDefinedBy ems: ; rdfs:label "memberProject" ; rdfs:domain ems:ProjectList ; rdfs:range ems:Project ; vs:term_status "testing" . # Scenario terms ems:scenarioList a rdf:Property ; rdfs:comment "This property links a service to its scenario list." ; rdfs:isDefinedBy ems: ; rdfs:label "scenarioList" ; rdfs:domain ems:Service ; rdfs:range ems:ScenarioList ; vs:term_status "testing" . ems:ScenarioList a rdfs:Class ; rdfs:comment "A scenario list is a container for scenario resources." ; rdfs:isDefinedBy ems: ; rdfs:label "ScenarioList" ; rdfs:seeAlso ; vs:term_status "testing" . ems:memberScenario a rdf:Property ; rdfs:comment "This property links a scenario list to its member scenarios." ; rdfs:isDefinedBy ems: ; rdfs:label "memberScenario" ; rdfs:domain ems:ScenarioList ; rdfs:range ems:Scenario ; vs:term_status "testing" . ems:Scenario a rdfs:Class ; rdfs:comment """ A scenario is a set of assumptions about how a project will be executed. These assumptions are used as inputs to estimates. """ ; rdfs:isDefinedBy ems: ; rdfs:label "Scenario" ; rdfs:seeAlso ; vs:term_status "testing" . ems:extendsScenario a rdf:Property ; rdfs:comment """ This property links a scenario a base scenario that it extends. The base scenario contains assumptions that can be included in several other extended scenarios. """ ; rdfs:isDefinedBy ems: ; rdfs:label "extendsScenario" ; rdfs:domain ems:Scenario ; rdfs:range ems:Scenario ; vs:term_status "testing" . ems:isActive a rdf:Property ; rdfs:comment """ This boolean property indicates if a scenario is under active consideration. When a scenario has been ruled out, it is marked as inactive by setting this property to false. """ ; rdfs:isDefinedBy ems: ; rdfs:label "isActive" ; rdfs:domain ems:Scenario ; vs:term_status "testing" . ems:assumes a rdf:Property ; rdfs:comment """ This property links a scenario to the assumed value for some measure, e.g. duration, size. The assumed value is a probability distribution. """ ; rdfs:isDefinedBy ems: ; rdfs:label "assumes" ; rdfs:domain ems:Scenario ; rdfs:range ems:MeasureDistribution ; vs:term_status "testing" . ems:assumesTable a rdf:Property ; rdfs:comment """ This property links a scenario to the assumed value for some fact table of measures, e.g. staffing by week. The assumed fact table contains probability distributions. """ ; rdfs:isDefinedBy ems: ; rdfs:label "assumesTable" ; rdfs:domain ems:Scenario ; rdfs:range ems:FactDistributionTable ; vs:term_status "testing" . ems:assumesWbs a rdf:Property ; rdfs:comment """ This property links a scenario to the assumed work breakdown structure. """ ; rdfs:isDefinedBy ems: ; rdfs:label "assumesWbs" ; rdfs:domain ems:Scenario ; rdfs:range ems:WorkBreakdownStructure ; vs:term_status "testing" . # Estimate terms ems:Estimate a rdfs:Class ; rdfs:comment "An estimate is a probabilistic prediction, based on a scenario, for a set of measurements." ; rdfs:isDefinedBy ems: ; rdfs:label "Estimate" ; rdfs:seeAlso ; vs:term_status "testing" . ems:predicts a rdf:Property ; rdfs:comment """ This property links an estimate to the predicted value for some measure, e.g. duration, size. The predicted value is a probability distribution. """ ; rdfs:isDefinedBy ems: ; rdfs:label "predicts" ; rdfs:domain ems:Estimate ; rdfs:range ems:MeasureDistribution ; vs:term_status "testing" . ems:predictsTable a rdf:Property ; rdfs:comment """ This property links an estimate to the predicted value for some fact table of measures, e.g. staffing by week. The predicted fact table contains probability distributions. """ ; rdfs:isDefinedBy ems: ; rdfs:label "predictsTable" ; rdfs:domain ems:Estimate ; rdfs:range ems:FactDistributionTable ; vs:term_status "testing" . ems:predictsWbs a rdf:Property ; rdfs:comment """ This property links an estimate to the predicted work breakdown structure. """ ; rdfs:isDefinedBy ems: ; rdfs:label "predictsWbs" ; rdfs:domain ems:Estimate ; rdfs:range ems:WorkBreakdownStructure ; vs:term_status "testing" . ems:estimateList a rdf:Property ; rdfs:comment "This property links a service to its estimate list." ; rdfs:isDefinedBy ems: ; rdfs:label "estimateList" ; rdfs:domain ems:Service ; rdfs:range ems:EstimateList ; vs:term_status "testing" . ems:EstimateList a rdfs:Class ; rdfs:comment "An estimate list is a container for estimate resources." ; rdfs:isDefinedBy ems: ; rdfs:label "EstimateList" ; rdfs:seeAlso ; vs:term_status "testing" . ems:memberEstimate a rdf:Property ; rdfs:comment "This property links an estimate list to its member estimates." ; rdfs:isDefinedBy ems: ; rdfs:label "memberEstimate" ; rdfs:seeAlso ; vs:term_status "testing" . # Baseline terms ems:baselineList a rdf:Property ; rdfs:comment "This property links a service to its baseline list." ; rdfs:isDefinedBy ems: ; rdfs:label "baselineList" ; rdfs:domain ems:Service ; rdfs:range ems:BaselineList ; vs:term_status "testing" . ems:BaselineList a rdfs:Class ; rdfs:comment "A baseline list is a container for baseline resources." ; rdfs:isDefinedBy ems: ; rdfs:label "BaselineList" ; rdfs:seeAlso ; vs:term_status "testing" . ems:memberBaseline a rdf:Property ; rdfs:comment "This property links a baseline list to its member baselines." ; rdfs:isDefinedBy ems: ; rdfs:label "memberBaseline" ; rdfs:domain ems:BaselineList ; rdfs:range ems:Baseline ; rdfs:seeAlso ; vs:term_status "testing" . ems:Baseline a rdfs:Class ; rdfs:comment """ A baseline is a set of estimates, based on some scenario, that are used to track the performance of a project. """^^rdf:XMLLiteral ; rdfs:isDefinedBy ems: ; rdfs:label "Baseline" ; rdfs:seeAlso ; vs:term_status "testing" . ems:project a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "project" ; rdfs:comment "The property links a resource to a project." ; rdfs:range ems:Project ; vs:term_status "testing" . ems:scenario a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "scenario" ; rdfs:comment "The property links a resource to a scenario." ; rdfs:range ems:Scenario ; vs:term_status "testing" . ems:estimate a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "estimate" ; rdfs:comment "The property links a resource to an estimate." ; rdfs:range ems:estimate ; vs:term_status "testing" . # Measurement terms ems:Measurement a rdfs:Class ; rdfs:comment "A measurement is a set of observations of numerically quantifiable aspects of a project, system, or thing." ; rdfs:isDefinedBy ems: ; rdfs:label "Measurement" ; rdfs:seeAlso ; vs:term_status "testing" . ems:observes a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "observes" ; rdfs:comment """ This property links a measurement to the observed value of a measure. In an EMS service, the measurement is a resource of type ems:Measurement which may observe zero or more measures. For example, a measurement at the end of a project may observe a duration of 12 months and a cost of 200,000 USD. """^^rdf:XMLLiteral ; rdfs:range ems:Measure ; vs:term_status "stable" . ems:observesTable a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "observesTable" ; rdfs:comment """ This property links a measurement to the observed fact table. The fact table analyzes the measurement along one or more dimensions. """^^rdf:XMLLiteral ; rdfs:range ems:FactTable ; vs:term_status "testing" . ems:observesWbs a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "observesWbs" ; rdfs:comment """ This property links a measurement to the observed work breakdown structure. """^^rdf:XMLLiteral ; rdfs:range ems:WorkBreakdownStructure ; vs:term_status "testing" . ems:MeasurementList a rdfs:Class ; rdfs:comment "A measurement list is a container for measurement resources." ; rdfs:isDefinedBy ems: ; rdfs:label "MeasurementList" ; rdfs:seeAlso ; vs:term_status "testing" . ems:measurementList a rdf:Property ; rdfs:comment "This property links a service to its measurement list." ; rdfs:isDefinedBy ems: ; rdfs:label "measurementList" ; rdfs:domain ems:Service ; rdfs:range ems:MeasurementList ; vs:term_status "testing" . ems:memberMeasurement a rdf:Property ; rdfs:comment "This property links a measurement list to its member measurements." ; rdfs:isDefinedBy ems: ; rdfs:label "memberMeasurement" ; rdfs:domain ems:MeasurementList ; rdfs:range ems:Measurement ; rdfs:seeAlso ; vs:term_status "testing" . # metric resources ems:Measure a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Measure" ; rdfs:comment """ A measure, as in the idiom take the measure of, is the result of observing some numerically quantifiable aspect of a project, system, or thing. For example, a duration of 12 months or a size of 10 KLOC are measures. The aspect being measured, e.g. duration or size, is referred to as the metric and is given by the property ems:metric. The scale of measurement, e.g. months or KLOC, is referred to as the unit of measure and is given by the property ems:unitOfMeasure. The numeric value of an observation, e.g. 12 or 10, is given by the property ems:numericValue. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "stable" . ems:metric a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "metric" ; rdfs:comment """ This property links a measure to its metric. For example, the measure duration of 12 months has the metric duration. """^^rdf:XMLLiteral ; rdfs:range ems:Metric ; vs:term_status "stable" . ems:numericValue a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "numericValue" ; rdfs:comment """This property gives the numeric value of a resource. For example, the numeric value of the measure duration of 12 months is 12. The datatype of this property is typically xsd:double. """^^rdf:XMLLiteral ; vs:term_status "stable" . ems:unitOfMeasure a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "unitOfMeasure" ; rdfs:comment """ This property gives the unit of measure. For example, the measure duration of 12 months has a unit of measure months. """^^rdf:XMLLiteral ; rdfs:domain ems:Measure ; rdfs:range ems:UnitOfMeasure ; vs:term_status "stable" . ems:Metric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Metric" ; rdfs:comment """ A metric is a procedure or algorithm for quantifying or measuring some aspect of a thing, system, event, etc. For example duration is a metric that measures the amount of time an activity takes. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "stable" . ems:TimeMetric a rdfs:Class ; rdfs:subClassOf ems:Metric ; rdfs:label "TimeMetric" ; rdfs:comment """ A time metric is a metric that describes some temporal aspect of a project, system, or thing. For example, duration (metric:Duration), start (metric:Start), and finish (metric:Finish) are time metrics. """^^rdf:XMLLiteral ; rdfs:isDefinedBy ems: ; rdfs:seeAlso ; vs:term_status "testing" . ems:EffortMetric a rdfs:Class ; rdfs:subClassOf ems:Metric ; rdfs:label "EffortMetric" ; rdfs:comment """ An effort metric is a metric that measures the effort of effort required to perform some task. For example, effort as measured in person-months, person-years, etc. (metric:Effort), average staffing (metric:Staffing), peak staffing (metric:PeakStaffing), and full-time equivalents (metric:FullTimeEquivalent) are effort metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:isDefinedBy ems: ; vs:term_status "testing" . ems:SizeMetric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "SizeMetric" ; rdfs:comment """ A size metric is a metric that measures the magnitude, volume, bulk, or capability of some artifact such as software. For example, lines of code (metric:Sloc) and story points (metric:StoryPoints) are size metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:subClassOf ems:Metric ; vs:term_status "testing" . ems:ReliabilityMetric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "ReliabilityMetric" ; rdfs:comment """ A reliability metric is a metric that measures the correctness or absence of failures in a system such as a software system. For example defects (metric:Defects), failures (metric:Failures), and mean time to failure (metric:MeanTimeToFailure) are reliability metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:subClassOf ems:Metric ; vs:term_status "testing" . ems:ProductivityMetric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "ProductivityMetric" ; rdfs:comment """ A productivity metric is a metric that measures the rate at which some artifact, such as software, is produced. For example, lines of code per unit time (metric:EslocPerTime) and team velocity (metric:TeamVelocity) are productivity metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:subClassOf ems:Metric ; vs:term_status "testing" . ems:ProcessMetric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "ProcessMetric" ; rdfs:comment """ A process metric is a metric that measures the process used to create an artifact such as software. For example, build (metric:Builds) and test executions (metric:TestExecutions) are process metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:subClassOf ems:Metric ; vs:term_status "testing" . ems:FinancialMetric a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "FinancialMetric" ; rdfs:comment """ A financial metric is a metric that measures the cost of an artifact or work effort. For example, total cost (metric:Cost) and labor cost (metric:LaborCost) are financial metrics. """^^rdf:XMLLiteral ; rdfs:seeAlso ; rdfs:subClassOf ems:Metric ; vs:term_status "testing" . ems:Format a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Format" ; rdfs:comment """ A format is a specification of the syntax of an artifact. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:WbsFormat a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "WbsFormat" ; rdfs:comment """ A WBS format is a format that specifies the syntax of work breakdown structures. For example, http://schemas.microsoft.com/project/2007 is the format for Microsoft Office Project 2007 XML Data Interchange Schema. """^^rdf:XMLLiteral ; rdfs:subClassOf ems:Format ; vs:term_status "testing" . ems:UnitOfMeasure a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "UnitOfMeasure" ; rdfs:comment """ A unit of measure specifies a procedure for associating a numeric value with some metric. For example, month (unit:Month) is a unit of measure for duration (metric:Duration). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:Dimension a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Dimension" ; rdfs:comment """ A dimension is some aspect of an aggregated quantity which lets the aggregate be analyzed. For example, the total effort expended in a project can be analyzed by week or month. Therefore time (dimension:Time) is a dimension of effort (metric:Effort). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:DimensionMember a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "DimensionMember" ; rdfs:comment """ A dimension member is some subset of a dimension. For example, work on a project is performed by people in various roles. It is often of interest to break down an effort estimate or measurement by role. Members of the dimension role (dimension:Role) include manager (dimension-member:Manager and programmer (dimension-member:Programmer). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:Grain a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Grain" ; rdfs:comment """ Dimensions may be aggregated into subsets of various sizes. A grain is a unit of aggregation of a dimension. For example, month (grain:CalendarMonth) and week (grain:CalendarWeek) are grain sizes for the dimension time (dimension:Time). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . # measure distribution ems:MeasureDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "MeasureDistribution" ; rdfs:comment """ A measure distribution is like a measure (see ems:Measure) except that it gives a probability distribution for the numeric value of a measure instead of a precise numeric value. Measure distributions are used in scenario assumptions (see ems:assumes and ems:assumesTable) and estimate predications (see ems:predicts and ems:predictsTable). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:distribution a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "distribution" ; rdfs:comment """ This property links a resource, e.g. ems:MeasureDistribution to a probability distribution. """^^rdf:XMLLiteral ; rdfs:range ems:ProbabilityDistribution ; vs:term_status "testing" . # fact table ems:FactTable a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "FactTable" ; rdfs:comment """

This class is used to represent fact tables.

Consider the work performed on a project. Work may be analyzed according to attributes such as who performed the work, the task or activity that the work accomplished, when the work was performed, etc. These attributes are referred to as dimensions.

Work may be quantified by such metrics as its effort in person-hours, its cost in some currency, its duration in months, its peak staffing, etc. These quantities are referred to as measures.

The term dimension is used because the measures can be regarded as occupying cells in a multi-dimensional array (sometimes referred to as a datacube). It is frequently of interest to summarize the measures along a dimension, for example given the effort by activity, calculate the total effort for all activities. Conversely, given the total effort, it may be of interest to see how it is broken down by activity.

In general, set of related measures, analyzed along a set of dimensions may be organized into a fact table. Each row of a fact table contains a set of measures (e.g. effort and cost) for a given combination of dimension values (e.g. activity and month).

This resource MAY contain the actual measurements, provide a link to the source of the actual measurements, or contain both a link to the source and a copy of the actual measurements obtained from the source (i.e. a cached copy of the source).

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:head a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "head" ; rdfs:comment """ This property links a fact table to an ems:Head resource that describes the columns of the table. """^^rdf:XMLLiteral ; rdfs:range ems:Head ; vs:term_status "testing" . ems:tableSource a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "tableSource" ; rdfs:comment """

Fact tables contain actual measurements for projects, systems, or things. In practice, there may be many measurements and they may be updated frequently. The measurements may be at a finer level of granularity than the estimates, e.g. a project may estimate total defects found per month, whereas the actual number found may be collected daily. Furthermore, these measurements are often collected automatically by software development tools such as bug tracking systems or source code control systems. It may therefore be useful to simply refer to the source of the measurements rather than copy the actual measurements into the EMS service provider, e.g. a dynamic query on a software tool may generate the fact table on demand.

This property lets you refer to the remote source of the fact table data via a URL. An HTTP GET request on this URL MUST return an ems:FactTable resource whose dcterms:title and ems:head properties match this resource.

"""^^rdf:XMLLiteral ; rdfs:range ems:FactTable ; vs:term_status "testing" . ems:fact a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "fact" ; rdfs:comment """ This property links a fact table to its fact rows. In general, a fact table will have many fact rows. If the fact table has an ems:tableSource property, then the rows of the fact table MUST be a copy of the data values received in the response of an HTTP GET request of the URL of the remote table source. """^^rdf:XMLLiteral ; rdfs:range ems:Fact ; vs:term_status "testing" . ems:Head a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Head" ; rdfs:comment """ This class defined the columns of a fact table. A fact table MUST have one or more dimension columns, e.g. date or role, and one or more measure columns, e.g. cost or effort. The dimension columns contain dimension values. Dimension columns SHOULD contain standard dimension values when they exist, e.g. for roles. The creator of the fact table MAY use custom dimension dimension values and record how these custom values are mapped to the standard values. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:map a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "map" ; rdfs:comment """ This property links a fact table head to an ems:Map resource that defines how custom dimension values are mapped to standard values. The scope of this mapping is local to the fact table. """^^rdf:XMLLiteral ; rdfs:range ems:Map ; vs:term_status "testing" . ems:dimensionColumn a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "dimensionColumn" ; rdfs:comment """ This property links the head of a fact table to one or more ems:DimensionColumn resources that define dimension columns. Every fact table MUST have at least one dimension column. """^^rdf:XMLLiteral ; rdfs:range ems:DimensionColumn ; vs:term_status "testing" . ems:measureColumn a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "measureColumn" ; rdfs:comment """ This property links the head of a fact table to one or more ems:MeasureColumn resources that define measure columns. Every fact table MUST have at least one measure column. """^^rdf:XMLLiteral ; vs:term_status "testing" . ems:DimensionColumn a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "DimensionColumn" ; rdfs:comment """ This class describes a dimension column in a fact table. A dimension column has a dimension (see ems:dimension) and grain (see ems:grain and may refer to a map (see ems:useMap. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:dimension a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "dimension" ; rdfs:comment """ This property links a resource to a dimension. """^^rdf:XMLLiteral ; rdfs:range ems:Dimension ; vs:term_status "testing" . ems:grain a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "grain" ; rdfs:comment """ This property links a resource to a grain. """^^rdf:XMLLiteral ; rdfs:range ems:Grain ; vs:term_status "testing" . ems:useMap a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "useMap" ; rdfs:comment """ This property links a resource to a map. """^^rdf:XMLLiteral ; rdfs:range ems:Map ; vs:term_status "testing" . ems:MeasureColumn a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "MeasureColumn" ; rdfs:comment """ This class describes a measure column of a fact table. A measure column has a metric (see ems:metric and a unit of measure (see ems:unitOfMeasure. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:Fact a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Fact" ; rdfs:comment """ This class describes a row of a fact table (see ems:FactTable). Each fact row has a set of dimension cells (see ems:DimensionCell) and measure cells (see ems:MeasureCell). These MUST match the description of the columns given in the head of the fact table (see ems:Head). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:dimensionCell a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "dimensionCell" ; rdfs:comment """ This property links a fact row to one or more of its dimension cells. """^^rdf:XMLLiteral ; rdfs:range ems:DimensionCell ; vs:term_status "testing" . ems:measureCell a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "measureCell" ; rdfs:comment """ This property links a fact row to one or more of its measure cells. """^^rdf:XMLLiteral ; rdfs:range ems:MeasureCell ; vs:term_status "testing" . ems:DimensionCell a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "DimensionCell" ; rdfs:comment """ This class describes a dimension cell in a row of a fact table. A dimension cell refers to its column (see ems:inColumn and has a dimension member (see ems:dimensionMember). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:inColumn a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "inColumn" ; rdfs:comment """ This property links a cell to its column. Dimension cells (see ems:DimensionCell) are linked to dimension columns (see ems:DimensionColumn). Measure cells (see ems:MeasureCell) are linked to measure columns (see ems:MeasureColumn). """^^rdf:XMLLiteral ; vs:term_status "testing" . ems:dimensionMember a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "dimensionMember" ; rdfs:comment """ This property links a dimension cell to its dimension member. """^^rdf:XMLLiteral ; rdfs:range ems:DimensionMember ; vs:term_status "testing" . ems:MeasureCell a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "MeasureCell" ; rdfs:comment """ This class descibes measure cells. A measure cell refers to a measure column (see ems:inColumn) and has a numeric value (see ems:numericValue. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . # fact distribution table ems:FactDistributionTable a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "FactDistributionTable" ; rdfs:comment """

A fact distribution table is a fact table that contains probability distributions instead of precise numeric values for its measures. Fact distribution tables are used in scenario assumptions (see ems:assumesTable) and estimate predictions (see ems:predictsTable).

A fact distribution table is similar to a fact table (see ems:FactTable), except that it has fact distribution rows (see ems:FactDistribution) instead of fact rows (see ems:Fact), and they have measure distribution cells (see ems:MeasureDistributionCell) instead of measure cells (see ems:MeasureCell).

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:FactDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "FactDistribution" ; rdfs:comment """ A fact distribution is a row of a fact distribution table (see ems:FactDistributionTable). It contains one or more dimension cells (see ems:dimensionCell) and one or more measure distribution cells (see ems:measureDistributionCell). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:measureDistributionCell a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "measureDistributionCell" ; rdfs:comment """ This property links a fact distribution row to a measure distribution cell. """^^rdf:XMLLiteral ; rdfs:range ems:MeasureDistributionCell ; vs:term_status "testing" . ems:MeasureDistributionCell a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "MeasureDistributionCell" ; rdfs:comment """ A measure distribution cell is a cell in a fact distribution row. It refers to its column (see ems:inColumn) and contains a measure distribution (see ems:distribution). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:Map a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Map" ; rdfs:comment """

Some key dimensions may define standard dimension member URIs which are used for data interchange. However, users may wish to use custom values. This class lets you define how custom values are mapped to standard URIs. You can include an map resource in the description of a dimension column of a fact table (see ems:useMap).

We make the simplifying assumption that this mapping is many-to-one, that is, one or more custom dimension values may be mapped to the same standard dimension value. A map may contain one or more of these mappings (see ems:mapping), but each custom dimension value must map to exactly one standard dimension value.

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:mapping a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "mapping" ; rdfs:comment """ This property links a map to a mapping. A map may have one or more mappings. """^^rdf:XMLLiteral ; rdfs:domain ems:Map ; rdfs:range ems:Mapping ; vs:term_status "testing" . ems:Mapping a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Mapping" ; rdfs:comment """ This class describes a mapping. A mapping maps some custom string label value for a dimension (see ems:from) to a dimension member URI which may be a standard value defined in some vocabulary. (see ems:to). """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:from a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "from" ; rdfs:comment """ This property links a mapping to its custom label value. The value MUST be unique within its enclosing map resource. """^^rdf:XMLLiteral ; rdfs:domain ems:Mapping ; vs:term_status "testing" . ems:to a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "to" ; rdfs:comment """ This property links a mapping to its dimension member URI. Many mappings MAY map to the same dimension member URI. """^^rdf:XMLLiteral ; rdfs:domain ems:Mapping ; rdfs:range ems:DimensionMember ; vs:term_status "testing" . # work breakdown structure ems:WorkBreakdownStructure a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "WorkBreakdownStructure" ; rdfs:comment """

This class describes work breakdown structures. A work breakdown structure (WBS) is a common way to represent the work to be performed in a project. In EMS, a WBS may be used as an assumption in an scenario, as a prediction in an estimate, or as an observation in a measurement.

A WBS has a format (see ems:wbsFormat), and may either include (see ems:wbsContent) or link to (see ems:wbsSource) its content. The included or linked WBS content MUST be in the specified format.

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:wbsFormat a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "wbsFormat" ; rdfs:comment """ This property links a WBS resource to the XML format of its content. EMS does not define a format for WBS content. Instead, this property identifies the specification that defines the XML format of the WBS content. """^^rdf:XMLLiteral ; rdfs:domain ems:WorkBreakdownStructure ; rdfs:range ems:WbsFormat ; vs:term_status "testing" . ems:wbsSource a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "wbsSource" ; rdfs:comment """ This property links a WBS resource to a resource that contains the WBS XML content. This content MUST be in the XML format specified by the WBS resource. When this link is deferenced using an HTTP GET request, the response MUST be the WBS. If this property is absent, then the WBS resource MUST have a ems:wbsContent property. """^^rdf:XMLLiteral ; rdfs:domain ems:WorkBreakdownStructure ; vs:term_status "testing" . ems:wbsContent a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "wbsContent" ; rdfs:comment """ This property gives the literal XML WBS content of a WBS resource. This content MUST be in the XML format specified by the WBS resource. If this property is absent, then ems:wbsSource MUST be present. If this property and ems:wbsSource are present, then the value of this property SHOULD be the XML document representation returned in the HTTP GET response for the link given in ems:wbsSource. """^^rdf:XMLLiteral ; rdfs:domain ems:WorkBreakdownStructure ; rdfs:seeAlso ems:wbsSource ; vs:term_status "testing" . # probability distributions ems:ProbabilityDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "ProbabilityDistribution" ; rdfs:comment """ This class describes probability distributions. A probability distribution gives the likelihood that a measurement of some value (a random variable) will fall within some given range. Probability distributions are used in scenario assumptions (see ems:assumes) and estimate predictions (see ems:predicts). """^^rdf:XMLLiteral ; rdfs:seeAlso , , ; vs:term_status "testing" . ems:PointEstimate a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "PointEstimate" ; rdfs:comment """ A point estimate is a probability distribution that is concentrated at a single value. The single value is given by ems:numericValue. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:UniformDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "UniformDistribution" ; rdfs:comment """ A uniform distribution is a probability distribution that is evenly spread between a high and a low value. The high value is given by ems:high. The low value is given by ems:low. """^^rdf:XMLLiteral ; rdfs:seeAlso , ; vs:term_status "testing" . ems:low a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "low" ; rdfs:comment """ This property gives the low parameter value of a probability distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:ProbabilityDistribution ; rdfs:seeAlso ems:UniformDistribution , ems:TriangularDistribution ; vs:term_status "testing" . ems:high a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "high" ; rdfs:comment """ This property gives the high parameter value of a probability distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:ProbabilityDistribution ; rdfs:seeAlso ems:UniformDistribution , ems:TriangularDistribution ; vs:term_status "testing" . ems:TriangularDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "TriangularDistribution" ; rdfs:comment """ A triangular distribution is a probability distribution that concentrated between high and low values, and that linearly rises to and falls from to an intermediate most likely value. The low value is given by ems:low. The most likely value is given by ems:mostLikely. The high value is given by ems:high. """^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:mostLikely a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "mostLikely" ; rdfs:comment """ This property gives the most likely parameter value of a probability distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:ProbabilityDistribution ; rdfs:seeAlso ems:TriangularDistribution ; vs:term_status "testing" . ems:NormalDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "NormalDistribution" ; rdfs:comment """ A normal distribution (also known as a Gaussian distribution is a probability distribution that naturally arises as the limit of many random factors. It is symmetric about its mean and has a certain scale. The mean is given by ems:mu. Its scale (also known as its standard deviation) is given by ems:scale. """^^rdf:XMLLiteral ; rdfs:seeAlso , ; vs:term_status "testing" . ems:mu a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "mu" ; rdfs:comment """ This property gives the mu parameter value of a probability distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:ProbabilityDistribution ; rdfs:seeAlso ems:NormalDistribution ; vs:term_status "testing" . ems:scale a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "scale" ; rdfs:comment """ This property gives the scale parameter value of a probability distribution. This parameter is also known as the standard deviation and is often denoted by the Greek letter sigma. """^^rdf:XMLLiteral ; rdfs:domain ems:ProbabilityDistribution ; rdfs:seeAlso ems:NormalDistribution ; vs:term_status "testing" . ems:PoissonDistribution a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "PoissonDistribution" ; rdfs:comment """ A Poisson distribution is a probability distribution that gives the probability that a given number of events will occur in a fixed time period. This distribution is completely specified by a single parameter often denoted by the Greek letter lambda. Lambda is given by ems:lambda. """^^rdf:XMLLiteral ; rdfs:seeAlso , ; vs:term_status "testing" . ems:lambda a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "lambda" ; rdfs:comment """ This property gives the lambda parameter value of a Poission distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:PoissonDistribution ; vs:term_status "testing" . ems:QuantileFunction a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "QuantileDistribution" ; rdfs:comment """

A quantile function is a probability distribution that breaks up a range of values into quantiles that each have the same probability. When the number of quantiles is 4, 10, or 100, we refer to them as quartiles, deciles, and percentiles. For example, there is a 25% probability that a measurement will fall within any given quartile. The number of quantiles is given by ems:numberOfQuantiles. The number of quantiles MUST be greater than one.

The range of possible measurement values may be unbounded. If a lower bound exists, it is given by ems:low. If an upper bound exists, it is given by ems:high.

The graph of the quantile function is given by a set of measurement values that correspond to the equally spaced cumulative probabilities between 0 and 1. For example, for quartiles the cumulative probabilities are 25%, 50%, and 75%. The cumulative probability values are given by one or more ems:quantile properties.

"""^^rdf:XMLLiteral ; rdfs:seeAlso , ; vs:term_status "testing" . ems:numberOfQuantiles a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "numberOfQuantiles" ; rdfs:comment """ This property gives the number of quantiles parameter value of a probability distribution. """^^rdf:XMLLiteral ; rdfs:domain ems:QuantileFunction ; vs:term_status "testing" . ems:quantile a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "quantile" ; rdfs:comment """ This property links a quantile function resource to one or more quantiles. """^^rdf:XMLLiteral ; rdfs:domain ems:QuantileFunction ; rdfs:range ems:Quantile ; vs:term_status "testing" . ems:probability a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "probability" ; rdfs:comment """ This property gives the cumulative probability. For example, the cumulative probability of the third quartile is 75%. """^^rdf:XMLLiteral ; rdfs:seeAlso ems:QuantileFunction , ems:CumulativeDistributionFunction ; vs:term_status "testing" . ems:Quantile a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "Quantile" ; rdfs:comment """

This class describes a quantile of a quantile function. The cumulative probability of a quantile is given by ems:probability. The cumulative probability MUST be greater than 0 and less than 1. The upper limit of the range of measurement values is given by ems:numericValue. The lower limit of the range of measurement values is given by the upper limit of the preceding quantiles.

The probability that a measurement gives a value less than or equal to the numeric value is equal to the cumulative probability.

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:CumulativeDistributionFunction a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:subClassOf ems:ProbabilityDistribution ; rdfs:label "CumulativeDistributionFunction" ; rdfs:comment """

A cumulative distribution function (cdf) is a probabilty distribution defined by giving the cumulative probability at an increasing sequence of measurement values. The range of possible measurement values may be unbounded. If a lower bound exists, it is given by ems:low. If an upper bound exists, it is given by ems:high.

The graph of the cumulative distribution function is given by a set of measurement values at an increasing sequence of cumulative probabilities between 0 and 1. The cumulative probability values are given by one or more ems:cdfPoint properties.

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" . ems:cdfPoint a rdf:Property ; rdfs:isDefinedBy ems: ; rdfs:label "cdfPoint" ; rdfs:comment """ This property links a cumulative probability function resource to one or more points on its graph. """^^rdf:XMLLiteral ; rdfs:domain ems:CumulativeDistributionFunction ; rdfs:range ems:CdfPoint ; vs:term_status "testing" . ems:CdfPoint a rdfs:Class ; rdfs:isDefinedBy ems: ; rdfs:label "CdfPoint" ; rdfs:comment """

This class describes a point on the graph of a cumulative probability function. The cumulative probability at a point is given by ems:probability. The cumulative probability MUST be greater than 0 and less than 1. The measurement value is given by ems:numericValue.

The probability that a measurement gives a value less than or equal to the numeric value is equal to the cumulative probability.

"""^^rdf:XMLLiteral ; rdfs:seeAlso ; vs:term_status "testing" .