Showing
1 changed file
with
66 additions
and
66 deletions
1 | -# Saved by TopBraid on Tue Oct 11 12:55:49 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 00:15:06 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 | -# imports: http://www.reportinghub.no/np/schema/1.0/npd | 4 | +# imports: http://www.reportinghub.no/np/schema/1.0/npd |
5 | - | 5 | + |
6 | -@prefix ep-prodreport: <http://www.reportinghub.no/ep/schema/production-report#> . | 6 | +@prefix ep-prodreport: <http://www.reportinghub.no/ep/schema/production-report#> . |
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | - | 11 | + |
12 | -<http://www.reportinghub.no/ep/schema/1.0/production-report> | 12 | +<http://www.reportinghub.no/ep/schema/1.0/production-report> |
13 | - rdf:type owl:Ontology ; | 13 | + rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/report> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | - | 16 | + |
17 | -ep-prodreport:DailyProductionReport | 17 | +ep-prodreport:DailyProductionReport |
18 | - rdf:type owl:Class ; | 18 | + rdf:type owl:Class ; |
19 | - rdfs:label "Daily Production Report"^^xsd:string ; | 19 | + rdfs:label "Daily Production Report"^^xsd:string ; |
20 | - rdfs:subClassOf ep-prodreport:ProductionReport . | 20 | + rdfs:subClassOf ep-prodreport:ProductionReport . |
21 | - | 21 | + |
22 | -ep-prodreport:MonthlyProductionReport | 22 | +ep-prodreport:MonthlyProductionReport |
23 | - rdf:type owl:Class ; | 23 | + rdf:type owl:Class ; |
24 | - rdfs:label "Monthly Production Report"^^xsd:string ; | 24 | + rdfs:label "Monthly Production Report"^^xsd:string ; |
25 | - rdfs:subClassOf ep-prodreport:ProductionReport . | 25 | + rdfs:subClassOf ep-prodreport:ProductionReport . |
26 | - | 26 | + |
27 | -ep-prodreport:ProductionReport | 27 | +ep-prodreport:ProductionReport |
28 | - rdf:type owl:Class ; | 28 | + rdf:type owl:Class ; |
29 | - rdfs:label "Production Report"^^xsd:string ; | 29 | + rdfs:label "Production Report"^^xsd:string ; |
30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . | 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . |
31 | - | 31 | + |
32 | -ep-prodreport:ReportAliasIdentifier | 32 | +ep-prodreport:ReportAliasIdentifier |
33 | - rdf:type owl:Class ; | 33 | + rdf:type owl:Class ; |
34 | - rdfs:subClassOf owl:Thing ; | 34 | + rdfs:subClassOf owl:Thing ; |
35 | - rdfs:subClassOf | 35 | + rdfs:subClassOf |
36 | - [ rdf:type owl:Restriction ; | 36 | + [ rdf:type owl:Restriction ; |
37 | - owl:minCardinality "1"^^xsd:nonNegativeInteger ; | 37 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
38 | - owl:onProperty ep-prodreport:aliasName | 38 | + owl:onProperty ep-prodreport:isAliasFor |
39 | - ] ; | 39 | + ] ; |
40 | - rdfs:subClassOf | 40 | + rdfs:subClassOf |
41 | - [ rdf:type owl:Restriction ; | 41 | + [ rdf:type owl:Restriction ; |
42 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 42 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
43 | - owl:onProperty ep-prodreport:aliasOwner | 43 | + owl:onProperty ep-prodreport:aliasOwner |
44 | - ] ; | 44 | + ] ; |
45 | - rdfs:subClassOf | 45 | + rdfs:subClassOf |
46 | - [ rdf:type owl:Restriction ; | 46 | + [ rdf:type owl:Restriction ; |
47 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 47 | + owl:minCardinality "1"^^xsd:nonNegativeInteger ; |
48 | - owl:onProperty ep-prodreport:isAliasFor | 48 | + owl:onProperty ep-prodreport:aliasName |
49 | - ] . | 49 | + ] . |
50 | - | 50 | + |
51 | -ep-prodreport:aliasName | 51 | +ep-prodreport:aliasName |
52 | - rdf:type owl:DatatypeProperty ; | 52 | + rdf:type owl:DatatypeProperty ; |
53 | - rdfs:range xsd:string . | 53 | + rdfs:range xsd:string . |
54 | - | 54 | + |
55 | -ep-prodreport:aliasOwner | 55 | +ep-prodreport:aliasOwner |
56 | - rdf:type owl:ObjectProperty ; | 56 | + rdf:type owl:ObjectProperty ; |
57 | - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 57 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
58 | - | 58 | + |
59 | -ep-prodreport:disclaimer | 59 | +ep-prodreport:disclaimer |
60 | - rdf:type rdf:Property ; | 60 | + rdf:type rdf:Property ; |
61 | - rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; | 61 | + rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; |
62 | - rdfs:range xsd:string . | 62 | + rdfs:range xsd:string . |
63 | - | 63 | + |
64 | -ep-prodreport:isAliasFor | 64 | +ep-prodreport:isAliasFor |
65 | - rdf:type owl:ObjectProperty ; | 65 | + rdf:type owl:ObjectProperty ; |
66 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 66 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | ... | ... |
-
Please register or login to post a comment