MonkeyChap

Added Production Reports

1 -# Saved by TopBraid on Sat Oct 08 14:22:39 BST 2011 1 +# Saved by TopBraid on Mon Oct 10 20:47:57 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 4
...@@ -12,3 +12,18 @@ ...@@ -12,3 +12,18 @@
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> ; 13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 +
16 +ep-prodreport:DailyProductionReport
17 + rdf:type owl:Class ;
18 + rdfs:label "Daily Production Report"^^xsd:string ;
19 + rdfs:subClassOf ep-prodreport:ProductionReport .
20 +
21 +ep-prodreport:MonthlyProductionReport
22 + rdf:type owl:Class ;
23 + rdfs:label "Monthly Production Report"^^xsd:string ;
24 + rdfs:subClassOf ep-prodreport:ProductionReport .
25 +
26 +ep-prodreport:ProductionReport
27 + rdf:type owl:Class ;
28 + rdfs:label "Production Report"^^xsd:string ;
29 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
......