Showing
3 changed files
with
25 additions
and
3 deletions
... | @@ -1850,6 +1850,17 @@ ILAP:hasSourceApplicaton | ... | @@ -1850,6 +1850,17 @@ ILAP:hasSourceApplicaton |
1850 | rdfs:label "has Source Applicaton"^^xsd:string ; | 1850 | rdfs:label "has Source Applicaton"^^xsd:string ; |
1851 | rdfs:range ILAP:Application . | 1851 | rdfs:range ILAP:Application . |
1852 | 1852 | ||
1853 | +ILAP:hasSourceInformation | ||
1854 | + rdf:type owl:ObjectProperty ; | ||
1855 | + rdfs:domain ILAP:Source ; | ||
1856 | + rdfs:label "has source data"^^xsd:string ; | ||
1857 | + rdfs:range ILAP:Information . | ||
1858 | + | ||
1859 | +ILAP:hasSourceUserFields | ||
1860 | + rdf:type owl:ObjectProperty ; | ||
1861 | + rdfs:domain ILAP:Source ; | ||
1862 | + rdfs:label "has source user fields"^^xsd:string . | ||
1863 | + | ||
1853 | ILAP:hasSuccessorActivity | 1864 | ILAP:hasSuccessorActivity |
1854 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1865 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1855 | rdfs:domain ILAP:ActivityDependency ; | 1866 | rdfs:domain ILAP:ActivityDependency ; | ... | ... |
... | @@ -777,6 +777,9 @@ ILAP:hasPlanResponsible | ... | @@ -777,6 +777,9 @@ ILAP:hasPlanResponsible |
777 | ILAP:hasPlanSupplier | 777 | ILAP:hasPlanSupplier |
778 | rdfs:range ILAP:ResponsibleOrganization . | 778 | rdfs:range ILAP:ResponsibleOrganization . |
779 | 779 | ||
780 | +ILAP:hasSourceUserFields | ||
781 | + rdfs:range USERFIELDS:UserField . | ||
782 | + | ||
780 | ILAP:hasWBScomponent | 783 | ILAP:hasWBScomponent |
781 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | 784 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . |
782 | 785 | ... | ... |
... | @@ -166,6 +166,10 @@ ILAP:CurrentSchedule_1 | ... | @@ -166,6 +166,10 @@ ILAP:CurrentSchedule_1 |
166 | ILAP:hasSchedulePlan | 166 | ILAP:hasSchedulePlan |
167 | ILAP:ProjectExecutionPlan_1 . | 167 | ILAP:ProjectExecutionPlan_1 . |
168 | 168 | ||
169 | +ILAP:DataSet_1 | ||
170 | + rdf:type ILAP:Data ; | ||
171 | + rdfs:label "Data Set 1"^^xsd:string . | ||
172 | + | ||
169 | <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> | 173 | <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> |
170 | rdf:type USERFIELDS:FreeTextField ; | 174 | rdf:type USERFIELDS:FreeTextField ; |
171 | rdfs:label "Del leveranse for Reinertsen to Statoil1.8"^^xsd:string ; | 175 | rdfs:label "Del leveranse for Reinertsen to Statoil1.8"^^xsd:string ; |
... | @@ -690,11 +694,15 @@ ILAP:TargetSchedule_1 | ... | @@ -690,11 +694,15 @@ ILAP:TargetSchedule_1 |
690 | rdf:type ILAP:TargetSchedule ; | 694 | rdf:type ILAP:TargetSchedule ; |
691 | rdfs:label "Target schedule 1"^^xsd:string . | 695 | rdfs:label "Target schedule 1"^^xsd:string . |
692 | 696 | ||
693 | -ILAP:UseCaseAibelToCOPNO | 697 | +ILAP:UseCaseRosenbergToCOPNO |
694 | rdf:type ILAP:Source ; | 698 | rdf:type ILAP:Source ; |
695 | - rdfs:label "Use Case: Aibel to COPNO 1.5"^^xsd:string ; | 699 | + rdfs:label "Use Case: Use Case Rosenberg to Conoco Phillips 1.8"^^xsd:string ; |
696 | ILAP:hasSourceApplicaton | 700 | ILAP:hasSourceApplicaton |
697 | - ILAP:Safran . | 701 | + ILAP:Safran ; |
702 | + ILAP:hasSourceInformation | ||
703 | + ILAP:DataSet_1 ; | ||
704 | + ILAP:hasSourceUserFields | ||
705 | + <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> . | ||
698 | 706 | ||
699 | ILAP:UserField | 707 | ILAP:UserField |
700 | rdfs:subClassOf | 708 | rdfs:subClassOf | ... | ... |
-
Please register or login to post a comment