Tore Christiansen

Updated Free text fields

Showing 1 changed file with 20 additions and 20 deletions
......@@ -30,13 +30,13 @@ ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:AreaCode
ILAP:Area_Code_Value_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area code"^^xsd:string ;
rdfs:label "Area code value 1"^^xsd:string ;
USERFIELDS:hasDescription
"Area Code AA"^^xsd:string ;
USERFIELDS:hasShort "AC AA"^^xsd:string .
......@@ -53,9 +53,9 @@ ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string .
ILAP:CostCenter
ILAP:Cost_Center_Value_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost center"^^xsd:string ;
rdfs:label "Cost center value 1"^^xsd:string ;
USERFIELDS:hasDescription
"COST CENTER B"^^xsd:string ;
USERFIELDS:hasShort "CCB"^^xsd:string .
......@@ -64,9 +64,9 @@ ILAP:FinishToStart_1_2
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to start 1 2"^^xsd:string .
ILAP:Index_Code_Value
ILAP:Index_Code_Value_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Index Code" ;
rdfs:label "Index code value 1"^^xsd:string ;
USERFIELDS:hasDescription
"Index A"^^xsd:string ;
USERFIELDS:hasShort "EXA"^^xsd:string .
......@@ -174,9 +174,9 @@ ILAP:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
ILAP:Quality_Descriptor_1
ILAP:Quality_Value_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Quality Level" ;
rdfs:label "Quality value 1"^^xsd:string ;
USERFIELDS:hasDescription
"High Quality"^^xsd:string ;
USERFIELDS:hasShort "HQ"^^xsd:string .
......@@ -204,7 +204,7 @@ ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string .
ILAP:ShutdownPeriod_1
ILAP:Shutdown_Period_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown period 1"^^xsd:string ;
USERFIELDS:hasDescription
......@@ -221,7 +221,7 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
ILAP:UseCaseAibelToCOPNO
rdf:type ILAP:Source ;
......@@ -233,14 +233,14 @@ ILAP:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValue ;
owl:onProperty ILAP:hasValueSource ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValueSource ;
owl:onProperty ILAP:hasValue ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
......@@ -254,19 +254,19 @@ ILAP:UserField_for_PlannedActivity_2
rdf:type USERFIELDS:UserField ;
rdfs:label "User Field for Planned Activity 2" ;
USERFIELDS:hasIndexCode
ILAP:Index_Code_Value ;
ILAP:Index_Code_Value_1 ;
USERFIELDS:hasQuality
ILAP:Quality_Descriptor_1 ;
ILAP:Quality_Value_1 ;
USERFIELDS:hasShutDownPeriod
ILAP:ShutdownPeriod_1 .
ILAP:Shutdown_Period_1 .
ILAP:UserField_for_Scheduled_Activity_1
rdf:type USERFIELDS:UserField ;
rdfs:label "User field for Scheduled Activity 1"^^xsd:string ;
USERFIELDS:hasAreaCode
ILAP:AreaCode ;
ILAP:Area_Code_Value_1 ;
USERFIELDS:hasCostCenter
ILAP:CostCenter .
ILAP:Cost_Center_Value_1 .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
......