Tore Christiansen

Adding label and comment to user defined variables

...@@ -49,6 +49,12 @@ ...@@ -49,6 +49,12 @@
49 rdfs:subClassOf [ 49 rdfs:subClassOf [
50 rdf:type owl:Restriction ; 50 rdf:type owl:Restriction ;
51 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 51 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
52 + owl:onClass ilap:Contractor ;
53 + owl:onProperty :hasContractor ;
54 + ] ;
55 + rdfs:subClassOf [
56 + rdf:type owl:Restriction ;
57 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
52 owl:onClass ilap:Criticality ; 58 owl:onClass ilap:Criticality ;
53 owl:onProperty :hasHseCriticality ; 59 owl:onProperty :hasHseCriticality ;
54 ] ; 60 ] ;
...@@ -514,12 +520,6 @@ ...@@ -514,12 +520,6 @@
514 owl:onClass ilap:SubPhase ; 520 owl:onClass ilap:SubPhase ;
515 owl:onProperty :hasProjectPhase ; 521 owl:onProperty :hasProjectPhase ;
516 ] ; 522 ] ;
517 - rdfs:subClassOf [
518 - rdf:type owl:Restriction ;
519 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
520 - owl:onClass owl:Class ;
521 - owl:onProperty :hasContractor ;
522 - ] ;
523 . 523 .
524 :SpecifiedUserField_1 524 :SpecifiedUserField_1
525 rdf:type :SpecifiedUserField ; 525 rdf:type :SpecifiedUserField ;
...@@ -528,44 +528,67 @@ ...@@ -528,44 +528,67 @@
528 :hasActivityNetwork 528 :hasActivityNetwork
529 rdf:type owl:ObjectProperty ; 529 rdf:type owl:ObjectProperty ;
530 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity network variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 530 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity network variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
531 + rdfs:label "has Activity Network"^^xsd:string ;
531 . 532 .
532 :hasActivityProgress 533 :hasActivityProgress
533 rdf:type owl:ObjectProperty ; 534 rdf:type owl:ObjectProperty ;
535 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity progress variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
536 + rdfs:label "has Activity Progress"^^xsd:string ;
534 . 537 .
535 :hasAreaOnFacility 538 :hasAreaOnFacility
536 rdf:type owl:ObjectProperty ; 539 rdf:type owl:ObjectProperty ;
540 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific area on facility variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
541 + rdfs:label "has Area on Facility"^^xsd:string ;
537 . 542 .
538 :hasAssignment 543 :hasAssignment
539 rdf:type owl:ObjectProperty ; 544 rdf:type owl:ObjectProperty ;
545 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific assignment variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
546 + rdfs:label "has Assignment"^^xsd:string ;
540 . 547 .
541 :hasBuildingBlock 548 :hasBuildingBlock
542 rdf:type owl:ObjectProperty ; 549 rdf:type owl:ObjectProperty ;
550 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific building block variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
551 + rdfs:label "has Building Block"^^xsd:string ;
543 . 552 .
544 :hasCategory 553 :hasCategory
545 rdf:type owl:ObjectProperty ; 554 rdf:type owl:ObjectProperty ;
555 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Category that holds the (user defined) name and value this application-specific category variable."^^xsd:string ;
556 + rdfs:label "has Category"^^xsd:string ;
546 . 557 .
547 :hasCommissioningPackage 558 :hasCommissioningPackage
548 rdf:type owl:ObjectProperty ; 559 rdf:type owl:ObjectProperty ;
560 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific commissioning package variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
561 + rdfs:label "has Commissioning Package"^^xsd:string ;
549 . 562 .
550 :hasCompletionStatus 563 :hasCompletionStatus
551 rdf:type owl:ObjectProperty ; 564 rdf:type owl:ObjectProperty ;
565 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific completion status variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
566 + rdfs:label "has Completion Status"^^xsd:string ;
552 . 567 .
553 :hasContractType 568 :hasContractType
554 rdf:type owl:ObjectProperty ; 569 rdf:type owl:ObjectProperty ;
555 - rdfs:label "has contract type"^^xsd:string ; 570 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific contrat type variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
571 + rdfs:label "has Contract Type"^^xsd:string ;
556 . 572 .
557 :hasContractor 573 :hasContractor
558 rdf:type owl:ObjectProperty ; 574 rdf:type owl:ObjectProperty ;
575 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Contractor that holds the (user defined) name and value this application-specific contractor variable."^^xsd:string ;
576 + rdfs:label "has Contractor"^^xsd:string ;
559 . 577 .
560 :hasCostPhaseCode 578 :hasCostPhaseCode
561 rdf:type owl:ObjectProperty ; 579 rdf:type owl:ObjectProperty ;
580 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific cost pahse code variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
581 + rdfs:label "has Cost Phase Code"^^xsd:string ;
562 . 582 .
563 :hasCrew 583 :hasCrew
564 rdf:type owl:ObjectProperty ; 584 rdf:type owl:ObjectProperty ;
565 - rdfs:label "has crew"^^xsd:string ; 585 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific crew variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
586 + rdfs:label "has Crew"^^xsd:string ;
566 . 587 .
567 :hasCriticalPath 588 :hasCriticalPath
568 rdf:type owl:ObjectProperty ; 589 rdf:type owl:ObjectProperty ;
590 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific critical path variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
591 + rdfs:label "has Critical Path"^^xsd:string ;
569 . 592 .
570 :hasDgPhase 593 :hasDgPhase
571 rdf:type owl:ObjectProperty ; 594 rdf:type owl:ObjectProperty ;
......
...@@ -3233,21 +3233,6 @@ userfield:SpecifiedUserField ...@@ -3233,21 +3233,6 @@ userfield:SpecifiedUserField
3233 userfield:SpecifiedUserField_1 3233 userfield:SpecifiedUserField_1
3234 userfield:hasWBSpart2 :FreeFieldValue_1 ; 3234 userfield:hasWBSpart2 :FreeFieldValue_1 ;
3235 . 3235 .
3236 -userfield:hasActivityNetwork
3237 - rdfs:label "has Activity Network"^^xsd:string ;
3238 -.
3239 -userfield:hasActivityProgress
3240 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity progress variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
3241 - rdfs:label "has Activity Progress"^^xsd:string ;
3242 -.
3243 -userfield:hasAreaOnFacility
3244 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific area on facility variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
3245 - rdfs:label "has Area on Facility"^^xsd:string ;
3246 -.
3247 -userfield:hasAssignment
3248 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific assignment variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
3249 - rdfs:label "has Assignment"^^xsd:string ;
3250 -.
3251 userfield:hasFreeFieldForSpecifiedUserField 3236 userfield:hasFreeFieldForSpecifiedUserField
3252 rdf:type owl:ObjectProperty ; 3237 rdf:type owl:ObjectProperty ;
3253 . 3238 .
......