Tore Christiansen

Added Location to WBS.vsd, cleaned up Location.vsd, and added hasContractor logi…

…cal superclass to ActivityInPlan
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.

89.4 KB | W: | H:

92.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.

64.4 KB | W: | H:

72 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
1 -<html>
2 - <head>
3 - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 -
5 -
6 - <title>Redirect</title>
7 -
8 - <script type="text/javascript" language="javascript" >
9 - window.location = "http://data.posccaesar.org/ilap/documentation/Front.htm"
10 -</script>
11 -</head>
12 -<body>
13 -
14 -<h3>We are redirecting you to the main page</h3>
15 -</body>
16 -
17 -</html>
18 -
...@@ -887,6 +887,12 @@ ilap:shouldUseAnyUri ...@@ -887,6 +887,12 @@ ilap:shouldUseAnyUri
887 rdfs:subClassOf [ 887 rdfs:subClassOf [
888 rdf:type owl:Restriction ; 888 rdf:type owl:Restriction ;
889 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 889 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
890 + owl:onClass ilap:PersonOrOrganization ;
891 + owl:onProperty :hasContractor ;
892 + ] ;
893 + rdfs:subClassOf [
894 + rdf:type owl:Restriction ;
895 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
890 owl:onDataRange xsd:dateTime ; 896 owl:onDataRange xsd:dateTime ;
891 owl:onProperty :hasNotificationDate ; 897 owl:onProperty :hasNotificationDate ;
892 ] ; 898 ] ;
......