Showing
1 changed file
with
22 additions
and
25 deletions
| ... | @@ -179,12 +179,6 @@ | ... | @@ -179,12 +179,6 @@ |
| 179 | rdf:type owl:Restriction ; | 179 | rdf:type owl:Restriction ; |
| 180 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 180 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 181 | owl:onClass :ActivityRiskFactor ; | 181 | owl:onClass :ActivityRiskFactor ; |
| 182 | - owl:onProperty :hasRisk ; | ||
| 183 | - ] ; | ||
| 184 | - rdfs:subClassOf [ | ||
| 185 | - rdf:type owl:Restriction ; | ||
| 186 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 187 | - owl:onClass :ActivityRiskFactor ; | ||
| 188 | owl:onProperty :hasRiskFactorForPlan ; | 182 | owl:onProperty :hasRiskFactorForPlan ; |
| 189 | ] ; | 183 | ] ; |
| 190 | rdfs:subClassOf [ | 184 | rdfs:subClassOf [ |
| ... | @@ -808,7 +802,7 @@ | ... | @@ -808,7 +802,7 @@ |
| 808 | rdfs:subClassOf [ | 802 | rdfs:subClassOf [ |
| 809 | rdf:type owl:Restriction ; | 803 | rdf:type owl:Restriction ; |
| 810 | :shouldUseRef "true"^^xsd:boolean ; | 804 | :shouldUseRef "true"^^xsd:boolean ; |
| 811 | - owl:onClass :Activity ; | 805 | + owl:onClass :ActivityInPlan ; |
| 812 | owl:onProperty :hasSuccessorActivity ; | 806 | owl:onProperty :hasSuccessorActivity ; |
| 813 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 807 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 814 | ] ; | 808 | ] ; |
| ... | @@ -1953,6 +1947,27 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1953,6 +1947,27 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1953 | ] ; | 1947 | ] ; |
| 1954 | rdfs:subClassOf [ | 1948 | rdfs:subClassOf [ |
| 1955 | rdf:type owl:Restriction ; | 1949 | rdf:type owl:Restriction ; |
| 1950 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 1951 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1952 | + owl:onClass :Organization ; | ||
| 1953 | + owl:onProperty :hasMainContractor ; | ||
| 1954 | + ] ; | ||
| 1955 | + rdfs:subClassOf [ | ||
| 1956 | + rdf:type owl:Restriction ; | ||
| 1957 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 1958 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1959 | + owl:onClass :Organization ; | ||
| 1960 | + owl:onProperty :hasOperator ; | ||
| 1961 | + ] ; | ||
| 1962 | + rdfs:subClassOf [ | ||
| 1963 | + rdf:type owl:Restriction ; | ||
| 1964 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 1965 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1966 | + owl:onClass :Organization ; | ||
| 1967 | + owl:onProperty :hasSubContractor ; | ||
| 1968 | + ] ; | ||
| 1969 | + rdfs:subClassOf [ | ||
| 1970 | + rdf:type owl:Restriction ; | ||
| 1956 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1971 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 1957 | owl:onClass userfield:SourceSpecifiedUserField ; | 1972 | owl:onClass userfield:SourceSpecifiedUserField ; |
| 1958 | owl:onProperty :hasSpecifiedUserField ; | 1973 | owl:onProperty :hasSpecifiedUserField ; |
| ... | @@ -2002,24 +2017,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2002,24 +2017,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2002 | rdfs:subClassOf [ | 2017 | rdfs:subClassOf [ |
| 2003 | rdf:type owl:Restriction ; | 2018 | rdf:type owl:Restriction ; |
| 2004 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2019 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2005 | - owl:onClass :Organization ; | ||
| 2006 | - owl:onProperty :hasMainContractor ; | ||
| 2007 | - ] ; | ||
| 2008 | - rdfs:subClassOf [ | ||
| 2009 | - rdf:type owl:Restriction ; | ||
| 2010 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2011 | - owl:onClass :Organization ; | ||
| 2012 | - owl:onProperty :hasOperator ; | ||
| 2013 | - ] ; | ||
| 2014 | - rdfs:subClassOf [ | ||
| 2015 | - rdf:type owl:Restriction ; | ||
| 2016 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2017 | - owl:onClass :Organization ; | ||
| 2018 | - owl:onProperty :hasSubContractor ; | ||
| 2019 | - ] ; | ||
| 2020 | - rdfs:subClassOf [ | ||
| 2021 | - rdf:type owl:Restriction ; | ||
| 2022 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2023 | owl:onClass :PlanForILAP ; | 2020 | owl:onClass :PlanForILAP ; |
| 2024 | owl:onProperty :hasPlan ; | 2021 | owl:onProperty :hasPlan ; |
| 2025 | ] ; | 2022 | ] ; | ... | ... |
-
Please register or login to post a comment