Added a range of Userfield relationships for requested SAP Data
Showing
2 changed files
with
15 additions
and
3 deletions
This diff is collapsed. Click to expand it.
... | @@ -606,6 +606,12 @@ | ... | @@ -606,6 +606,12 @@ |
606 | rdf:type :MilestoneType ; | 606 | rdf:type :MilestoneType ; |
607 | rdfs:label "Contract milestone"^^xsd:string ; | 607 | rdfs:label "Contract milestone"^^xsd:string ; |
608 | . | 608 | . |
609 | +:ContractType | ||
610 | + rdf:type owl:Class ; | ||
611 | + rdfs:comment "A System Descriptor that describes the Type of Contract."^^xsd:string ; | ||
612 | + rdfs:label "Contract Type"^^xsd:string ; | ||
613 | + rdfs:subClassOf :SystemDescriptor ; | ||
614 | +. | ||
609 | :Contractor | 615 | :Contractor |
610 | rdf:type owl:Class ; | 616 | rdf:type owl:Class ; |
611 | rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ; | 617 | rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ; |
... | @@ -659,7 +665,7 @@ | ... | @@ -659,7 +665,7 @@ |
659 | . | 665 | . |
660 | :Criticality | 666 | :Criticality |
661 | rdf:type owl:Class ; | 667 | rdf:type owl:Class ; |
662 | - rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; | 668 | + rdfs:comment "A System descriptor that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; |
663 | rdfs:label "Criticality"^^xsd:string ; | 669 | rdfs:label "Criticality"^^xsd:string ; |
664 | rdfs:subClassOf :SystemDescriptor ; | 670 | rdfs:subClassOf :SystemDescriptor ; |
665 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; | 671 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; |
... | @@ -734,7 +740,7 @@ | ... | @@ -734,7 +740,7 @@ |
734 | rdfs:subClassOf owl:Thing ; | 740 | rdfs:subClassOf owl:Thing ; |
735 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ; | 741 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ; |
736 | . | 742 | . |
737 | -:Decision_Milestone | 743 | +:DecisionMilestone |
738 | rdf:type :MilestoneType ; | 744 | rdf:type :MilestoneType ; |
739 | rdfs:label "Decision Milestone"^^xsd:string ; | 745 | rdfs:label "Decision Milestone"^^xsd:string ; |
740 | . | 746 | . |
... | @@ -819,6 +825,12 @@ | ... | @@ -819,6 +825,12 @@ |
819 | rdf:type :SystemDescriptor ; | 825 | rdf:type :SystemDescriptor ; |
820 | rdfs:label "Execution"^^xsd:string ; | 826 | rdfs:label "Execution"^^xsd:string ; |
821 | . | 827 | . |
828 | +:ExpenseType | ||
829 | + rdf:type owl:Class ; | ||
830 | + rdfs:comment "A System Descriptor that describes the Type of Expense."^^xsd:string ; | ||
831 | + rdfs:label "Expense Type"^^xsd:string ; | ||
832 | + rdfs:subClassOf :SystemDescriptor ; | ||
833 | +. | ||
822 | :ExternalReference | 834 | :ExternalReference |
823 | rdf:type owl:Class ; | 835 | rdf:type owl:Class ; |
824 | rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; | 836 | rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; |
... | @@ -1444,7 +1456,7 @@ | ... | @@ -1444,7 +1456,7 @@ |
1444 | . | 1456 | . |
1445 | :PlanClassifier | 1457 | :PlanClassifier |
1446 | rdf:type owl:Class ; | 1458 | rdf:type owl:Class ; |
1447 | - rdfs:comment "A Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; | 1459 | + rdfs:comment "A Sysem Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; |
1448 | rdfs:label "Plan classifier"^^xsd:string ; | 1460 | rdfs:label "Plan classifier"^^xsd:string ; |
1449 | rdfs:subClassOf :SystemDescriptor ; | 1461 | rdfs:subClassOf :SystemDescriptor ; |
1450 | . | 1462 | . | ... | ... |
-
Please register or login to post a comment