MonkeyChap

Added Production Reports

<<<<<<< Updated upstream
# Saved by TopBraid on Mon Oct 10 20:47:57 BST 2011
=======
# Saved by TopBraid on Mon Oct 10 20:43:39 BST 2011
>>>>>>> Stashed changes
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
......@@ -15,15 +19,24 @@
ep-prodreport:DailyProductionReport
rdf:type owl:Class ;
<<<<<<< Updated upstream
rdfs:label "Daily Production Report"^^xsd:string ;
=======
>>>>>>> Stashed changes
rdfs:subClassOf ep-prodreport:ProductionReport .
ep-prodreport:MonthlyProductionReport
rdf:type owl:Class ;
<<<<<<< Updated upstream
rdfs:label "Monthly Production Report"^^xsd:string ;
=======
>>>>>>> Stashed changes
rdfs:subClassOf ep-prodreport:ProductionReport .
ep-prodreport:ProductionReport
rdf:type owl:Class ;
<<<<<<< Updated upstream
rdfs:label "Production Report"^^xsd:string ;
=======
>>>>>>> Stashed changes
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
......