Tore Christiansen

renamed files and moved test data into a separate file.

...@@ -43,46 +43,6 @@ ...@@ -43,46 +43,6 @@
43 rdfs:subClassOf :PossibleIndividual ; 43 rdfs:subClassOf :PossibleIndividual ;
44 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; 44 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
45 . 45 .
46 -:Activity101inPlanVersion2forProjectP
47 - rdf:type :ActivityInPlan ;
48 - rdf:type owl:Class ;
49 - :hasActualMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
50 - :hasActualOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ;
51 - :hasActualSubContractor :DrillCrewB ;
52 - :hasBaselineSchedule :Schedule1forActivity101inPlanVersion2forProjectP ;
53 - :hasCompletelyFreeField :CompletelyFreeField1ForActivity101inPlan2inProjectP ;
54 - :hasCriticality :HighCriticalityActivity ;
55 - :hasCurrentSchedule :Schedule2forActivity101inPlanVersion2forProjectP ;
56 - :hasDiscipline :COR_KI ;
57 - :hasDiscipline SCCS:COR_KD ;
58 - :hasFreeField :FreeField2Value1 ;
59 - :hasLiveSchedule :Schedule3forActivity101inPlanVersion2forProjectP ;
60 - :hasMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
61 - :hasMaterialOrderStatus :MaterialOnOrder ;
62 - :hasOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ;
63 - :hasPercentageComplete "50"^^xsd:string ;
64 - :hasPriority :HighPriorityActivity ;
65 - :hasResource :EngineeringResourcesForProjectP ;
66 - :hasResult :ProjectDeliverableFromProjectP ;
67 - :hasRevisedSchedule :Schedule4forActivity101inPlanVersion2forProjectP ;
68 - :hasRiskFactorForPlan :HeightWork ;
69 - :hasRiskFactorForPlan :HotWork ;
70 - :hasSpecifiedUserField :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP ;
71 - :hasStatus :Active ;
72 - :hasSubContractor :DrillCrewA ;
73 - :hasSuccessor :FinishToStart1 ;
74 - :hasWorkVolume "1500 hours"^^xsd:string ;
75 - rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ;
76 - rdfs:subClassOf :Activity ;
77 -.
78 -:Activity102inPlanVersion2forProjectP
79 - rdf:type :ActivityInPlan ;
80 - rdf:type owl:Class ;
81 - :hasParentActivity :Activity101inPlanVersion2forProjectP ;
82 - :hasSpecifiedUserField :SpecifiedUserfield1forActivity102inPlanVersion2forProjectP ;
83 - rdfs:label "Activity 102 in plan version 2 for project P"^^xsd:string ;
84 - rdfs:subClassOf :Activity ;
85 -.
86 :ActivityCarriedOutOnHCsystems 46 :ActivityCarriedOutOnHCsystems
87 rdf:type :ActivityRiskFactor ; 47 rdf:type :ActivityRiskFactor ;
88 rdf:type owl:Class ; 48 rdf:type owl:Class ;
...@@ -561,113 +521,6 @@ ...@@ -561,113 +521,6 @@
561 rdfs:label "Authorize for expenditure"^^xsd:string ; 521 rdfs:label "Authorize for expenditure"^^xsd:string ;
562 rdfs:subClassOf :Activity ; 522 rdfs:subClassOf :Activity ;
563 . 523 .
564 -:AvailableResource
565 - rdf:type owl:Class ;
566 - rdfs:comment "A Resource that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
567 - rdfs:label "Available Resource"^^xsd:string ;
568 - rdfs:subClassOf :Resource ;
569 - rdfs:subClassOf [
570 - rdf:type owl:Class ;
571 - :shouldUseRef "true"^^xsd:boolean ;
572 - owl:intersectionOf (
573 - [
574 - rdf:type owl:Restriction ;
575 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
576 - owl:onClass :Calendar ;
577 - owl:onProperty :hasCalendar ;
578 - ]
579 - [
580 - rdf:type owl:Restriction ;
581 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
582 - owl:onClass :Calendar ;
583 - owl:onProperty :hasCalendar ;
584 - ]
585 - ) ;
586 - ] ;
587 - rdfs:subClassOf [
588 - rdf:type owl:Class ;
589 - owl:intersectionOf (
590 - [
591 - rdf:type owl:Restriction ;
592 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
593 - owl:onDataRange xsd:duration ;
594 - owl:onProperty :dailyAvailableDuration ;
595 - ]
596 - [
597 - rdf:type owl:Restriction ;
598 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
599 - owl:onDataRange xsd:duration ;
600 - owl:onProperty :dailyAvailableDuration ;
601 - ]
602 - ) ;
603 - ] ;
604 - rdfs:subClassOf [
605 - rdf:type owl:Class ;
606 - owl:intersectionOf (
607 - [
608 - rdf:type owl:Restriction ;
609 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
610 - owl:onDataRange [
611 - rdf:type rdfs:Datatype ;
612 - owl:unionOf (
613 - xsd:date
614 - xsd:dateTime
615 - ) ;
616 - ] ;
617 - owl:onProperty :availableFrom ;
618 - ]
619 - [
620 - rdf:type owl:Restriction ;
621 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
622 - owl:onDataRange [
623 - rdf:type rdfs:Datatype ;
624 - owl:unionOf (
625 - xsd:date
626 - xsd:dateTime
627 - ) ;
628 - ] ;
629 - owl:onProperty :availableFrom ;
630 - ]
631 - ) ;
632 - ] ;
633 - rdfs:subClassOf [
634 - rdf:type owl:Class ;
635 - owl:intersectionOf (
636 - [
637 - rdf:type owl:Restriction ;
638 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
639 - owl:onDataRange [
640 - rdf:type rdfs:Datatype ;
641 - owl:unionOf (
642 - xsd:date
643 - xsd:dateTime
644 - ) ;
645 - ] ;
646 - owl:onProperty :availableTo ;
647 - ]
648 - [
649 - rdf:type owl:Restriction ;
650 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
651 - owl:onDataRange [
652 - rdf:type rdfs:Datatype ;
653 - owl:unionOf (
654 - xsd:date
655 - xsd:dateTime
656 - ) ;
657 - ] ;
658 - owl:onProperty :availableTo ;
659 - ]
660 - ) ;
661 - ] ;
662 - rdfs:subClassOf [
663 - rdf:type owl:Restriction ;
664 - :shouldUseRef "true"^^xsd:boolean ;
665 - owl:onClass :PlanForILAP ;
666 - owl:onProperty :forPlan ;
667 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
668 - ] ;
669 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS14649845> ;
670 -.
671 :BeforeShutdown 524 :BeforeShutdown
672 rdf:type :ShutdownPhase ; 525 rdf:type :ShutdownPhase ;
673 rdfs:label "Before shutdown"^^xsd:string ; 526 rdfs:label "Before shutdown"^^xsd:string ;
...@@ -1041,12 +894,6 @@ ...@@ -1041,12 +894,6 @@
1041 owl:onProperty :hasY ; 894 owl:onProperty :hasY ;
1042 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 895 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1043 ] ; 896 ] ;
1044 - rdfs:subClassOf [
1045 - rdf:type owl:Restriction ;
1046 - owl:onDataRange xsd:decimal ;
1047 - owl:onProperty :hasZ ;
1048 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1049 - ] ;
1050 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ; 897 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ;
1051 . 898 .
1052 :CostBasedResource 899 :CostBasedResource
...@@ -1345,7 +1192,6 @@ ...@@ -1345,7 +1192,6 @@
1345 rdf:type :FS ; 1192 rdf:type :FS ;
1346 :hasCalendar :Calendar1 ; 1193 :hasCalendar :Calendar1 ;
1347 :hasLag 3 ; 1194 :hasLag 3 ;
1348 - :hasSuccessor :Activity102inPlanVersion2forProjectP ;
1349 rdfs:label "Finish to Start 2"^^xsd:string ; 1195 rdfs:label "Finish to Start 2"^^xsd:string ;
1350 rdfs:subClassOf :PeriodInTime ; 1196 rdfs:subClassOf :PeriodInTime ;
1351 . 1197 .
...@@ -1864,7 +1710,6 @@ ...@@ -1864,7 +1710,6 @@
1864 :Operation1inActivity101inPlanVersion2forProjectP 1710 :Operation1inActivity101inPlanVersion2forProjectP
1865 rdf:type :OperationInPlan ; 1711 rdf:type :OperationInPlan ;
1866 rdf:type owl:Class ; 1712 rdf:type owl:Class ;
1867 - :hasParentActivity :Activity101inPlanVersion2forProjectP ;
1868 rdfs:subClassOf :Activity ; 1713 rdfs:subClassOf :Activity ;
1869 . 1714 .
1870 :OperationAndMaintenanceProject 1715 :OperationAndMaintenanceProject
...@@ -2127,12 +1972,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2127,12 +1972,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2127 rdfs:subClassOf [ 1972 rdfs:subClassOf [
2128 rdf:type owl:Restriction ; 1973 rdf:type owl:Restriction ;
2129 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1974 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2130 - owl:onClass :ShutdownActivitySS1inPlanVersion2forProjectP ;
2131 - owl:onProperty :hasShutdownPlan ;
2132 - ] ;
2133 - rdfs:subClassOf [
2134 - rdf:type owl:Restriction ;
2135 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2136 owl:onClass :WellInformationPlanType ; 1975 owl:onClass :WellInformationPlanType ;
2137 owl:onProperty :locationOfWelInformation ; 1976 owl:onProperty :locationOfWelInformation ;
2138 ] ; 1977 ] ;
...@@ -2472,6 +2311,113 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2472,6 +2311,113 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2472 ] ; 2311 ] ;
2473 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; 2312 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
2474 . 2313 .
2314 +:ResourceAvailability
2315 + rdf:type owl:Class ;
2316 + rdfs:comment "An Abstract Object that is a of dates that describes when a Resource is available for a specified Plan (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
2317 + rdfs:label "Resource Availability"^^xsd:string ;
2318 + rdfs:subClassOf :AbstractObject ;
2319 + rdfs:subClassOf [
2320 + rdf:type owl:Class ;
2321 + :shouldUseRef "true"^^xsd:boolean ;
2322 + owl:intersectionOf (
2323 + [
2324 + rdf:type owl:Restriction ;
2325 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2326 + owl:onClass :Calendar ;
2327 + owl:onProperty :hasCalendar ;
2328 + ]
2329 + [
2330 + rdf:type owl:Restriction ;
2331 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2332 + owl:onClass :Calendar ;
2333 + owl:onProperty :hasCalendar ;
2334 + ]
2335 + ) ;
2336 + ] ;
2337 + rdfs:subClassOf [
2338 + rdf:type owl:Class ;
2339 + owl:intersectionOf (
2340 + [
2341 + rdf:type owl:Restriction ;
2342 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2343 + owl:onDataRange xsd:duration ;
2344 + owl:onProperty :dailyAvailableDuration ;
2345 + ]
2346 + [
2347 + rdf:type owl:Restriction ;
2348 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2349 + owl:onDataRange xsd:duration ;
2350 + owl:onProperty :dailyAvailableDuration ;
2351 + ]
2352 + ) ;
2353 + ] ;
2354 + rdfs:subClassOf [
2355 + rdf:type owl:Class ;
2356 + owl:intersectionOf (
2357 + [
2358 + rdf:type owl:Restriction ;
2359 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2360 + owl:onDataRange [
2361 + rdf:type rdfs:Datatype ;
2362 + owl:unionOf (
2363 + xsd:date
2364 + xsd:dateTime
2365 + ) ;
2366 + ] ;
2367 + owl:onProperty :availableFrom ;
2368 + ]
2369 + [
2370 + rdf:type owl:Restriction ;
2371 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2372 + owl:onDataRange [
2373 + rdf:type rdfs:Datatype ;
2374 + owl:unionOf (
2375 + xsd:date
2376 + xsd:dateTime
2377 + ) ;
2378 + ] ;
2379 + owl:onProperty :availableFrom ;
2380 + ]
2381 + ) ;
2382 + ] ;
2383 + rdfs:subClassOf [
2384 + rdf:type owl:Class ;
2385 + owl:intersectionOf (
2386 + [
2387 + rdf:type owl:Restriction ;
2388 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2389 + owl:onDataRange [
2390 + rdf:type rdfs:Datatype ;
2391 + owl:unionOf (
2392 + xsd:date
2393 + xsd:dateTime
2394 + ) ;
2395 + ] ;
2396 + owl:onProperty :availableTo ;
2397 + ]
2398 + [
2399 + rdf:type owl:Restriction ;
2400 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2401 + owl:onDataRange [
2402 + rdf:type rdfs:Datatype ;
2403 + owl:unionOf (
2404 + xsd:date
2405 + xsd:dateTime
2406 + ) ;
2407 + ] ;
2408 + owl:onProperty :availableTo ;
2409 + ]
2410 + ) ;
2411 + ] ;
2412 + rdfs:subClassOf [
2413 + rdf:type owl:Restriction ;
2414 + :shouldUseRef "true"^^xsd:boolean ;
2415 + owl:onClass :PlanForILAP ;
2416 + owl:onProperty :forPlan ;
2417 + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2418 + ] ;
2419 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS14649845> ;
2420 +.
2475 :ResourceInPlan 2421 :ResourceInPlan
2476 rdf:type rdfs:Class ; 2422 rdf:type rdfs:Class ;
2477 rdf:type owl:Class ; 2423 rdf:type owl:Class ;
...@@ -2951,7 +2897,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2951,7 +2897,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2951 userfield:hasFacility <http://data.posccaesar.org/npd/facts/Facility-278329> ; 2897 userfield:hasFacility <http://data.posccaesar.org/npd/facts/Facility-278329> ;
2952 userfield:hasField <http://data.posccaesar.org/npd/facts/Field-46437> ; 2898 userfield:hasField <http://data.posccaesar.org/npd/facts/Field-46437> ;
2953 userfield:hasLicense <http://data.posccaesar.org/npd/facts/Licence-21084> ; 2899 userfield:hasLicense <http://data.posccaesar.org/npd/facts/Licence-21084> ;
2954 - userfield:hasMainActivity :Activity102inPlanVersion2forProjectP ;
2955 userfield:hasRiskFactor :LiftingOperation ; 2900 userfield:hasRiskFactor :LiftingOperation ;
2956 userfield:hasRiskFactor :ShallowGasOperation ; 2901 userfield:hasRiskFactor :ShallowGasOperation ;
2957 userfield:hasShutdownType :ScheduledShutdown ; 2902 userfield:hasShutdownType :ScheduledShutdown ;
...@@ -3054,14 +2999,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3054,14 +2999,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3054 rdfs:subClassOf [ 2999 rdfs:subClassOf [
3055 rdf:type owl:Restriction ; 3000 rdf:type owl:Restriction ;
3056 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 3001 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3057 - owl:onClass :AvailableResource ; 3002 + owl:onClass :ExternalReference ;
3058 - owl:onProperty :hasAvailability ; 3003 + owl:onProperty :hasExternalReference ;
3059 ] ; 3004 ] ;
3060 rdfs:subClassOf [ 3005 rdfs:subClassOf [
3061 rdf:type owl:Restriction ; 3006 rdf:type owl:Restriction ;
3062 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 3007 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3063 - owl:onClass :ExternalReference ; 3008 + owl:onClass :ResourceAvailability ;
3064 - owl:onProperty :hasExternalReference ; 3009 + owl:onProperty :hasAvailability ;
3065 ] ; 3010 ] ;
3066 rdfs:subClassOf [ 3011 rdfs:subClassOf [
3067 rdf:type owl:Restriction ; 3012 rdf:type owl:Restriction ;
...@@ -3199,12 +3144,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3199,12 +3144,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3199 rdfs:subClassOf [ 3144 rdfs:subClassOf [
3200 rdf:type owl:Restriction ; 3145 rdf:type owl:Restriction ;
3201 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 3146 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3202 - owl:onClass :AvailableResource ;
3203 - owl:onProperty :hasAvailability ;
3204 - ] ;
3205 - rdfs:subClassOf [
3206 - rdf:type owl:Restriction ;
3207 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3208 owl:onClass :Calendar ; 3147 owl:onClass :Calendar ;
3209 owl:onProperty :hasCalendar ; 3148 owl:onProperty :hasCalendar ;
3210 ] ; 3149 ] ;
...@@ -3228,6 +3167,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3228,6 +3167,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3228 ] ; 3167 ] ;
3229 rdfs:subClassOf [ 3168 rdfs:subClassOf [
3230 rdf:type owl:Restriction ; 3169 rdf:type owl:Restriction ;
3170 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3171 + owl:onClass :ResourceAvailability ;
3172 + owl:onProperty :hasAvailability ;
3173 + ] ;
3174 + rdfs:subClassOf [
3175 + rdf:type owl:Restriction ;
3231 owl:onDataRange xsd:string ; 3176 owl:onDataRange xsd:string ;
3232 owl:onProperty :hasName ; 3177 owl:onProperty :hasName ;
3233 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 3178 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
...@@ -3341,7 +3286,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3341,7 +3286,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3341 rdf:type owl:Class ; 3286 rdf:type owl:Class ;
3342 rdfs:comment "A System Descriptor that describes the type of well services work."^^xsd:string ; 3287 rdfs:comment "A System Descriptor that describes the type of well services work."^^xsd:string ;
3343 rdfs:label "Well Services Work Type"^^xsd:string ; 3288 rdfs:label "Well Services Work Type"^^xsd:string ;
3344 - rdfs:subClassOf :ClassOfActivity ; 3289 + rdfs:subClassOf :ProjectType ;
3345 . 3290 .
3346 :WellTransfer 3291 :WellTransfer
3347 rdf:type :ProjectPhase ; 3292 rdf:type :ProjectPhase ;
...@@ -4318,11 +4263,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4318,11 +4263,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4318 rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ; 4263 rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ;
4319 rdfs:label "has Y"^^xsd:string ; 4264 rdfs:label "has Y"^^xsd:string ;
4320 . 4265 .
4321 -:hasZ
4322 - rdf:type owl:DatatypeProperty ;
4323 - rdfs:comment "A property that gives the Z coordinate of a planning object."^^xsd:string ;
4324 - rdfs:label "has z"^^xsd:string ;
4325 -.
4326 :hierarchical 4266 :hierarchical
4327 rdf:type owl:DatatypeProperty ; 4267 rdf:type owl:DatatypeProperty ;
4328 rdfs:comment "A property that toggles a Free Field as supporting the subvalue of Tag (i.e., supporting outline codes in Safran, or not)."^^xsd:string ; 4268 rdfs:comment "A property that toggles a Free Field as supporting the subvalue of Tag (i.e., supporting outline codes in Safran, or not)."^^xsd:string ;
......
1 +# baseURI: http://data.posccaesar.org/ilap/ilap-testdata/
2 +# imports: http://data.posccaesar.org/ilap/
3 +
4 +# c14n-version: 3
5 +@prefix : <http://data.posccaesar.org/ilap/ilap-testdata/> .
6 +@prefix ilap: <http://data.posccaesar.org/ilap/> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> .
11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +ilap:Activity102inPlanVersion2forProjectP
13 + ilap:hasParentActivity :Activity101inPlanVersion2forProjectP ;
14 +.
15 +ilap:FinishToStart2
16 + ilap:hasSuccessor :Activity102inPlanVersion2forProjectP ;
17 +.
18 +ilap:Operation1inActivity101inPlanVersion2forProjectP
19 + ilap:hasParentActivity :Activity101inPlanVersion2forProjectP ;
20 +.
21 +ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
22 + userfield:hasMainActivity :Activity102inPlanVersion2forProjectP ;
23 +.
24 +:
25 + rdf:type owl:Ontology ;
26 + owl:imports ilap: ;
27 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
28 +.
29 +:Activity101inPlanVersion2forProjectP
30 + rdf:type ilap:ActivityInPlan ;
31 + rdf:type owl:Class ;
32 + ilap:hasActualMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
33 + ilap:hasActualOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ;
34 + ilap:hasActualSubContractor ilap:DrillCrewB ;
35 + ilap:hasBaselineSchedule ilap:Schedule1forActivity101inPlanVersion2forProjectP ;
36 + ilap:hasCompletelyFreeField ilap:CompletelyFreeField1ForActivity101inPlan2inProjectP ;
37 + ilap:hasCriticality ilap:HighCriticalityActivity ;
38 + ilap:hasCurrentSchedule ilap:Schedule2forActivity101inPlanVersion2forProjectP ;
39 + ilap:hasDiscipline ilap:COR_KI ;
40 + ilap:hasDiscipline <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_KD> ;
41 + ilap:hasFreeField ilap:FreeField2Value1 ;
42 + ilap:hasLiveSchedule ilap:Schedule3forActivity101inPlanVersion2forProjectP ;
43 + ilap:hasMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
44 + ilap:hasMaterialOrderStatus ilap:MaterialOnOrder ;
45 + ilap:hasOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ;
46 + ilap:hasPercentageComplete "50"^^xsd:string ;
47 + ilap:hasPriority ilap:HighPriorityActivity ;
48 + ilap:hasResource ilap:EngineeringResourcesForProjectP ;
49 + ilap:hasResult ilap:ProjectDeliverableFromProjectP ;
50 + ilap:hasRevisedSchedule ilap:Schedule4forActivity101inPlanVersion2forProjectP ;
51 + ilap:hasRiskFactorForPlan ilap:HeightWork ;
52 + ilap:hasRiskFactorForPlan ilap:HotWork ;
53 + ilap:hasSpecifiedUserField ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP ;
54 + ilap:hasStatus ilap:Active ;
55 + ilap:hasSubContractor ilap:DrillCrewA ;
56 + ilap:hasSuccessor ilap:FinishToStart1 ;
57 + ilap:hasWorkVolume "1500 hours"^^xsd:string ;
58 + rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ;
59 + rdfs:subClassOf ilap:Activity ;
60 +.
61 +:Activity102inPlanVersion2forProjectP
62 + rdf:type ilap:ActivityInPlan ;
63 + rdf:type owl:Class ;
64 + ilap:hasSpecifiedUserField ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP ;
65 + rdfs:label "Activity 102 in plan version 2 for project P"^^xsd:string ;
66 + rdfs:subClassOf ilap:Activity ;
67 +.
1 -# baseURI: null
2 -
3 -# c14n-version: 3
4 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
5 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
6 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix visual: <http://topbraid.org/visual#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 -[
13 - rdf:type inference:Configuration ;
14 - composite:child [
15 - rdf:type inference:SwiftOWLIMEngine ;
16 - composite:index "0"^^xsd:int ;
17 - inference:ruleset "owl-max" ;
18 - ] ;
19 - inference:completeMode "true"^^xsd:boolean ;
20 -].