Tore Christiansen

Adding label and comment to user defined variables

......@@ -49,6 +49,12 @@
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Contractor ;
owl:onProperty :hasContractor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Criticality ;
owl:onProperty :hasHseCriticality ;
] ;
......@@ -514,12 +520,6 @@
owl:onClass ilap:SubPhase ;
owl:onProperty :hasProjectPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasContractor ;
] ;
.
:SpecifiedUserField_1
rdf:type :SpecifiedUserField ;
......@@ -528,44 +528,67 @@
:hasActivityNetwork
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Activity Network"^^xsd:string ;
.
:hasActivityProgress
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Activity Progress"^^xsd:string ;
.
:hasAreaOnFacility
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Area on Facility"^^xsd:string ;
.
:hasAssignment
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Assignment"^^xsd:string ;
.
:hasBuildingBlock
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Building Block"^^xsd:string ;
.
:hasCategory
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Category"^^xsd:string ;
.
:hasCommissioningPackage
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Commissioning Package"^^xsd:string ;
.
:hasCompletionStatus
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Completion Status"^^xsd:string ;
.
:hasContractType
rdf:type owl:ObjectProperty ;
rdfs:label "has contract type"^^xsd:string ;
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 ;
rdfs:label "has Contract Type"^^xsd:string ;
.
:hasContractor
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Contractor"^^xsd:string ;
.
:hasCostPhaseCode
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Cost Phase Code"^^xsd:string ;
.
:hasCrew
rdf:type owl:ObjectProperty ;
rdfs:label "has crew"^^xsd:string ;
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 ;
rdfs:label "has Crew"^^xsd:string ;
.
:hasCriticalPath
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Critical Path"^^xsd:string ;
.
:hasDgPhase
rdf:type owl:ObjectProperty ;
......
......@@ -3233,21 +3233,6 @@ userfield:SpecifiedUserField
userfield:SpecifiedUserField_1
userfield:hasWBSpart2 :FreeFieldValue_1 ;
.
userfield:hasActivityNetwork
rdfs:label "has Activity Network"^^xsd:string ;
.
userfield:hasActivityProgress
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 ;
rdfs:label "has Activity Progress"^^xsd:string ;
.
userfield:hasAreaOnFacility
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 ;
rdfs:label "has Area on Facility"^^xsd:string ;
.
userfield:hasAssignment
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 ;
rdfs:label "has Assignment"^^xsd:string ;
.
userfield:hasFreeFieldForSpecifiedUserField
rdf:type owl:ObjectProperty ;
.
......