Håvard M. Ottestad

added ExternalReference to PlanForILAP

...@@ -2074,6 +2074,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2074,6 +2074,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2074 ] ; 2074 ] ;
2075 rdfs:subClassOf [ 2075 rdfs:subClassOf [
2076 rdf:type owl:Restriction ; 2076 rdf:type owl:Restriction ;
2077 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2078 + owl:onClass :ExternalReference ;
2079 + owl:onProperty :hasExternalReference ;
2080 + ] ;
2081 + rdfs:subClassOf [
2082 + rdf:type owl:Restriction ;
2077 :shouldBeInternalAndExternalRef "true"^^xsd:boolean ; 2083 :shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
2078 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2084 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2079 owl:onClass :PlanForILAP ; 2085 owl:onClass :PlanForILAP ;
......