Tore Christiansen

Added a range of Userfield relationships for requested SAP Data

This diff is collapsed. Click to expand it.
......@@ -606,6 +606,12 @@
rdf:type :MilestoneType ;
rdfs:label "Contract milestone"^^xsd:string ;
.
:ContractType
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes the Type of Contract."^^xsd:string ;
rdfs:label "Contract Type"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
:Contractor
rdf:type owl:Class ;
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 @@
.
:Criticality
rdf:type owl:Class ;
rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:comment "A System descriptor that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
......@@ -734,7 +740,7 @@
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ;
.
:Decision_Milestone
:DecisionMilestone
rdf:type :MilestoneType ;
rdfs:label "Decision Milestone"^^xsd:string ;
.
......@@ -819,6 +825,12 @@
rdf:type :SystemDescriptor ;
rdfs:label "Execution"^^xsd:string ;
.
:ExpenseType
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes the Type of Expense."^^xsd:string ;
rdfs:label "Expense Type"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
:ExternalReference
rdf:type owl:Class ;
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 @@
.
:PlanClassifier
rdf:type owl:Class ;
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 ;
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 ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
......