David Price

Report Alias as anything in NPD

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
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
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
...@@ -34,8 +34,8 @@ ep-prodreport:ReportAliasIdentifier ...@@ -34,8 +34,8 @@ ep-prodreport:ReportAliasIdentifier
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 ;
...@@ -44,8 +44,8 @@ ep-prodreport:ReportAliasIdentifier ...@@ -44,8 +44,8 @@ ep-prodreport:ReportAliasIdentifier
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
...@@ -54,7 +54,7 @@ ep-prodreport:aliasName ...@@ -54,7 +54,7 @@ ep-prodreport:aliasName
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 ;
......