Tore Christiansen

Another round of corrections to ttl and vsd file

Showing 53 changed files with 12 additions and 11 deletions
......@@ -18395,7 +18395,7 @@ in ILAP Use Case from Contractor B to Operator B</Text>
<Shapes>
<Shape ID="93" UniqueID="{BFA7F21B-A668-4C3A-9B40-4C2E16B002E1}" Name="Sheet.93" NameU="Sheet.93">
<XForm>
<PinX Unit="MM">2.943331975528218</PinX>
<PinX Unit="MM">2.844906778677824</PinX>
<PinY Unit="MM">2.706692913385827</PinY>
</XForm>
</Shape>
......@@ -18535,11 +18535,11 @@ for project P</Text>
</Scratch>
</Shape>
<Shape ID="45" UniqueID="{C571B8FD-B5A9-4CE5-A4D8-CC7CA18A8DEA}" Name="Ellipse.45" NameU="Ellipse.45" Master="62">
<Text>Specified Userfield
<Text>Specified Userfield 1
for Activity 101
in plan version 2 for project P</Text>
<XForm>
<PinX Unit="MM">3.842594755104764</PinX>
<PinX Unit="MM">3.645744361403976</PinX>
<PinY Unit="MM">4.035433070866143</PinY>
</XForm>
<Scratch>
......@@ -18548,12 +18548,12 @@ in plan version 2 for project P</Text>
<HLURL:Hyperlinks xmlns:HLURL="urn:schemas-microsoft-com:office:visio:dghlinkext">
<HLURL:Hyperlink ID="1">
<HLURL:Description></HLURL:Description>
<HLURL:Address>http://staging.data.posccaesar.org/ilap/SpecifiedUserfieldForActivity101inPlanVersion2forProjectP</HLURL:Address>
<HLURL:Address>http://staging.data.posccaesar.org/ilap/SpecifiedUserfield1forActivity101inPlanVersion2forProjectP</HLURL:Address>
<HLURL:SubAddress></HLURL:SubAddress>
<HLURL:ExtraInfo></HLURL:ExtraInfo>
<HLURL:Default>0</HLURL:Default>
<HLURL:NewWindow>0</HLURL:NewWindow>
<HLURL:AbsoluteURL>http://staging.data.posccaesar.org/ilap/SpecifiedUserfieldForActivity101inPlanVersion2forProjectP</HLURL:AbsoluteURL>
<HLURL:AbsoluteURL>http://staging.data.posccaesar.org/ilap/SpecifiedUserfield1forActivity101inPlanVersion2forProjectP</HLURL:AbsoluteURL>
</HLURL:Hyperlink>
</HLURL:Hyperlinks>
</SolutionXML>
......@@ -18789,7 +18789,7 @@ in Project P</Text>
Specified
UserField</Text>
<XForm>
<PinX Unit="MM">3.842594755104763</PinX>
<PinX Unit="MM">3.641732283464568</PinX>
<PinY Unit="MM">6.349428080266968</PinY>
</XForm>
<Scratch>
......@@ -18818,7 +18818,7 @@ UserField</Text>
</Shape>
<Shape ID="92" UniqueID="{7F33C166-B677-4F8F-8E65-53FC5C1A88C8}" Name="Sheet.92" NameU="Sheet.92">
<XForm>
<PinX Unit="MM">3.842594755104763</PinX>
<PinX Unit="MM">3.643738322434272</PinX>
<PinY Unit="MM">5.192430575566555</PinY>
</XForm>
</Shape>
......
......@@ -49,7 +49,7 @@
:hasCompletelyFreeField :CompletelyFreeField1ForActivity101inPlan2inProjectP ;
:hasFreeField :FreeField2Value1forActivity101inPlanVersion2inProjectP ;
:hasRiskFactorForPlan :HeightWork ;
:hasSpecifiedUserField :SpecifiedUserfieldForActivity101inPlanVersion2forProjectP ;
:hasSpecifiedUserField :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP ;
rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
......@@ -847,7 +847,7 @@
rdf:type :CompletelyFreeField ;
:hasFieldReference :CompletelyFreeField1definitionForPlan2inProjectP ;
:hasFieldValue "1955-12-29"^^xsd:string ;
rdfs:label "Completely Free Field 1 forActivity 101 in Plan 2 in Project P"^^xsd:string ;
rdfs:label "Completely Free Field 1 for Activity 101 in Plan 2 in Project P"^^xsd:string ;
.
:CompletelyFreeField1definitionForPlan2inProjectP
rdf:type :CompletelyFreeFieldDefinition ;
......@@ -2547,10 +2547,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
userfield:hasSource :FreeField4Value1forActivity101inPlanVersion2inProjectP ;
rdfs:label "Source Specified User Field 1 for Activity 101 in Plan 2 for Project P"^^xsd:string ;
.
:SpecifiedUserfieldForActivity101inPlanVersion2forProjectP
:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
rdf:type userfield:SpecifiedUserField ;
userfield:hasVessel :FreeField1Value1forActivity101inPlanVersion2inProjectP ;
rdfs:label "Specified User Field for Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
.
:StaffTime
rdf:type owl:Class ;
......@@ -3113,6 +3113,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasCompletelyFreeField
rdf:type owl:ObjectProperty ;
rdfs:label "has Completely Free Field"^^xsd:string ;
.
:hasCompletelyFreeFieldDefinition
rdf:type owl:ObjectProperty ;
......