MonkeyChap

added a property for document disclaimer

# Saved by TopBraid on Mon Oct 10 20:47:57 BST 2011
# Saved by TopBraid on Mon Oct 10 20:43:39 BST 2011
# Saved by TopBraid on Tue Oct 11 12:41:24 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
......@@ -28,3 +27,8 @@ ep-prodreport:ProductionReport
rdf:type owl:Class ;
rdfs:label "Production Report"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
ep-prodreport:disclaimer
rdf:type rdf:Property ;
rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ;
rdfs:range xsd:string .
......