Tore Christiansen

Added most of the rest of the 15926 conversions

......@@ -71,8 +71,8 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Category ;
owl:onProperty :hasCategory ;
owl:onClass ilap:ClassOfActivity ;
owl:onProperty :hasPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -100,6 +100,13 @@ ilap:shouldUseAnyUri
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Discipline ;
owl:onProperty :hasCategory ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Discipline ;
owl:onProperty :hasDiscipline ;
] ;
rdfs:subClassOf [
......@@ -162,13 +169,6 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Phase ;
owl:onProperty :hasPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:ProjectPhase ;
owl:onProperty :hasProjectPhase ;
] ;
......
This diff is collapsed. Click to expand it.