Tore Christiansen

Added Use Case example

......@@ -1850,6 +1850,17 @@ ILAP:hasSourceApplicaton
rdfs:label "has Source Applicaton"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasSourceInformation
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source data"^^xsd:string ;
rdfs:range ILAP:Information .
ILAP:hasSourceUserFields
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source user fields"^^xsd:string .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
......
......@@ -777,6 +777,9 @@ ILAP:hasPlanResponsible
ILAP:hasPlanSupplier
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasSourceUserFields
rdfs:range USERFIELDS:UserField .
ILAP:hasWBScomponent
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
......
......@@ -166,6 +166,10 @@ ILAP:CurrentSchedule_1
ILAP:hasSchedulePlan
ILAP:ProjectExecutionPlan_1 .
ILAP:DataSet_1
rdf:type ILAP:Data ;
rdfs:label "Data Set 1"^^xsd:string .
<http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Del leveranse for Reinertsen to Statoil1.8"^^xsd:string ;
......@@ -690,11 +694,15 @@ ILAP:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string .
ILAP:UseCaseAibelToCOPNO
ILAP:UseCaseRosenbergToCOPNO
rdf:type ILAP:Source ;
rdfs:label "Use Case: Aibel to COPNO 1.5"^^xsd:string ;
rdfs:label "Use Case: Use Case Rosenberg to Conoco Phillips 1.8"^^xsd:string ;
ILAP:hasSourceApplicaton
ILAP:Safran .
ILAP:Safran ;
ILAP:hasSourceInformation
ILAP:DataSet_1 ;
ILAP:hasSourceUserFields
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:UserField
rdfs:subClassOf
......