Tore Christiansen

Added most of the rest of the 15926 conversions

...@@ -71,8 +71,8 @@ ilap:shouldUseAnyUri ...@@ -71,8 +71,8 @@ ilap:shouldUseAnyUri
71 rdf:type owl:Restriction ; 71 rdf:type owl:Restriction ;
72 ilap:shouldUseAnyUri "true"^^xsd:boolean ; 72 ilap:shouldUseAnyUri "true"^^xsd:boolean ;
73 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 73 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
74 - owl:onClass ilap:Category ; 74 + owl:onClass ilap:ClassOfActivity ;
75 - owl:onProperty :hasCategory ; 75 + owl:onProperty :hasPhase ;
76 ] ; 76 ] ;
77 rdfs:subClassOf [ 77 rdfs:subClassOf [
78 rdf:type owl:Restriction ; 78 rdf:type owl:Restriction ;
...@@ -100,6 +100,13 @@ ilap:shouldUseAnyUri ...@@ -100,6 +100,13 @@ ilap:shouldUseAnyUri
100 ilap:shouldUseAnyUri "true"^^xsd:boolean ; 100 ilap:shouldUseAnyUri "true"^^xsd:boolean ;
101 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 101 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
102 owl:onClass ilap:Discipline ; 102 owl:onClass ilap:Discipline ;
103 + owl:onProperty :hasCategory ;
104 + ] ;
105 + rdfs:subClassOf [
106 + rdf:type owl:Restriction ;
107 + ilap:shouldUseAnyUri "true"^^xsd:boolean ;
108 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
109 + owl:onClass ilap:Discipline ;
103 owl:onProperty :hasDiscipline ; 110 owl:onProperty :hasDiscipline ;
104 ] ; 111 ] ;
105 rdfs:subClassOf [ 112 rdfs:subClassOf [
...@@ -162,13 +169,6 @@ ilap:shouldUseAnyUri ...@@ -162,13 +169,6 @@ ilap:shouldUseAnyUri
162 rdf:type owl:Restriction ; 169 rdf:type owl:Restriction ;
163 ilap:shouldUseAnyUri "true"^^xsd:boolean ; 170 ilap:shouldUseAnyUri "true"^^xsd:boolean ;
164 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 171 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
165 - owl:onClass ilap:Phase ;
166 - owl:onProperty :hasPhase ;
167 - ] ;
168 - rdfs:subClassOf [
169 - rdf:type owl:Restriction ;
170 - ilap:shouldUseAnyUri "true"^^xsd:boolean ;
171 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
172 owl:onClass ilap:ProjectPhase ; 172 owl:onClass ilap:ProjectPhase ;
173 owl:onProperty :hasProjectPhase ; 173 owl:onProperty :hasProjectPhase ;
174 ] ; 174 ] ;
......
This diff is collapsed. Click to expand it.