Added labels and comments for all ILAP object properties and datatype properties
Showing
1 changed file
with
243 additions
and
48 deletions
| ... | @@ -2219,6 +2219,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2219,6 +2219,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2219 | . | 2219 | . |
| 2220 | :TimeBasedResourceRef | 2220 | :TimeBasedResourceRef |
| 2221 | rdf:type owl:ObjectProperty ; | 2221 | rdf:type owl:ObjectProperty ; |
| 2222 | + rdfs:comment "A relationship between a planing object and a reference to a time based resource."^^xsd:string ; | ||
| 2223 | + rdfs:label "has Time Based Resource Ref"^^xsd:string ; | ||
| 2222 | . | 2224 | . |
| 2223 | :TimeBasedResourceValue | 2225 | :TimeBasedResourceValue |
| 2224 | rdf:type owl:Class ; | 2226 | rdf:type owl:Class ; |
| ... | @@ -2527,33 +2529,45 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2527,33 +2529,45 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2527 | . | 2529 | . |
| 2528 | :alwaysOnSchedule | 2530 | :alwaysOnSchedule |
| 2529 | rdf:type owl:DatatypeProperty ; | 2531 | rdf:type owl:DatatypeProperty ; |
| 2530 | - rdfs:label "always on schedule"^^xsd:string ; | 2532 | + rdfs:comment "A property that gives the schedule of a planning object."^^xsd:string ; |
| 2533 | + rdfs:label "always on Schedule"^^xsd:string ; | ||
| 2531 | . | 2534 | . |
| 2532 | :availableFrom | 2535 | :availableFrom |
| 2533 | rdf:type owl:DatatypeProperty ; | 2536 | rdf:type owl:DatatypeProperty ; |
| 2537 | + rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ; | ||
| 2538 | + rdfs:label "available From"^^xsd:string ; | ||
| 2534 | . | 2539 | . |
| 2535 | :availableTo | 2540 | :availableTo |
| 2536 | rdf:type owl:DatatypeProperty ; | 2541 | rdf:type owl:DatatypeProperty ; |
| 2542 | + rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ; | ||
| 2543 | + rdfs:label "available To"^^xsd:string ; | ||
| 2537 | . | 2544 | . |
| 2538 | :correspondsToPlan | 2545 | :correspondsToPlan |
| 2539 | rdf:type owl:ObjectProperty ; | 2546 | rdf:type owl:ObjectProperty ; |
| 2540 | - rdfs:comment "This Property is for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)"^^xsd:string ; | 2547 | + rdfs:comment "This Property is for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ; |
| 2541 | rdfs:label "corresponds to Plan"^^xsd:string ; | 2548 | rdfs:label "corresponds to Plan"^^xsd:string ; |
| 2542 | . | 2549 | . |
| 2543 | :dailyAvailableDuration | 2550 | :dailyAvailableDuration |
| 2544 | rdf:type owl:DatatypeProperty ; | 2551 | rdf:type owl:DatatypeProperty ; |
| 2552 | + rdfs:comment "A property that gives the daily availability of a planning object."^^xsd:string ; | ||
| 2553 | + rdfs:label "daily Available Duration"^^xsd:string ; | ||
| 2545 | . | 2554 | . |
| 2546 | :forPlan | 2555 | :forPlan |
| 2547 | rdf:type owl:ObjectProperty ; | 2556 | rdf:type owl:ObjectProperty ; |
| 2557 | + rdfs:comment "A relationship between a planning object and a Plan."^^xsd:string ; | ||
| 2558 | + rdfs:label "for Plan"^^xsd:string ; | ||
| 2548 | . | 2559 | . |
| 2549 | :hasActiveStatus | 2560 | :hasActiveStatus |
| 2550 | rdf:type owl:ObjectProperty ; | 2561 | rdf:type owl:ObjectProperty ; |
| 2562 | + rdfs:comment "A relationship between a planning object and a Status set to active value."^^xsd:string ; | ||
| 2551 | rdfs:domain :Activity ; | 2563 | rdfs:domain :Activity ; |
| 2564 | + rdfs:label "has Active Status"^^xsd:string ; | ||
| 2552 | rdfs:range :Status ; | 2565 | rdfs:range :Status ; |
| 2553 | . | 2566 | . |
| 2554 | :hasActivity | 2567 | :hasActivity |
| 2555 | rdf:type owl:ObjectProperty ; | 2568 | rdf:type owl:ObjectProperty ; |
| 2556 | - rdfs:label "has activity"^^xsd:string ; | 2569 | + rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ; |
| 2570 | + rdfs:label "has Activity"^^xsd:string ; | ||
| 2557 | . | 2571 | . |
| 2558 | :hasActivityActualWeight | 2572 | :hasActivityActualWeight |
| 2559 | rdf:type owl:DatatypeProperty ; | 2573 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -2567,19 +2581,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2567,19 +2581,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2567 | . | 2581 | . |
| 2568 | :hasActivityMaterialOrderStatus | 2582 | :hasActivityMaterialOrderStatus |
| 2569 | rdf:type owl:ObjectProperty ; | 2583 | rdf:type owl:ObjectProperty ; |
| 2570 | - rdfs:label "has activity material order status"^^xsd:string ; | 2584 | + rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; |
| 2585 | + rdfs:label "has Activity Material Order Status"^^xsd:string ; | ||
| 2571 | . | 2586 | . |
| 2572 | :hasActivityWeight | 2587 | :hasActivityWeight |
| 2573 | rdf:type owl:DatatypeProperty ; | 2588 | rdf:type owl:DatatypeProperty ; |
| 2574 | - rdfs:label "has activity weight"^^xsd:string ; | 2589 | + rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ; |
| 2590 | + rdfs:label "has Activity Weight"^^xsd:string ; | ||
| 2575 | . | 2591 | . |
| 2576 | :hasActivityWorkVolume | 2592 | :hasActivityWorkVolume |
| 2577 | rdf:type owl:DatatypeProperty ; | 2593 | rdf:type owl:DatatypeProperty ; |
| 2578 | - rdfs:label "has activity work volume"^^xsd:string ; | 2594 | + rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ; |
| 2595 | + rdfs:label "has Activity Work Volume"^^xsd:string ; | ||
| 2579 | . | 2596 | . |
| 2580 | :hasActualFinish | 2597 | :hasActualFinish |
| 2581 | rdf:type owl:DatatypeProperty ; | 2598 | rdf:type owl:DatatypeProperty ; |
| 2582 | - rdfs:label "has actual finish"^^xsd:string ; | 2599 | + rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ; |
| 2600 | + rdfs:label "has Actual Finish"^^xsd:string ; | ||
| 2583 | . | 2601 | . |
| 2584 | :hasActualPercentComplete | 2602 | :hasActualPercentComplete |
| 2585 | rdf:type owl:DatatypeProperty ; | 2603 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -2588,116 +2606,172 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2588,116 +2606,172 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2588 | . | 2606 | . |
| 2589 | :hasActualStart | 2607 | :hasActualStart |
| 2590 | rdf:type owl:DatatypeProperty ; | 2608 | rdf:type owl:DatatypeProperty ; |
| 2591 | - rdfs:label "has actual start"^^xsd:string ; | 2609 | + rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ; |
| 2610 | + rdfs:label "has Actual Start"^^xsd:string ; | ||
| 2592 | . | 2611 | . |
| 2593 | :hasApplication | 2612 | :hasApplication |
| 2594 | rdf:type owl:DatatypeProperty ; | 2613 | rdf:type owl:DatatypeProperty ; |
| 2614 | + rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ; | ||
| 2615 | + rdfs:label "has Application"^^xsd:string ; | ||
| 2595 | . | 2616 | . |
| 2596 | :hasAreaType | 2617 | :hasAreaType |
| 2597 | rdf:type owl:ObjectProperty ; | 2618 | rdf:type owl:ObjectProperty ; |
| 2598 | - rdfs:label "has area type"^^xsd:string ; | 2619 | + rdfs:comment "A relationship between a planning object and the (typically functional) type of area where it is carried out."^^xsd:string ; |
| 2620 | + rdfs:label "has Area Type"^^xsd:string ; | ||
| 2599 | . | 2621 | . |
| 2600 | :hasAsset | 2622 | :hasAsset |
| 2601 | rdf:type owl:ObjectProperty ; | 2623 | rdf:type owl:ObjectProperty ; |
| 2624 | + rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ; | ||
| 2625 | + rdfs:label "has Asset"^^xsd:string ; | ||
| 2602 | . | 2626 | . |
| 2603 | :hasAvailability | 2627 | :hasAvailability |
| 2604 | rdf:type owl:ObjectProperty ; | 2628 | rdf:type owl:ObjectProperty ; |
| 2629 | + rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ; | ||
| 2630 | + rdfs:label "has Availability"^^xsd:string ; | ||
| 2605 | . | 2631 | . |
| 2606 | :hasCalendar | 2632 | :hasCalendar |
| 2607 | rdf:type owl:ObjectProperty ; | 2633 | rdf:type owl:ObjectProperty ; |
| 2634 | + rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; | ||
| 2635 | + rdfs:label "has Calendar"^^xsd:string ; | ||
| 2608 | . | 2636 | . |
| 2609 | :hasCalendarSet | 2637 | :hasCalendarSet |
| 2610 | rdf:type owl:ObjectProperty ; | 2638 | rdf:type owl:ObjectProperty ; |
| 2639 | + rdfs:comment "A relationship between a planning object and a set of calendards."^^xsd:string ; | ||
| 2640 | + rdfs:label "has Calendar Set"^^xsd:string ; | ||
| 2611 | . | 2641 | . |
| 2612 | :hasCompletelyFreeField | 2642 | :hasCompletelyFreeField |
| 2613 | rdf:type owl:ObjectProperty ; | 2643 | rdf:type owl:ObjectProperty ; |
| 2614 | - rdfs:label "has completely free field"^^xsd:string ; | 2644 | + rdfs:comment "A relationship between a planning object and a data feld that is completely freely defined."^^xsd:string ; |
| 2645 | + rdfs:label "has Completely Free Field"^^xsd:string ; | ||
| 2615 | rdfs:range :CompletelyFreeField ; | 2646 | rdfs:range :CompletelyFreeField ; |
| 2616 | . | 2647 | . |
| 2617 | :hasConstraint | 2648 | :hasConstraint |
| 2618 | rdf:type owl:ObjectProperty ; | 2649 | rdf:type owl:ObjectProperty ; |
| 2650 | + rdfs:comment "A relationship between a planning object and a constraint (SS, FS, SF, FF)."^^xsd:string ; | ||
| 2651 | + rdfs:label "has Constraint"^^xsd:string ; | ||
| 2619 | . | 2652 | . |
| 2620 | :hasCoordinate | 2653 | :hasCoordinate |
| 2621 | rdf:type owl:ObjectProperty ; | 2654 | rdf:type owl:ObjectProperty ; |
| 2655 | + rdfs:comment "A relationship between a planning object and a spatial coordinate."^^xsd:string ; | ||
| 2656 | + rdfs:label "has Coordinate"^^xsd:string ; | ||
| 2622 | . | 2657 | . |
| 2623 | :hasCost | 2658 | :hasCost |
| 2624 | rdf:type owl:DatatypeProperty ; | 2659 | rdf:type owl:DatatypeProperty ; |
| 2660 | + rdfs:comment "A property that gives the cost of a planning object."^^xsd:string ; | ||
| 2661 | + rdfs:label "has Cost"^^xsd:string ; | ||
| 2625 | . | 2662 | . |
| 2626 | :hasCurrentProgress | 2663 | :hasCurrentProgress |
| 2627 | rdf:type owl:DatatypeProperty ; | 2664 | rdf:type owl:DatatypeProperty ; |
| 2665 | + rdfs:comment "A property that gives thecurrent progress of a planning object."^^xsd:string ; | ||
| 2666 | + rdfs:label "has Current Progress"^^xsd:string ; | ||
| 2628 | . | 2667 | . |
| 2629 | :hasDateSet | 2668 | :hasDateSet |
| 2630 | rdf:type owl:ObjectProperty ; | 2669 | rdf:type owl:ObjectProperty ; |
| 2670 | + rdfs:comment "A relationship between a planning object and a set of dates."^^xsd:string ; | ||
| 2671 | + rdfs:label "has Date Set"^^xsd:string ; | ||
| 2631 | . | 2672 | . |
| 2632 | :hasDefaultRate | 2673 | :hasDefaultRate |
| 2633 | rdf:type owl:DatatypeProperty ; | 2674 | rdf:type owl:DatatypeProperty ; |
| 2675 | + rdfs:comment "A property that gives the default rate used in a planning object."^^xsd:string ; | ||
| 2676 | + rdfs:label "has Default Rate"^^xsd:string ; | ||
| 2634 | . | 2677 | . |
| 2635 | :hasDelayedStart | 2678 | :hasDelayedStart |
| 2636 | rdf:type owl:DatatypeProperty ; | 2679 | rdf:type owl:DatatypeProperty ; |
| 2680 | + rdfs:comment "A property that gives the delayed start date of a planning object."^^xsd:string ; | ||
| 2681 | + rdfs:label "has Delayed Start"^^xsd:string ; | ||
| 2637 | . | 2682 | . |
| 2638 | :hasDescription | 2683 | :hasDescription |
| 2639 | rdf:type owl:DatatypeProperty ; | 2684 | rdf:type owl:DatatypeProperty ; |
| 2640 | - rdfs:domain :Project ; | 2685 | + rdfs:comment "A property that gives the description of a planning object."^^xsd:string ; |
| 2686 | + rdfs:label "has Description"^^xsd:string ; | ||
| 2641 | rdfs:range xsd:string ; | 2687 | rdfs:range xsd:string ; |
| 2642 | . | 2688 | . |
| 2643 | :hasDuration | 2689 | :hasDuration |
| 2644 | rdf:type owl:DatatypeProperty ; | 2690 | rdf:type owl:DatatypeProperty ; |
| 2691 | + rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ; | ||
| 2692 | + rdfs:label "has Duration"^^xsd:string ; | ||
| 2645 | . | 2693 | . |
| 2646 | :hasEarlyFinish | 2694 | :hasEarlyFinish |
| 2647 | rdf:type owl:DatatypeProperty ; | 2695 | rdf:type owl:DatatypeProperty ; |
| 2696 | + rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ; | ||
| 2697 | + rdfs:label "has Early Finish"^^xsd:string ; | ||
| 2648 | . | 2698 | . |
| 2649 | :hasEarlyStart | 2699 | :hasEarlyStart |
| 2650 | rdf:type owl:DatatypeProperty ; | 2700 | rdf:type owl:DatatypeProperty ; |
| 2701 | + rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ; | ||
| 2702 | + rdfs:label "has Early Start"^^xsd:string ; | ||
| 2651 | . | 2703 | . |
| 2652 | :hasExpendedCost | 2704 | :hasExpendedCost |
| 2653 | rdf:type owl:DatatypeProperty ; | 2705 | rdf:type owl:DatatypeProperty ; |
| 2706 | + rdfs:comment "A property that gives the expended cost of a planning object."^^xsd:string ; | ||
| 2707 | + rdfs:label "has Expended Cost"^^xsd:string ; | ||
| 2654 | . | 2708 | . |
| 2655 | :hasExpendedQuantity | 2709 | :hasExpendedQuantity |
| 2656 | rdf:type owl:DatatypeProperty ; | 2710 | rdf:type owl:DatatypeProperty ; |
| 2711 | + rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ; | ||
| 2712 | + rdfs:label "has expended Quantity"^^xsd:string ; | ||
| 2657 | . | 2713 | . |
| 2658 | :hasExternalReference | 2714 | :hasExternalReference |
| 2659 | rdf:type owl:ObjectProperty ; | 2715 | rdf:type owl:ObjectProperty ; |
| 2716 | + rdfs:comment "A relationship between a planning object and an externally defined reference."^^xsd:string ; | ||
| 2660 | rdfs:label "has External Reference"^^xsd:string ; | 2717 | rdfs:label "has External Reference"^^xsd:string ; |
| 2661 | . | 2718 | . |
| 2662 | :hasField | 2719 | :hasField |
| 2663 | rdf:type owl:DatatypeProperty ; | 2720 | rdf:type owl:DatatypeProperty ; |
| 2721 | + rdfs:comment "A property that gives the (data) field associated with a planning object."^^xsd:string ; | ||
| 2722 | + rdfs:label "has Field"^^xsd:string ; | ||
| 2664 | . | 2723 | . |
| 2665 | :hasFieldName | 2724 | :hasFieldName |
| 2666 | rdf:type owl:DatatypeProperty ; | 2725 | rdf:type owl:DatatypeProperty ; |
| 2726 | + rdfs:comment "A property that gives the (data) field name associated with a planning object."^^xsd:string ; | ||
| 2727 | + rdfs:label "has Field Name"^^xsd:string ; | ||
| 2667 | . | 2728 | . |
| 2668 | :hasFieldValue | 2729 | :hasFieldValue |
| 2669 | rdf:type owl:DatatypeProperty ; | 2730 | rdf:type owl:DatatypeProperty ; |
| 2670 | - rdfs:label "has field value"^^xsd:string ; | 2731 | + rdfs:comment "A property that gives the (data) field value associated with a planning object."^^xsd:string ; |
| 2732 | + rdfs:label "has Field Value"^^xsd:string ; | ||
| 2671 | . | 2733 | . |
| 2672 | :hasFinish | 2734 | :hasFinish |
| 2673 | rdf:type owl:DatatypeProperty ; | 2735 | rdf:type owl:DatatypeProperty ; |
| 2736 | + rdfs:comment "A property that gives the finish associated with a planning object."^^xsd:string ; | ||
| 2737 | + rdfs:label "has Finish"^^xsd:string ; | ||
| 2674 | . | 2738 | . |
| 2675 | :hasFinishDate | 2739 | :hasFinishDate |
| 2676 | rdf:type owl:DatatypeProperty ; | 2740 | rdf:type owl:DatatypeProperty ; |
| 2741 | + rdfs:comment "A property that gives the finish date associated with a planning object."^^xsd:string ; | ||
| 2742 | + rdfs:label "has Finish Date"^^xsd:string ; | ||
| 2677 | rdfs:range xsd:date ; | 2743 | rdfs:range xsd:date ; |
| 2678 | . | 2744 | . |
| 2679 | :hasFinishTime | 2745 | :hasFinishTime |
| 2680 | rdf:type owl:DatatypeProperty ; | 2746 | rdf:type owl:DatatypeProperty ; |
| 2747 | + rdfs:comment "A property that gives the finish time associated with a planning object."^^xsd:string ; | ||
| 2748 | + rdfs:label "has Finish Time"^^xsd:string ; | ||
| 2681 | rdfs:range xsd:time ; | 2749 | rdfs:range xsd:time ; |
| 2682 | . | 2750 | . |
| 2683 | :hasFloat | 2751 | :hasFloat |
| 2684 | rdf:type owl:DatatypeProperty ; | 2752 | rdf:type owl:DatatypeProperty ; |
| 2753 | + rdfs:comment "A property that gives a float value associated with a planning object."^^xsd:string ; | ||
| 2754 | + rdfs:label "has Float"^^xsd:string ; | ||
| 2685 | . | 2755 | . |
| 2686 | :hasFnetDate | 2756 | :hasFnetDate |
| 2687 | rdf:type owl:DatatypeProperty ; | 2757 | rdf:type owl:DatatypeProperty ; |
| 2688 | - rdfs:comment "The Activity must Finish no earlier than this Date"^^xsd:string ; | 2758 | + rdfs:comment "The Activity must Finish No Earlier Than this date"^^xsd:string ; |
| 2689 | - rdfs:label "has fnet date"^^xsd:string ; | 2759 | + rdfs:label "has FNET Date"^^xsd:string ; |
| 2690 | . | 2760 | . |
| 2691 | :hasFnltDate | 2761 | :hasFnltDate |
| 2692 | rdf:type owl:DatatypeProperty ; | 2762 | rdf:type owl:DatatypeProperty ; |
| 2693 | - rdfs:comment "The Activity must Finish no later than this Date"^^xsd:string ; | 2763 | + rdfs:comment "The Activity must Finish No Later Than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ; |
| 2694 | - rdfs:label "has fnlt date"^^xsd:string ; | 2764 | + rdfs:label "has FNLT Date"^^xsd:string ; |
| 2695 | . | 2765 | . |
| 2696 | :hasFreeField | 2766 | :hasFreeField |
| 2697 | rdf:type owl:ObjectProperty ; | 2767 | rdf:type owl:ObjectProperty ; |
| 2768 | + rdfs:comment "A relationship between a planning object and a freely defined field."^^xsd:string ; | ||
| 2769 | + rdfs:label "has Free Field"^^xsd:string ; | ||
| 2698 | . | 2770 | . |
| 2699 | :hasFreeFieldSet | 2771 | :hasFreeFieldSet |
| 2700 | rdf:type owl:ObjectProperty ; | 2772 | rdf:type owl:ObjectProperty ; |
| 2773 | + rdfs:comment "A relationship between a planning object and a set of freely defined fields."^^xsd:string ; | ||
| 2774 | + rdfs:label "has Free Field Set."^^xsd:string ; | ||
| 2701 | . | 2775 | . |
| 2702 | :hasFreeFloat | 2776 | :hasFreeFloat |
| 2703 | rdf:type owl:DatatypeProperty ; | 2777 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -2705,83 +2779,113 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2705,83 +2779,113 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2705 | . | 2779 | . |
| 2706 | :hasFreeTime | 2780 | :hasFreeTime |
| 2707 | rdf:type owl:ObjectProperty ; | 2781 | rdf:type owl:ObjectProperty ; |
| 2782 | + rdfs:comment "A relationship between a planning object and a tie period defined free (i.e., not working time)."^^xsd:string ; | ||
| 2783 | + rdfs:label "has Free Time"^^xsd:string ; | ||
| 2708 | . | 2784 | . |
| 2709 | :hasFrontlineDate | 2785 | :hasFrontlineDate |
| 2710 | rdf:type owl:DatatypeProperty ; | 2786 | rdf:type owl:DatatypeProperty ; |
| 2787 | + rdfs:comment "A property that gives the frontline date associated with a planning object."^^xsd:string ; | ||
| 2788 | + rdfs:label "has Frontline Date"^^xsd:string ; | ||
| 2711 | . | 2789 | . |
| 2712 | :hasID | 2790 | :hasID |
| 2713 | rdf:type owl:DatatypeProperty ; | 2791 | rdf:type owl:DatatypeProperty ; |
| 2792 | + rdfs:comment "A property that gives the ID of a planning object."^^xsd:string ; | ||
| 2793 | + rdfs:label "has ID"^^xsd:string ; | ||
| 2714 | . | 2794 | . |
| 2715 | :hasLag | 2795 | :hasLag |
| 2716 | rdf:type owl:DatatypeProperty ; | 2796 | rdf:type owl:DatatypeProperty ; |
| 2797 | + rdfs:comment "A property that gives the lag (delay) associated with a constraint (dependency between activities)."^^xsd:string ; | ||
| 2798 | + rdfs:label "has Lag"^^xsd:string ; | ||
| 2717 | . | 2799 | . |
| 2718 | :hasLateFinish | 2800 | :hasLateFinish |
| 2719 | rdf:type owl:DatatypeProperty ; | 2801 | rdf:type owl:DatatypeProperty ; |
| 2802 | + rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ; | ||
| 2803 | + rdfs:label "has Late Finish"^^xsd:string ; | ||
| 2720 | . | 2804 | . |
| 2721 | :hasLateStart | 2805 | :hasLateStart |
| 2722 | rdf:type owl:DatatypeProperty ; | 2806 | rdf:type owl:DatatypeProperty ; |
| 2807 | + rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ; | ||
| 2808 | + rdfs:label "has Late Start"^^xsd:string ; | ||
| 2723 | . | 2809 | . |
| 2724 | :hasLevelType | 2810 | :hasLevelType |
| 2725 | rdf:type owl:ObjectProperty ; | 2811 | rdf:type owl:ObjectProperty ; |
| 2726 | - rdfs:label "has level type"^^xsd:string ; | 2812 | + rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ; |
| 2813 | + rdfs:label "has Level Type"^^xsd:string ; | ||
| 2727 | . | 2814 | . |
| 2728 | :hasMainContractor | 2815 | :hasMainContractor |
| 2729 | rdf:type owl:ObjectProperty ; | 2816 | rdf:type owl:ObjectProperty ; |
| 2730 | - rdfs:label "has main contractor"^^xsd:string ; | 2817 | + rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role main contractor."^^xsd:string ; |
| 2818 | + rdfs:label "has Main Contractor"^^xsd:string ; | ||
| 2731 | rdfs:range :Contractor ; | 2819 | rdfs:range :Contractor ; |
| 2732 | rdfs:subPropertyOf :hasResponsibleOrganization ; | 2820 | rdfs:subPropertyOf :hasResponsibleOrganization ; |
| 2733 | . | 2821 | . |
| 2734 | :hasManHours | 2822 | :hasManHours |
| 2735 | rdf:type owl:DatatypeProperty ; | 2823 | rdf:type owl:DatatypeProperty ; |
| 2824 | + rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ; | ||
| 2825 | + rdfs:label "has Manhours"^^xsd:string ; | ||
| 2736 | . | 2826 | . |
| 2737 | :hasMfoDate | 2827 | :hasMfoDate |
| 2738 | rdf:type owl:DatatypeProperty ; | 2828 | rdf:type owl:DatatypeProperty ; |
| 2739 | - rdfs:comment "the Activity Must Finish on this Date"^^xsd:string ; | 2829 | + rdfs:comment "the Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ; |
| 2740 | - rdfs:label "has MFO date"^^xsd:string ; | 2830 | + rdfs:label "has MFO Date"^^xsd:string ; |
| 2741 | . | 2831 | . |
| 2742 | :hasMsoDate | 2832 | :hasMsoDate |
| 2743 | rdf:type owl:DatatypeProperty ; | 2833 | rdf:type owl:DatatypeProperty ; |
| 2744 | - rdfs:comment "the Activity Must Start on this Date"^^xsd:string ; | 2834 | + rdfs:comment "the Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ; |
| 2745 | - rdfs:label "has mso date"^^xsd:string ; | 2835 | + rdfs:label "has MSO Date"^^xsd:string ; |
| 2746 | . | 2836 | . |
| 2747 | :hasName | 2837 | :hasName |
| 2748 | rdf:type owl:DatatypeProperty ; | 2838 | rdf:type owl:DatatypeProperty ; |
| 2839 | + rdfs:comment "A property that gives the name of a planning object."^^xsd:string ; | ||
| 2840 | + rdfs:label "has Name"^^xsd:string ; | ||
| 2749 | rdfs:range xsd:string ; | 2841 | rdfs:range xsd:string ; |
| 2750 | . | 2842 | . |
| 2751 | :hasObjectiveType | 2843 | :hasObjectiveType |
| 2752 | rdf:type owl:ObjectProperty ; | 2844 | rdf:type owl:ObjectProperty ; |
| 2753 | - rdfs:label "has objective type"^^xsd:string ; | 2845 | + rdfs:comment "A relationship between a planning object and a type of Objective."^^xsd:string ; |
| 2846 | + rdfs:label "has Objective Type"^^xsd:string ; | ||
| 2754 | . | 2847 | . |
| 2755 | :hasOperation | 2848 | :hasOperation |
| 2756 | rdf:type owl:ObjectProperty ; | 2849 | rdf:type owl:ObjectProperty ; |
| 2850 | + rdfs:comment "A relationship between a planning object and an Operation in a Work Order."^^xsd:string ; | ||
| 2851 | + rdfs:label "has Operation"^^xsd:string ; | ||
| 2757 | . | 2852 | . |
| 2758 | :hasOperator | 2853 | :hasOperator |
| 2759 | rdf:type owl:ObjectProperty ; | 2854 | rdf:type owl:ObjectProperty ; |
| 2760 | - rdfs:label "has operator"^^xsd:string ; | 2855 | + rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role operator."^^xsd:string ; |
| 2856 | + rdfs:label "has Operator"^^xsd:string ; | ||
| 2761 | rdfs:range :Operator ; | 2857 | rdfs:range :Operator ; |
| 2762 | rdfs:subPropertyOf :hasResponsibleOrganization ; | 2858 | rdfs:subPropertyOf :hasResponsibleOrganization ; |
| 2763 | . | 2859 | . |
| 2764 | :hasOperatorsRequiredEndDate | 2860 | :hasOperatorsRequiredEndDate |
| 2765 | rdf:type owl:DatatypeProperty ; | 2861 | rdf:type owl:DatatypeProperty ; |
| 2766 | - rdfs:comment "A property of a Project or Activity"^^xsd:string ; | 2862 | + rdfs:comment "A property that gives a the end date of a planning object required by an operator."^^xsd:string ; |
| 2767 | rdfs:label "has Operators Required End Date"^^xsd:string ; | 2863 | rdfs:label "has Operators Required End Date"^^xsd:string ; |
| 2768 | . | 2864 | . |
| 2769 | :hasParentActivity | 2865 | :hasParentActivity |
| 2770 | rdf:type owl:ObjectProperty ; | 2866 | rdf:type owl:ObjectProperty ; |
| 2867 | + rdfs:comment "A relationship between a planning object (such as an Activity) and the (higher order) Activity to which it belongs."^^xsd:string ; | ||
| 2868 | + rdfs:label "has Parent Activity"^^xsd:string ; | ||
| 2771 | . | 2869 | . |
| 2772 | :hasParentPlan | 2870 | :hasParentPlan |
| 2773 | rdf:type owl:ObjectProperty ; | 2871 | rdf:type owl:ObjectProperty ; |
| 2872 | + rdfs:comment "A relationship between a planning object (such as a Plan) and the (higher order) Plan to which it belongs."^^xsd:string ; | ||
| 2873 | + rdfs:label "has Parent Plan"^^xsd:string ; | ||
| 2774 | . | 2874 | . |
| 2775 | :hasPercentageComplete | 2875 | :hasPercentageComplete |
| 2776 | rdf:type owl:DatatypeProperty ; | 2876 | rdf:type owl:DatatypeProperty ; |
| 2777 | - rdfs:label "has percentage complete"^^xsd:string ; | 2877 | + rdfs:comment "A property that gives the percentage completed of a planning object."^^xsd:string ; |
| 2878 | + rdfs:label "has Percentage Complete"^^xsd:string ; | ||
| 2778 | . | 2879 | . |
| 2779 | :hasPeriod | 2880 | :hasPeriod |
| 2780 | rdf:type owl:ObjectProperty ; | 2881 | rdf:type owl:ObjectProperty ; |
| 2882 | + rdfs:comment "A relationship between a planing object and a time period."^^xsd:string ; | ||
| 2883 | + rdfs:label "has Period"^^xsd:string ; | ||
| 2781 | . | 2884 | . |
| 2782 | :hasPhaseType | 2885 | :hasPhaseType |
| 2783 | rdf:type owl:ObjectProperty ; | 2886 | rdf:type owl:ObjectProperty ; |
| 2784 | - rdfs:label "has phase type"^^xsd:string ; | 2887 | + rdfs:comment "A relationship between a planing object and a type of Phase."^^xsd:string ; |
| 2888 | + rdfs:label "has Phase Type"^^xsd:string ; | ||
| 2785 | . | 2889 | . |
| 2786 | :hasPhysicalPercentComplete | 2890 | :hasPhysicalPercentComplete |
| 2787 | rdf:type owl:DatatypeProperty ; | 2891 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -2790,136 +2894,191 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2790,136 +2894,191 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2790 | . | 2894 | . |
| 2791 | :hasPlan | 2895 | :hasPlan |
| 2792 | rdf:type owl:ObjectProperty ; | 2896 | rdf:type owl:ObjectProperty ; |
| 2793 | - rdfs:label "has plan"^^xsd:string ; | 2897 | + rdfs:comment "A relationship between a planing object and a plan."^^xsd:string ; |
| 2898 | + rdfs:label "has Plan"^^xsd:string ; | ||
| 2794 | . | 2899 | . |
| 2795 | :hasPlanType | 2900 | :hasPlanType |
| 2796 | rdf:type owl:ObjectProperty ; | 2901 | rdf:type owl:ObjectProperty ; |
| 2797 | - rdfs:label "has plan type"^^xsd:string ; | 2902 | + rdfs:comment "A relationship between a planing object and a type of plan."^^xsd:string ; |
| 2903 | + rdfs:label "has Plan Type"^^xsd:string ; | ||
| 2798 | . | 2904 | . |
| 2799 | :hasPlannedProgress | 2905 | :hasPlannedProgress |
| 2800 | rdf:type owl:DatatypeProperty ; | 2906 | rdf:type owl:DatatypeProperty ; |
| 2907 | + rdfs:comment "A property that gives the planned progress for a planning object."^^xsd:string ; | ||
| 2908 | + rdfs:label "has Planned Progress"^^xsd:string ; | ||
| 2801 | . | 2909 | . |
| 2802 | :hasPlatform | 2910 | :hasPlatform |
| 2803 | rdf:type owl:ObjectProperty ; | 2911 | rdf:type owl:ObjectProperty ; |
| 2912 | + rdfs:comment "A relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ; | ||
| 2804 | rdfs:subPropertyOf :hasAsset ; | 2913 | rdfs:subPropertyOf :hasAsset ; |
| 2805 | . | 2914 | . |
| 2806 | :hasPreviousPeriod | 2915 | :hasPreviousPeriod |
| 2807 | rdf:type owl:ObjectProperty ; | 2916 | rdf:type owl:ObjectProperty ; |
| 2917 | + rdfs:comment "A relationship between a planing object and an earlier time period."^^xsd:string ; | ||
| 2918 | + rdfs:label "has Previous Period"^^xsd:string ; | ||
| 2808 | . | 2919 | . |
| 2809 | :hasPreviousScheduleForPlan | 2920 | :hasPreviousScheduleForPlan |
| 2810 | rdf:type owl:ObjectProperty ; | 2921 | rdf:type owl:ObjectProperty ; |
| 2811 | - rdfs:label "has previous schedule for plan"^^xsd:string ; | 2922 | + rdfs:comment "A relationship between a planing object and an earlier version of the schedule."^^xsd:string ; |
| 2923 | + rdfs:label "has Previous Schedule for Plan"^^xsd:string ; | ||
| 2812 | . | 2924 | . |
| 2813 | :hasProfile | 2925 | :hasProfile |
| 2814 | rdf:type owl:ObjectProperty ; | 2926 | rdf:type owl:ObjectProperty ; |
| 2927 | + rdfs:comment "A relationship between a planing object and a profile."^^xsd:string ; | ||
| 2928 | + rdfs:label "has Profile"^^xsd:string ; | ||
| 2815 | . | 2929 | . |
| 2816 | :hasProfileSet | 2930 | :hasProfileSet |
| 2817 | rdf:type owl:ObjectProperty ; | 2931 | rdf:type owl:ObjectProperty ; |
| 2932 | + rdfs:comment "A relationship between a planing object and a set of profiles."^^xsd:string ; | ||
| 2933 | + rdfs:label "has Profile Set"^^xsd:string ; | ||
| 2818 | . | 2934 | . |
| 2819 | :hasProject | 2935 | :hasProject |
| 2820 | rdf:type owl:ObjectProperty ; | 2936 | rdf:type owl:ObjectProperty ; |
| 2821 | - rdfs:label "has project"^^xsd:string ; | 2937 | + rdfs:comment "A relationship between a planing object and a project."^^xsd:string ; |
| 2938 | + rdfs:label "has Project"^^xsd:string ; | ||
| 2822 | . | 2939 | . |
| 2823 | :hasQuantity | 2940 | :hasQuantity |
| 2824 | rdf:type owl:DatatypeProperty ; | 2941 | rdf:type owl:DatatypeProperty ; |
| 2942 | + rdfs:comment "A property that gives a quantity associated with a planning object."^^xsd:string ; | ||
| 2943 | + rdfs:label "has Quantity"^^xsd:string ; | ||
| 2825 | . | 2944 | . |
| 2826 | :hasRemainingDuration | 2945 | :hasRemainingDuration |
| 2827 | rdf:type owl:DatatypeProperty ; | 2946 | rdf:type owl:DatatypeProperty ; |
| 2828 | - rdfs:label "has remaining duration"^^xsd:string ; | 2947 | + rdfs:comment "A property that gives the remaining duration of a planning object."^^xsd:string ; |
| 2948 | + rdfs:label "has Remaining Duration"^^xsd:string ; | ||
| 2829 | . | 2949 | . |
| 2830 | :hasRemainingFinish | 2950 | :hasRemainingFinish |
| 2831 | rdf:type owl:DatatypeProperty ; | 2951 | rdf:type owl:DatatypeProperty ; |
| 2952 | + rdfs:comment "A property that gives the remaining finish of a planning object."^^xsd:string ; | ||
| 2953 | + rdfs:label "has Remaining Finish"^^xsd:string ; | ||
| 2832 | . | 2954 | . |
| 2833 | :hasRemainingStart | 2955 | :hasRemainingStart |
| 2834 | rdf:type owl:DatatypeProperty ; | 2956 | rdf:type owl:DatatypeProperty ; |
| 2957 | + rdfs:comment "A property that gives the remaining start of a planning object."^^xsd:string ; | ||
| 2958 | + rdfs:label "has Remaining Start"^^xsd:string ; | ||
| 2835 | . | 2959 | . |
| 2836 | :hasResource | 2960 | :hasResource |
| 2837 | rdf:type owl:ObjectProperty ; | 2961 | rdf:type owl:ObjectProperty ; |
| 2962 | + rdfs:comment "A relationship between a planing object and a resource."^^xsd:string ; | ||
| 2963 | + rdfs:label "has Resource"^^xsd:string ; | ||
| 2838 | . | 2964 | . |
| 2839 | :hasResourceSet | 2965 | :hasResourceSet |
| 2840 | rdf:type owl:ObjectProperty ; | 2966 | rdf:type owl:ObjectProperty ; |
| 2967 | + rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ; | ||
| 2968 | + rdfs:label "has Resource Set"^^xsd:string ; | ||
| 2841 | . | 2969 | . |
| 2842 | :hasResourceType | 2970 | :hasResourceType |
| 2843 | rdf:type owl:ObjectProperty ; | 2971 | rdf:type owl:ObjectProperty ; |
| 2844 | - rdfs:label "has resource type"^^xsd:string ; | 2972 | + rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ; |
| 2973 | + rdfs:label "has Resource Type"^^xsd:string ; | ||
| 2845 | . | 2974 | . |
| 2846 | :hasResponsible | 2975 | :hasResponsible |
| 2847 | rdf:type owl:ObjectProperty ; | 2976 | rdf:type owl:ObjectProperty ; |
| 2977 | + rdfs:comment "A relationship between a planing object and a responsible organization or person."^^xsd:string ; | ||
| 2848 | rdfs:domain :Activity ; | 2978 | rdfs:domain :Activity ; |
| 2849 | - rdfs:label "has responsible"^^xsd:string ; | 2979 | + rdfs:label "has Responsible"^^xsd:string ; |
| 2850 | rdfs:range :Responsible ; | 2980 | rdfs:range :Responsible ; |
| 2851 | . | 2981 | . |
| 2852 | :hasResponsibleOrganization | 2982 | :hasResponsibleOrganization |
| 2853 | rdf:type owl:ObjectProperty ; | 2983 | rdf:type owl:ObjectProperty ; |
| 2854 | - rdfs:label "has responsible organization"^^xsd:string ; | 2984 | + rdfs:comment "A relationship between a planing object and a responsible organization."^^xsd:string ; |
| 2985 | + rdfs:label "has Responsible Organization"^^xsd:string ; | ||
| 2855 | . | 2986 | . |
| 2856 | :hasResult | 2987 | :hasResult |
| 2857 | rdf:type owl:ObjectProperty ; | 2988 | rdf:type owl:ObjectProperty ; |
| 2858 | - rdfs:label "has result"^^xsd:string ; | 2989 | + rdfs:comment "A relationship between a planing object and a result from an activity."^^xsd:string ; |
| 2990 | + rdfs:label "has Result"^^xsd:string ; | ||
| 2859 | . | 2991 | . |
| 2860 | :hasResultType | 2992 | :hasResultType |
| 2861 | rdf:type owl:ObjectProperty ; | 2993 | rdf:type owl:ObjectProperty ; |
| 2862 | - rdfs:label "has result type"^^xsd:string ; | 2994 | + rdfs:comment "A relationship between a planing object and a type of result."^^xsd:string ; |
| 2995 | + rdfs:label "has Result Type"^^xsd:string ; | ||
| 2863 | . | 2996 | . |
| 2864 | :hasSchedule | 2997 | :hasSchedule |
| 2865 | rdf:type owl:ObjectProperty ; | 2998 | rdf:type owl:ObjectProperty ; |
| 2999 | + rdfs:comment "A relationship between a planing object and a schedule."^^xsd:string ; | ||
| 3000 | + rdfs:label "has Schedule"^^xsd:string ; | ||
| 2866 | . | 3001 | . |
| 2867 | :hasShort | 3002 | :hasShort |
| 2868 | rdf:type owl:DatatypeProperty ; | 3003 | rdf:type owl:DatatypeProperty ; |
| 3004 | + rdfs:comment "A property that gives the short name (abbreviation) for a planning object."^^xsd:string ; | ||
| 3005 | + rdfs:label "has Short"^^xsd:string ; | ||
| 2869 | . | 3006 | . |
| 2870 | :hasShutdownActivity | 3007 | :hasShutdownActivity |
| 2871 | rdf:type owl:ObjectProperty ; | 3008 | rdf:type owl:ObjectProperty ; |
| 3009 | + rdfs:comment "A relationship between a planing object and a shutdown activity."^^xsd:string ; | ||
| 2872 | rdfs:domain :Shutdown ; | 3010 | rdfs:domain :Shutdown ; |
| 2873 | - rdfs:label "has shutdown activity"^^xsd:string ; | 3011 | + rdfs:label "has Shutdown Activity"^^xsd:string ; |
| 2874 | rdfs:range :ActivityInPlan ; | 3012 | rdfs:range :ActivityInPlan ; |
| 2875 | . | 3013 | . |
| 2876 | :hasSnetDate | 3014 | :hasSnetDate |
| 2877 | rdf:type owl:DatatypeProperty ; | 3015 | rdf:type owl:DatatypeProperty ; |
| 2878 | - rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ; | 3016 | + rdfs:comment "The Activity must Start no earlier than this date. This corresponds to Target Start Early in Safran."^^xsd:string ; |
| 2879 | - rdfs:label "has snet date"^^xsd:string ; | 3017 | + rdfs:label "has SNET Date"^^xsd:string ; |
| 2880 | . | 3018 | . |
| 2881 | :hasSnltDate | 3019 | :hasSnltDate |
| 2882 | rdf:type owl:DatatypeProperty ; | 3020 | rdf:type owl:DatatypeProperty ; |
| 2883 | - rdfs:comment "The Activity must Start no later than this Date"^^xsd:string ; | 3021 | + rdfs:comment "The Activity must Start no later than this date. This corresponds to Target Start Late in Safran."^^xsd:string ; |
| 2884 | - rdfs:label "has snlt date"^^xsd:string ; | 3022 | + rdfs:label "has SNLT Date"^^xsd:string ; |
| 2885 | . | 3023 | . |
| 2886 | :hasSource | 3024 | :hasSource |
| 2887 | rdf:type owl:DatatypeProperty ; | 3025 | rdf:type owl:DatatypeProperty ; |
| 3026 | + rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ; | ||
| 3027 | + rdfs:label "has Source"^^xsd:string ; | ||
| 2888 | . | 3028 | . |
| 2889 | :hasSourceSpecificUserfield | 3029 | :hasSourceSpecificUserfield |
| 2890 | rdf:type owl:ObjectProperty ; | 3030 | rdf:type owl:ObjectProperty ; |
| 3031 | + rdfs:comment "A relationship between a planing object and a user specified field from a specified source."^^xsd:string ; | ||
| 3032 | + rdfs:label "has Source Specified User Field"^^xsd:string ; | ||
| 2891 | . | 3033 | . |
| 2892 | :hasSpecifiedUserField | 3034 | :hasSpecifiedUserField |
| 2893 | rdf:type owl:ObjectProperty ; | 3035 | rdf:type owl:ObjectProperty ; |
| 3036 | + rdfs:comment "A relationship between a planing object and a user specified field."^^xsd:string ; | ||
| 3037 | + rdfs:label "has Specified User Field"^^xsd:string ; | ||
| 2894 | . | 3038 | . |
| 2895 | :hasStart | 3039 | :hasStart |
| 2896 | rdf:type owl:DatatypeProperty ; | 3040 | rdf:type owl:DatatypeProperty ; |
| 3041 | + rdfs:comment "A property that gives the start conditions associated with a planning object."^^xsd:string ; | ||
| 3042 | + rdfs:label "has Start"^^xsd:string ; | ||
| 2897 | . | 3043 | . |
| 2898 | :hasStartDate | 3044 | :hasStartDate |
| 2899 | rdf:type owl:DatatypeProperty ; | 3045 | rdf:type owl:DatatypeProperty ; |
| 3046 | + rdfs:comment "A property that gives the start date associated with a planning object."^^xsd:string ; | ||
| 3047 | + rdfs:label "has Start Date"^^xsd:string ; | ||
| 2900 | rdfs:range xsd:date ; | 3048 | rdfs:range xsd:date ; |
| 2901 | . | 3049 | . |
| 2902 | :hasStartTime | 3050 | :hasStartTime |
| 2903 | rdf:type owl:DatatypeProperty ; | 3051 | rdf:type owl:DatatypeProperty ; |
| 3052 | + rdfs:comment "A property that gives the start time associated with a planning object."^^xsd:string ; | ||
| 3053 | + rdfs:label "has Start Time"^^xsd:string ; | ||
| 2904 | rdfs:range xsd:time ; | 3054 | rdfs:range xsd:time ; |
| 2905 | . | 3055 | . |
| 2906 | :hasSubContractor | 3056 | :hasSubContractor |
| 2907 | rdf:type owl:ObjectProperty ; | 3057 | rdf:type owl:ObjectProperty ; |
| 2908 | - rdfs:label "has sub contractor"^^xsd:string ; | 3058 | + rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ; |
| 3059 | + rdfs:label "has Sub Contractor"^^xsd:string ; | ||
| 2909 | rdfs:range :Contractor ; | 3060 | rdfs:range :Contractor ; |
| 2910 | rdfs:subPropertyOf :hasResponsibleOrganization ; | 3061 | rdfs:subPropertyOf :hasResponsibleOrganization ; |
| 2911 | . | 3062 | . |
| 2912 | :hasSubProject | 3063 | :hasSubProject |
| 2913 | rdf:type owl:ObjectProperty ; | 3064 | rdf:type owl:ObjectProperty ; |
| 3065 | + rdfs:comment "A relationship between a planing object and a sub plan"^^xsd:string ; | ||
| 3066 | + rdfs:label "has Sub Project"^^xsd:string ; | ||
| 2914 | . | 3067 | . |
| 2915 | :hasSuccessorActivity | 3068 | :hasSuccessorActivity |
| 2916 | rdf:type owl:ObjectProperty ; | 3069 | rdf:type owl:ObjectProperty ; |
| 3070 | + rdfs:comment "A relationship between a planing object and a successor (constraint)."^^xsd:string ; | ||
| 3071 | + rdfs:label "has Successor Activity"^^xsd:string ; | ||
| 2917 | . | 3072 | . |
| 2918 | :hasTimeBasedResource | 3073 | :hasTimeBasedResource |
| 2919 | rdf:type owl:ObjectProperty ; | 3074 | rdf:type owl:ObjectProperty ; |
| 3075 | + rdfs:comment "A relationship between a planing object and a time based resource."^^xsd:string ; | ||
| 3076 | + rdfs:label "has Time Based Resource"^^xsd:string ; | ||
| 2920 | . | 3077 | . |
| 2921 | :hasTimeSet | 3078 | :hasTimeSet |
| 2922 | rdf:type owl:ObjectProperty ; | 3079 | rdf:type owl:ObjectProperty ; |
| 3080 | + rdfs:comment "A relationship between a planing object and a set of time periods."^^xsd:string ; | ||
| 3081 | + rdfs:label "has Time Set"^^xsd:string ; | ||
| 2923 | . | 3082 | . |
| 2924 | :hasTotalFloat | 3083 | :hasTotalFloat |
| 2925 | rdf:type owl:DatatypeProperty ; | 3084 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -2927,36 +3086,54 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2927,36 +3086,54 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2927 | . | 3086 | . |
| 2928 | :hasTypeOfWork | 3087 | :hasTypeOfWork |
| 2929 | rdf:type owl:ObjectProperty ; | 3088 | rdf:type owl:ObjectProperty ; |
| 3089 | + rdfs:comment "A relationship between a planing object and a type of work."^^xsd:string ; | ||
| 2930 | rdfs:label "has Type of Work"^^xsd:string ; | 3090 | rdfs:label "has Type of Work"^^xsd:string ; |
| 2931 | . | 3091 | . |
| 2932 | :hasValue | 3092 | :hasValue |
| 2933 | rdf:type owl:ObjectProperty ; | 3093 | rdf:type owl:ObjectProperty ; |
| 3094 | + rdfs:comment "A relationship between a planing object and a value."^^xsd:string ; | ||
| 3095 | + rdfs:label "has Value"^^xsd:string ; | ||
| 2934 | . | 3096 | . |
| 2935 | :hasWeekday | 3097 | :hasWeekday |
| 2936 | rdf:type owl:ObjectProperty ; | 3098 | rdf:type owl:ObjectProperty ; |
| 3099 | + rdfs:comment "A relationship between a planing object and a week day (i.e., other than weekend)."^^xsd:string ; | ||
| 3100 | + rdfs:label "has Weekday"^^xsd:string ; | ||
| 2937 | . | 3101 | . |
| 2938 | :hasWell | 3102 | :hasWell |
| 2939 | rdf:type owl:ObjectProperty ; | 3103 | rdf:type owl:ObjectProperty ; |
| 2940 | - rdfs:label "has well"^^xsd:string ; | 3104 | + rdfs:comment "A relationship between a planning object and (some type of) Well."^^xsd:string ; |
| 3105 | + rdfs:label "has Well"^^xsd:string ; | ||
| 2941 | rdfs:subPropertyOf :hasAsset ; | 3106 | rdfs:subPropertyOf :hasAsset ; |
| 2942 | . | 3107 | . |
| 2943 | :hasWorkHoursPerDay | 3108 | :hasWorkHoursPerDay |
| 2944 | rdf:type owl:DatatypeProperty ; | 3109 | rdf:type owl:DatatypeProperty ; |
| 3110 | + rdfs:comment "A property that gives the number of work hours per day associated with a planning object."^^xsd:string ; | ||
| 3111 | + rdfs:label "has Work Hours Per Day"^^xsd:string ; | ||
| 2945 | . | 3112 | . |
| 2946 | :hasWorkPeriod | 3113 | :hasWorkPeriod |
| 2947 | rdf:type owl:ObjectProperty ; | 3114 | rdf:type owl:ObjectProperty ; |
| 3115 | + rdfs:comment "A relationship between a planing object and a work period."^^xsd:string ; | ||
| 3116 | + rdfs:label "has Work Period"^^xsd:string ; | ||
| 2948 | . | 3117 | . |
| 2949 | :hasX | 3118 | :hasX |
| 2950 | rdf:type owl:DatatypeProperty ; | 3119 | rdf:type owl:DatatypeProperty ; |
| 3120 | + rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ; | ||
| 3121 | + rdfs:label "has X"^^xsd:string ; | ||
| 2951 | . | 3122 | . |
| 2952 | :hasY | 3123 | :hasY |
| 2953 | rdf:type owl:DatatypeProperty ; | 3124 | rdf:type owl:DatatypeProperty ; |
| 3125 | + rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ; | ||
| 3126 | + rdfs:label "has Y"^^xsd:string ; | ||
| 2954 | . | 3127 | . |
| 2955 | :isCapexOpex | 3128 | :isCapexOpex |
| 2956 | rdf:type owl:DatatypeProperty ; | 3129 | rdf:type owl:DatatypeProperty ; |
| 3130 | + rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ; | ||
| 3131 | + rdfs:label "is Capex Opex"^^xsd:string ; | ||
| 2957 | . | 3132 | . |
| 2958 | :isFree | 3133 | :isFree |
| 2959 | rdf:type owl:DatatypeProperty ; | 3134 | rdf:type owl:DatatypeProperty ; |
| 3135 | + rdfs:comment "A property that specifies a free field for a planning object."^^xsd:string ; | ||
| 3136 | + rdfs:label "is Free"^^xsd:string ; | ||
| 2960 | rdfs:range xsd:boolean ; | 3137 | rdfs:range xsd:boolean ; |
| 2961 | . | 3138 | . |
| 2962 | :level1-ProjectPortfolioSchedule | 3139 | :level1-ProjectPortfolioSchedule |
| ... | @@ -2989,20 +3166,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2989,20 +3166,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2989 | . | 3166 | . |
| 2990 | :mustStartAlap | 3167 | :mustStartAlap |
| 2991 | rdf:type owl:DatatypeProperty ; | 3168 | rdf:type owl:DatatypeProperty ; |
| 2992 | - rdfs:comment "The Activity should start as late as possible"^^xsd:string ; | 3169 | + rdfs:comment "The Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ; |
| 2993 | rdfs:label "must Start ALAP"^^xsd:string ; | 3170 | rdfs:label "must Start ALAP"^^xsd:string ; |
| 2994 | . | 3171 | . |
| 2995 | :mustStartAsap | 3172 | :mustStartAsap |
| 2996 | rdf:type owl:DatatypeProperty ; | 3173 | rdf:type owl:DatatypeProperty ; |
| 2997 | - rdfs:comment "The Activity should start as soon as possible"^^xsd:string ; | 3174 | + rdfs:comment "The Activity should start as soon as possible. This is left untouched in Safran. "^^xsd:string ; |
| 2998 | - rdfs:label "must start ASAP"^^xsd:string ; | 3175 | + rdfs:label "must Start ASAP"^^xsd:string ; |
| 2999 | . | 3176 | . |
| 3000 | :now | 3177 | :now |
| 3001 | rdf:type owl:DatatypeProperty ; | 3178 | rdf:type owl:DatatypeProperty ; |
| 3179 | + rdfs:comment "This is not left untouched in Safran."^^xsd:string ; | ||
| 3180 | + rdfs:label "A property that current time and status of a planning object."^^xsd:string ; | ||
| 3002 | . | 3181 | . |
| 3003 | :partOfSchedule | 3182 | :partOfSchedule |
| 3004 | rdf:type owl:ObjectProperty ; | 3183 | rdf:type owl:ObjectProperty ; |
| 3005 | - rdfs:label "part of schedule"^^xsd:string ; | 3184 | + rdfs:comment "A relationship between a planing object and part of a schedule."^^xsd:string ; |
| 3185 | + rdfs:label "part of Schedule"^^xsd:string ; | ||
| 3006 | . | 3186 | . |
| 3007 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 3187 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 3008 | rdf:type owl:Class ; | 3188 | rdf:type owl:Class ; |
| ... | @@ -3053,6 +3233,21 @@ userfield:SpecifiedUserField | ... | @@ -3053,6 +3233,21 @@ userfield:SpecifiedUserField |
| 3053 | userfield:SpecifiedUserField_1 | 3233 | userfield:SpecifiedUserField_1 |
| 3054 | userfield:hasWBSpart2 :FreeFieldValue_1 ; | 3234 | userfield:hasWBSpart2 :FreeFieldValue_1 ; |
| 3055 | . | 3235 | . |
| 3236 | +userfield:hasActivityNetwork | ||
| 3237 | + rdfs:label "has Activity Network"^^xsd:string ; | ||
| 3238 | +. | ||
| 3239 | +userfield:hasActivityProgress | ||
| 3240 | + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity progress variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; | ||
| 3241 | + rdfs:label "has Activity Progress"^^xsd:string ; | ||
| 3242 | +. | ||
| 3243 | +userfield:hasAreaOnFacility | ||
| 3244 | + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific area on facility variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; | ||
| 3245 | + rdfs:label "has Area on Facility"^^xsd:string ; | ||
| 3246 | +. | ||
| 3247 | +userfield:hasAssignment | ||
| 3248 | + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific assignment variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; | ||
| 3249 | + rdfs:label "has Assignment"^^xsd:string ; | ||
| 3250 | +. | ||
| 3056 | userfield:hasFreeFieldForSpecifiedUserField | 3251 | userfield:hasFreeFieldForSpecifiedUserField |
| 3057 | rdf:type owl:ObjectProperty ; | 3252 | rdf:type owl:ObjectProperty ; |
| 3058 | . | 3253 | . | ... | ... |
-
Please register or login to post a comment