Tore Christiansen

Added some lables for User Field example

...@@ -2481,6 +2481,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2481,6 +2481,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2481 :SpecifiedUserfieldForActivity101inPlanVersion2forProjectP 2481 :SpecifiedUserfieldForActivity101inPlanVersion2forProjectP
2482 rdf:type userfield:SpecifiedUserField ; 2482 rdf:type userfield:SpecifiedUserField ;
2483 userfield:hasVessel :PolarSupplier ; 2483 userfield:hasVessel :PolarSupplier ;
2484 + rdfs:label "Specified User Field For Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
2484 . 2485 .
2485 :StaffTime 2486 :StaffTime
2486 rdf:type owl:Class ; 2487 rdf:type owl:Class ;
...@@ -4091,6 +4092,7 @@ userfield:SourceSpecifiedUserField ...@@ -4091,6 +4092,7 @@ userfield:SourceSpecifiedUserField
4091 . 4092 .
4092 userfield:SpecifiedUserField 4093 userfield:SpecifiedUserField
4093 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; 4094 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
4095 + rdfs:label "Specified User Field"^^xsd:string ;
4094 . 4096 .
4095 userfield:hasFreeFieldForSpecifiedUserField 4097 userfield:hasFreeFieldForSpecifiedUserField
4096 rdf:type owl:ObjectProperty ; 4098 rdf:type owl:ObjectProperty ;
......