Tore Christiansen

Added members of ResourceInPlan and Status, corrected minor omissions and errors

...@@ -5043,9 +5043,6 @@ SCCS:COR_SZ ...@@ -5043,9 +5043,6 @@ SCCS:COR_SZ
5043 rdfs:subClassOf SCCS:COR_S ; 5043 rdfs:subClassOf SCCS:COR_S ;
5044 skos:notation "SZ"^^xsd:string ; 5044 skos:notation "SZ"^^xsd:string ;
5045 . 5045 .
5046 -SCCS:COR_Thing
5047 - rdf:type owl:Class ;
5048 -.
5049 SCCS:COR_X 5046 SCCS:COR_X
5050 rdf:type SCCS:NorsokZ014CORplanningResourceClass ; 5047 rdf:type SCCS:NorsokZ014CORplanningResourceClass ;
5051 rdf:type owl:Class ; 5048 rdf:type owl:Class ;
......
...@@ -5456,6 +5456,3 @@ SCCS:PBS_BTEC ...@@ -5456,6 +5456,3 @@ SCCS:PBS_BTEC
5456 rdfs:subClassOf SCCS:PBS_BTE ; 5456 rdfs:subClassOf SCCS:PBS_BTE ;
5457 skos:notation "BTEC"^^xsd:string ; 5457 skos:notation "BTEC"^^xsd:string ;
5458 . 5458 .
5459 -SCCS:PBS_Thing
5460 - rdf:type owl:Class ;
5461 -.
......
...@@ -55,16 +55,3 @@ SCCS:SAB_S ...@@ -55,16 +55,3 @@ SCCS:SAB_S
55 rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; 55 rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
56 rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; 56 rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
57 . 57 .
58 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
59 - rdf:type owl:Class ;
60 -.
61 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
62 - rdf:type owl:Class ;
63 - rdfs:label "PBS Thing"^^xsd:string ;
64 -.
65 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
66 - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
67 - rdf:type owl:Class ;
68 - rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ;
69 - rdfs:label "SCCS Thing"^^xsd:string ;
70 -.
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
27 :Active 27 :Active
28 rdf:type :ActivityStatus ; 28 rdf:type :ActivityStatus ;
29 rdfs:label "Active"^^xsd:string ; 29 rdfs:label "Active"^^xsd:string ;
30 + rdfs:subClassOf :PossibleIndividual ;
30 . 31 .
31 :Activity 32 :Activity
32 rdf:type lci:ClassOfIndividual ; 33 rdf:type lci:ClassOfIndividual ;
...@@ -104,7 +105,7 @@ ...@@ -104,7 +105,7 @@
104 rdf:type owl:Restriction ; 105 rdf:type owl:Restriction ;
105 :shouldUseAnyUri "true"^^xsd:boolean ; 106 :shouldUseAnyUri "true"^^xsd:boolean ;
106 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 107 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
107 - owl:onClass :ClassOfResult ; 108 + owl:onClass :ActivityPlanningResultClass ;
108 owl:onProperty :hasResult ; 109 owl:onProperty :hasResult ;
109 ] ; 110 ] ;
110 rdfs:subClassOf [ 111 rdfs:subClassOf [
...@@ -636,6 +637,7 @@ ...@@ -636,6 +637,7 @@
636 :Cancelled 637 :Cancelled
637 rdf:type :ActivityStatus ; 638 rdf:type :ActivityStatus ;
638 rdfs:label "Cancelled"^^xsd:string ; 639 rdfs:label "Cancelled"^^xsd:string ;
640 + rdfs:subClassOf :PossibleIndividual ;
639 . 641 .
640 :Category 642 :Category
641 rdf:type owl:Class ; 643 rdf:type owl:Class ;
...@@ -697,6 +699,7 @@ ...@@ -697,6 +699,7 @@
697 :Completed 699 :Completed
698 rdf:type :ActivityStatus ; 700 rdf:type :ActivityStatus ;
699 rdfs:label "Completed"^^xsd:string ; 701 rdfs:label "Completed"^^xsd:string ;
702 + rdfs:subClassOf :PossibleIndividual ;
700 . 703 .
701 :CompletelyFreeField 704 :CompletelyFreeField
702 rdf:type owl:Class ; 705 rdf:type owl:Class ;
...@@ -1186,10 +1189,10 @@ ...@@ -1186,10 +1189,10 @@
1186 rdf:type :ShutdownType ; 1189 rdf:type :ShutdownType ;
1187 rdfs:label "Gas injection shutdown"^^xsd:string ; 1190 rdfs:label "Gas injection shutdown"^^xsd:string ;
1188 . 1191 .
1189 -:GeoraphicLocation 1192 +:GeographicLocation
1190 rdf:type owl:Class ; 1193 rdf:type owl:Class ;
1191 rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ; 1194 rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ;
1192 - rdfs:label "Georaphic location"^^xsd:string ; 1195 + rdfs:label "Geographic location"^^xsd:string ;
1193 rdfs:subClassOf :Location ; 1196 rdfs:subClassOf :Location ;
1194 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; 1197 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
1195 . 1198 .
...@@ -1333,30 +1336,37 @@ ...@@ -1333,30 +1336,37 @@
1333 :MaterialAvailabilityNotChecked 1336 :MaterialAvailabilityNotChecked
1334 rdf:type :MaterialOrderStatus ; 1337 rdf:type :MaterialOrderStatus ;
1335 rdfs:label "Material availability not checked"^^xsd:string ; 1338 rdfs:label "Material availability not checked"^^xsd:string ;
1339 + rdfs:subClassOf :PossibleIndividual ;
1336 . 1340 .
1337 :MaterialDeliveredAtBase 1341 :MaterialDeliveredAtBase
1338 rdf:type :MaterialOrderStatus ; 1342 rdf:type :MaterialOrderStatus ;
1339 rdfs:label "Material delivered at base"^^xsd:string ; 1343 rdfs:label "Material delivered at base"^^xsd:string ;
1344 + rdfs:subClassOf :PossibleIndividual ;
1340 . 1345 .
1341 :MaterialDeliveredOffshore 1346 :MaterialDeliveredOffshore
1342 rdf:type :MaterialOrderStatus ; 1347 rdf:type :MaterialOrderStatus ;
1343 rdfs:label "Material delivered offshore"^^xsd:string ; 1348 rdfs:label "Material delivered offshore"^^xsd:string ;
1349 + rdfs:subClassOf :PossibleIndividual ;
1344 . 1350 .
1345 :MaterialDeliveredOnshore 1351 :MaterialDeliveredOnshore
1346 rdf:type :MaterialOrderStatus ; 1352 rdf:type :MaterialOrderStatus ;
1347 rdfs:label "Material delivered onshore"^^xsd:string ; 1353 rdfs:label "Material delivered onshore"^^xsd:string ;
1354 + rdfs:subClassOf :PossibleIndividual ;
1348 . 1355 .
1349 :MaterialDeliveryDelayed 1356 :MaterialDeliveryDelayed
1350 rdf:type :MaterialOrderStatus ; 1357 rdf:type :MaterialOrderStatus ;
1351 rdfs:label "Material delivery delayed"^^xsd:string ; 1358 rdfs:label "Material delivery delayed"^^xsd:string ;
1359 + rdfs:subClassOf :PossibleIndividual ;
1352 . 1360 .
1353 :MaterialDeliveryOnTime 1361 :MaterialDeliveryOnTime
1354 rdf:type :MaterialOrderStatus ; 1362 rdf:type :MaterialOrderStatus ;
1355 rdfs:label "Material delivery on time"^^xsd:string ; 1363 rdfs:label "Material delivery on time"^^xsd:string ;
1364 + rdfs:subClassOf :PossibleIndividual ;
1356 . 1365 .
1357 :MaterialOnOrder 1366 :MaterialOnOrder
1358 rdf:type :MaterialOrderStatus ; 1367 rdf:type :MaterialOrderStatus ;
1359 rdfs:label "Material on order"^^xsd:string ; 1368 rdfs:label "Material on order"^^xsd:string ;
1369 + rdfs:subClassOf :PossibleIndividual ;
1360 . 1370 .
1361 :MaterialOrderStatus 1371 :MaterialOrderStatus
1362 rdf:type owl:Class ; 1372 rdf:type owl:Class ;
...@@ -1399,6 +1409,7 @@ ...@@ -1399,6 +1409,7 @@
1399 :NoMaterialComponents 1409 :NoMaterialComponents
1400 rdf:type :MaterialOrderStatus ; 1410 rdf:type :MaterialOrderStatus ;
1401 rdfs:label "No material components"^^xsd:string ; 1411 rdfs:label "No material components"^^xsd:string ;
1412 + rdfs:subClassOf :PossibleIndividual ;
1402 . 1413 .
1403 :NoRepeatPeriod 1414 :NoRepeatPeriod
1404 rdf:type owl:Class ; 1415 rdf:type owl:Class ;
...@@ -1459,6 +1470,7 @@ ...@@ -1459,6 +1470,7 @@
1459 :Pending 1470 :Pending
1460 rdf:type :ActivityStatus ; 1471 rdf:type :ActivityStatus ;
1461 rdfs:label "Pending"^^xsd:string ; 1472 rdfs:label "Pending"^^xsd:string ;
1473 + rdfs:subClassOf :PossibleIndividual ;
1462 . 1474 .
1463 :Period 1475 :Period
1464 rdf:type owl:Class ; 1476 rdf:type owl:Class ;
...@@ -1537,12 +1549,6 @@ ...@@ -1537,12 +1549,6 @@
1537 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ; 1549 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ;
1538 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; 1550 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
1539 rdfs:subClassOf owl:Thing ; 1551 rdfs:subClassOf owl:Thing ;
1540 - rdfs:subClassOf [
1541 - rdf:type owl:Restriction ;
1542 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1543 - owl:onClass :Activity ;
1544 - owl:onProperty :hasPhaseType ;
1545 - ] ;
1546 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ; 1552 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
1547 . 1553 .
1548 :PhysicalLocation 1554 :PhysicalLocation
...@@ -1621,29 +1627,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1621,29 +1627,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1621 rdf:type owl:Restriction ; 1627 rdf:type owl:Restriction ;
1622 :shouldUseAnyUri "true"^^xsd:boolean ; 1628 :shouldUseAnyUri "true"^^xsd:boolean ;
1623 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1629 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1624 - owl:onClass :Phase ; 1630 + owl:onClass :ActivityPlanningResourceClass ;
1625 - owl:onProperty :hasPhaseType ; 1631 + owl:onProperty :hasResourceType ;
1626 - ] ;
1627 - rdfs:subClassOf [
1628 - rdf:type owl:Restriction ;
1629 - :shouldUseAnyUri "true"^^xsd:boolean ;
1630 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1631 - owl:onClass owl:Class ;
1632 - owl:onProperty :hasAreaType ;
1633 ] ; 1632 ] ;
1634 rdfs:subClassOf [ 1633 rdfs:subClassOf [
1635 rdf:type owl:Restriction ; 1634 rdf:type owl:Restriction ;
1636 :shouldUseAnyUri "true"^^xsd:boolean ; 1635 :shouldUseAnyUri "true"^^xsd:boolean ;
1637 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1636 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1638 - owl:onClass owl:Class ; 1637 + owl:onClass :ActivityPlanningResultClass ;
1639 - owl:onProperty :hasResourceType ; 1638 + owl:onProperty :hasResultType ;
1640 ] ; 1639 ] ;
1641 rdfs:subClassOf [ 1640 rdfs:subClassOf [
1642 rdf:type owl:Restriction ; 1641 rdf:type owl:Restriction ;
1643 :shouldUseAnyUri "true"^^xsd:boolean ; 1642 :shouldUseAnyUri "true"^^xsd:boolean ;
1644 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1643 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1645 - owl:onClass owl:Class ; 1644 + owl:onClass :Phase ;
1646 - owl:onProperty :hasResultType ; 1645 + owl:onProperty :hasPhaseType ;
1647 ] ; 1646 ] ;
1648 rdfs:subClassOf [ 1647 rdfs:subClassOf [
1649 rdf:type owl:Restriction ; 1648 rdf:type owl:Restriction ;
...@@ -1753,6 +1752,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1753,6 +1752,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1753 :Planned 1752 :Planned
1754 rdf:type :ActivityStatus ; 1753 rdf:type :ActivityStatus ;
1755 rdfs:label "Planned"^^xsd:string ; 1754 rdfs:label "Planned"^^xsd:string ;
1755 + rdfs:subClassOf :PossibleIndividual ;
1756 . 1756 .
1757 :Planning 1757 :Planning
1758 rdf:type owl:Class ; 1758 rdf:type owl:Class ;
...@@ -1780,6 +1780,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1780,6 +1780,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1780 :Pre-costed 1780 :Pre-costed
1781 rdf:type :OperationStatus ; 1781 rdf:type :OperationStatus ;
1782 rdfs:label "Pre-costed"^^xsd:string ; 1782 rdfs:label "Pre-costed"^^xsd:string ;
1783 + rdfs:subClassOf :PossibleIndividual ;
1783 . 1784 .
1784 :Priority 1785 :Priority
1785 rdf:type owl:Class ; 1786 rdf:type owl:Class ;
...@@ -2000,6 +2001,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2000,6 +2001,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2000 :ReadyForExecution 2001 :ReadyForExecution
2001 rdf:type :ActivityStatus ; 2002 rdf:type :ActivityStatus ;
2002 rdfs:label "Ready for execution"^^xsd:string ; 2003 rdfs:label "Ready for execution"^^xsd:string ;
2004 + rdfs:subClassOf :PossibleIndividual ;
2003 . 2005 .
2004 :Regular8to16WorkingDayCalendar 2006 :Regular8to16WorkingDayCalendar
2005 rdf:type owl:Class ; 2007 rdf:type owl:Class ;
...@@ -2010,6 +2012,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2010,6 +2012,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2010 :Released 2012 :Released
2011 rdf:type :ActivityStatus ; 2013 rdf:type :ActivityStatus ;
2012 rdfs:label "Released"^^xsd:string ; 2014 rdfs:label "Released"^^xsd:string ;
2015 + rdfs:subClassOf :PossibleIndividual ;
2013 . 2016 .
2014 :RemovalOfBarriers 2017 :RemovalOfBarriers
2015 rdf:type :ActivityRiskFactor ; 2018 rdf:type :ActivityRiskFactor ;
...@@ -2051,12 +2054,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2051,12 +2054,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2051 :TimeBasedResourceInPlan 2054 :TimeBasedResourceInPlan
2052 ) ; 2055 ) ;
2053 ] ; 2056 ] ;
2054 - rdfs:subClassOf [
2055 - rdf:type owl:Restriction ;
2056 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2057 - owl:onClass :Discipline ;
2058 - owl:onProperty :hasPlannedDiscipline ;
2059 - ] ;
2060 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ; 2057 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ;
2061 . 2058 .
2062 :ResourceSet 2059 :ResourceSet
...@@ -2389,6 +2386,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2389,6 +2386,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2389 :SettlementRuleCreated 2386 :SettlementRuleCreated
2390 rdf:type :OperationStatus ; 2387 rdf:type :OperationStatus ;
2391 rdfs:label "Settlement rule created"^^xsd:string ; 2388 rdfs:label "Settlement rule created"^^xsd:string ;
2389 + rdfs:subClassOf :PossibleIndividual ;
2392 . 2390 .
2393 :ShallowGasOperation 2391 :ShallowGasOperation
2394 rdf:type :ActivityRiskFactor ; 2392 rdf:type :ActivityRiskFactor ;
...@@ -2649,6 +2647,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2649,6 +2647,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2649 rdfs:subClassOf [ 2647 rdfs:subClassOf [
2650 rdf:type owl:Restriction ; 2648 rdf:type owl:Restriction ;
2651 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2649 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2650 + owl:onClass :Discipline ;
2651 + owl:onProperty :hasPlannedDiscipline ;
2652 + ] ;
2653 + rdfs:subClassOf [
2654 + rdf:type owl:Restriction ;
2655 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2652 owl:onClass :ExternalReference ; 2656 owl:onClass :ExternalReference ;
2653 owl:onProperty :hasExternalReference ; 2657 owl:onProperty :hasExternalReference ;
2654 ] ; 2658 ] ;
...@@ -2669,10 +2673,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2669,10 +2673,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2669 :UnderPlanningOrScheduling 2673 :UnderPlanningOrScheduling
2670 rdf:type :ActivityStatus ; 2674 rdf:type :ActivityStatus ;
2671 rdfs:label "Under planning or scheduling"^^xsd:string ; 2675 rdfs:label "Under planning or scheduling"^^xsd:string ;
2676 + rdfs:subClassOf :PossibleIndividual ;
2672 . 2677 .
2673 :Unknown 2678 :Unknown
2674 rdf:type :ActivityStatus ; 2679 rdf:type :ActivityStatus ;
2675 rdfs:label "Unknown"^^xsd:string ; 2680 rdfs:label "Unknown"^^xsd:string ;
2681 + rdfs:subClassOf :PossibleIndividual ;
2676 . 2682 .
2677 :Vessel 2683 :Vessel
2678 rdf:type owl:Class ; 2684 rdf:type owl:Class ;
...@@ -2911,11 +2917,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2911,11 +2917,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2911 rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ; 2917 rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ;
2912 rdfs:label "has Application"^^xsd:string ; 2918 rdfs:label "has Application"^^xsd:string ;
2913 . 2919 .
2914 -:hasAreaType
2915 - rdf:type owl:ObjectProperty ;
2916 - rdfs:comment "A relationship between a planning object and the (typically functional) type of area where it is carried out."^^xsd:string ;
2917 - rdfs:label "has Area Type"^^xsd:string ;
2918 -.
2919 :hasAsset 2920 :hasAsset
2920 rdf:type owl:ObjectProperty ; 2921 rdf:type owl:ObjectProperty ;
2921 rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ; 2922 rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ;
...@@ -3648,9 +3649,136 @@ SCCS:COR_K ...@@ -3648,9 +3649,136 @@ SCCS:COR_K
3648 SCCS:COR_KA 3649 SCCS:COR_KA
3649 rdf:type :Discipline ; 3650 rdf:type :Discipline ;
3650 . 3651 .
3652 +SCCS:COR_KAA
3653 + rdf:type :Discipline ;
3654 +.
3655 +SCCS:COR_KAB
3656 + rdf:type :Discipline ;
3657 +.
3658 +SCCS:COR_KAC
3659 + rdf:type :Discipline ;
3660 +.
3661 +SCCS:COR_KAD
3662 + rdf:type :Discipline ;
3663 +.
3664 +SCCS:COR_KAE
3665 + rdf:type :Discipline ;
3666 +.
3667 +SCCS:COR_KAF
3668 + rdf:type :Discipline ;
3669 +.
3670 +SCCS:COR_KAG
3671 + rdf:type :Discipline ;
3672 +.
3673 +SCCS:COR_KB
3674 + rdf:type :Discipline ;
3675 +.
3676 +SCCS:COR_KC
3677 + rdf:type :Discipline ;
3678 +.
3679 +SCCS:COR_KD
3680 + rdf:type :Discipline ;
3681 +.
3682 +SCCS:COR_KE
3683 + rdf:type :Discipline ;
3684 +.
3685 +SCCS:COR_KF
3686 + rdf:type :Discipline ;
3687 +.
3688 +SCCS:COR_KG
3689 + rdf:type :Discipline ;
3690 +.
3691 +SCCS:COR_KH
3692 + rdf:type :Discipline ;
3693 +.
3694 +SCCS:COR_KJ
3695 + rdf:type :Discipline ;
3696 +.
3697 +SCCS:COR_KL
3698 + rdf:type :Discipline ;
3699 +.
3700 +SCCS:COR_KM
3701 + rdf:type :Discipline ;
3702 +.
3703 +SCCS:COR_KN
3704 + rdf:type :Discipline ;
3705 +.
3706 +SCCS:COR_KO
3707 + rdf:type :Discipline ;
3708 +.
3709 +SCCS:COR_KP
3710 + rdf:type :Discipline ;
3711 +.
3712 +SCCS:COR_KQ
3713 + rdf:type :Discipline ;
3714 +.
3715 +SCCS:COR_KR
3716 + rdf:type :Discipline ;
3717 +.
3718 +SCCS:COR_KS
3719 + rdf:type :Discipline ;
3720 +.
3721 +SCCS:COR_KT
3722 + rdf:type :Discipline ;
3723 +.
3724 +SCCS:COR_KU
3725 + rdf:type :Discipline ;
3726 +.
3727 +SCCS:COR_KV
3728 + rdf:type :Discipline ;
3729 +.
3730 +SCCS:COR_KW
3731 + rdf:type :Discipline ;
3732 +.
3733 +SCCS:COR_KY
3734 + rdf:type :Discipline ;
3735 +.
3736 +SCCS:COR_KZ
3737 + rdf:type :Discipline ;
3738 +.
3651 SCCS:COR_L 3739 SCCS:COR_L
3740 + rdf:type :Discipline ;
3652 rdfs:subClassOf :Resource ; 3741 rdfs:subClassOf :Resource ;
3653 . 3742 .
3743 +SCCS:COR_LC
3744 + rdf:type :Discipline ;
3745 +.
3746 +SCCS:COR_LE
3747 + rdf:type :Discipline ;
3748 +.
3749 +SCCS:COR_LH
3750 + rdf:type :Discipline ;
3751 +.
3752 +SCCS:COR_LJ
3753 + rdf:type :Discipline ;
3754 +.
3755 +SCCS:COR_LL
3756 + rdf:type :Discipline ;
3757 +.
3758 +SCCS:COR_LM
3759 + rdf:type :Discipline ;
3760 +.
3761 +SCCS:COR_LN
3762 + rdf:type :Discipline ;
3763 +.
3764 +SCCS:COR_LQ
3765 + rdf:type :Discipline ;
3766 +.
3767 +SCCS:COR_LR
3768 + rdf:type :Discipline ;
3769 +.
3770 +SCCS:COR_LS
3771 + rdf:type :Discipline ;
3772 +.
3773 +SCCS:COR_LT
3774 + rdf:type :Discipline ;
3775 +.
3776 +SCCS:COR_LY
3777 + rdf:type :Discipline ;
3778 +.
3779 +SCCS:COR_LZ
3780 + rdf:type :Discipline ;
3781 +.
3654 SCCS:COR_M 3782 SCCS:COR_M
3655 rdfs:subClassOf :Resource ; 3783 rdfs:subClassOf :Resource ;
3656 . 3784 .
...@@ -3687,10 +3815,6 @@ SCCS:PBS_A ...@@ -3687,10 +3815,6 @@ SCCS:PBS_A
3687 SCCS:PBS_B 3815 SCCS:PBS_B
3688 rdfs:subClassOf :Result ; 3816 rdfs:subClassOf :Result ;
3689 . 3817 .
3690 -SCCS:SCCS_Thing
3691 - rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ;
3692 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS398732751> ;
3693 -.
3694 :shouldBeInternalAndExternalRef 3818 :shouldBeInternalAndExternalRef
3695 rdf:type owl:AnnotationProperty ; 3819 rdf:type owl:AnnotationProperty ;
3696 rdfs:range xsd:boolean ; 3820 rdfs:range xsd:boolean ;
......