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.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Redirect</title>
<script type="text/javascript" language="javascript" >
window.location = "http://data.posccaesar.org/ilap/documentation/Front.htm"
</script>
</head>
<body>
<h3>We are redirecting you to the main page</h3>
</body>
</html>
......@@ -887,6 +887,12 @@ ilap:shouldUseAnyUri
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:PersonOrOrganization ;
owl:onProperty :hasContractor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime ;
owl:onProperty :hasNotificationDate ;
] ;
......