Showing
1 changed file
with
6 additions
and
2 deletions
| 1 | -# Saved by TopBraid on Mon Oct 10 20:47:57 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 12:41:24 BST 2011 |
| 2 | -# Saved by TopBraid on Mon Oct 10 20:43:39 BST 2011 | ||
| 3 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 5 | 4 | ||
| ... | @@ -28,3 +27,8 @@ ep-prodreport:ProductionReport | ... | @@ -28,3 +27,8 @@ ep-prodreport:ProductionReport |
| 28 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
| 29 | rdfs:label "Production Report"^^xsd:string ; | 28 | rdfs:label "Production Report"^^xsd:string ; |
| 30 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . | 29 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . |
| 30 | + | ||
| 31 | +ep-prodreport:disclaimer | ||
| 32 | + rdf:type rdf:Property ; | ||
| 33 | + rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 34 | + rdfs:range xsd:string . | ... | ... |
-
Please register or login to post a comment