Showing
15 changed files
with
312 additions
and
84 deletions
This diff could not be displayed because it is too large.
1 | +# baseURI: http://www.reportinghub.no/refdata/foundation | ||
2 | +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | ||
3 | +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | ||
4 | + | ||
5 | +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
6 | +@prefix foundationrd: <http://www.reportinghub.no/refdata/foundation#> . | ||
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | +@prefix pca-rdl: <http://posccaesar.org/rdl/> . | ||
12 | +@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
13 | + | ||
14 | +<http://www.reportinghub.no/refdata/foundation> | ||
15 | + rdf:type owl:Ontology ; | ||
16 | + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ; | ||
17 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
18 | + | ||
19 | +xsd:date | ||
20 | + owl:sameAs pca-rdl:ERH-DATE . | ||
21 | + | ||
22 | +xsd:dateTime | ||
23 | + owl:sameAs pca-rdl:ERH-DATETIME . | ||
24 | + | ||
25 | +xsd:double | ||
26 | + owl:sameAs pca-rdl:ERH-DOUBLE . | ||
27 | + | ||
28 | +xsd:float | ||
29 | + owl:sameAs pca-rdl:ERH-FLOAT . | ||
30 | + | ||
31 | +xsd:integer | ||
32 | + owl:sameAs pca-rdl:ERH-INTEGER . | ||
33 | + | ||
34 | +xsd:string | ||
35 | + owl:sameAs pca-rdl:ERH-STRING . | ||
36 | + | ||
37 | +pca-rdl:ERH-DATE | ||
38 | + rdf:type p2:RepresentationForm ; | ||
39 | + pca-rdl:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ; | ||
40 | + pca-rdl:hasDesignation "XML SCHEMA DATE"^^xsd:string . | ||
41 | + | ||
42 | +pca-rdl:ERH-DATETIME | ||
43 | + rdf:type p2:RepresentationForm ; | ||
44 | + pca-rdl:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ; | ||
45 | + pca-rdl:hasDesignation "XML SCHEMA DATETIME"^^xsd:string . | ||
46 | + | ||
47 | +pca-rdl:ERH-DOUBLE | ||
48 | + rdf:type p2:RepresentationForm ; | ||
49 | + pca-rdl:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ; | ||
50 | + pca-rdl:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string . | ||
51 | + | ||
52 | +pca-rdl:ERH-FLOAT | ||
53 | + rdf:type p2:RepresentationForm ; | ||
54 | + pca-rdl:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ; | ||
55 | + pca-rdl:hasDesignation "XML SCHEMA FLOAT"^^xsd:string . | ||
56 | + | ||
57 | +pca-rdl:ERH-INTEGER | ||
58 | + rdf:type p2:RepresentationForm ; | ||
59 | + pca-rdl:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ; | ||
60 | + pca-rdl:hasDesignation "XML SCHEMA INTEGER"^^xsd:string . | ||
61 | + | ||
62 | +pca-rdl:ERH-STRING | ||
63 | + rdf:type p2:RepresentationForm ; | ||
64 | + pca-rdl:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ; | ||
65 | + pca-rdl:hasDesignation "XML SCHEMA STRING"^^xsd:string . | ||
66 | + | ||
67 | +pca-rdl:ERH00000 | ||
68 | + rdf:type p2:Thing , owl:Class ; | ||
69 | + rdfs:subClassOf owl:Thing ; | ||
70 | + pca-rdl:hasDesignation | ||
71 | + "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ; | ||
72 | + pca-rdl:hasIdPCA "ERH00000"^^xsd:string . | ||
73 | + | ||
74 | +pca-rdl:ERH00001 | ||
75 | + rdf:type p2:ClassOfClass , owl:Class ; | ||
76 | + rdfs:subClassOf owl:Thing ; | ||
77 | + pca-rdl:hasDesignation | ||
78 | + "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ; | ||
79 | + pca-rdl:hasIdPCA "ERH00001"^^xsd:string . | ||
80 | + | ||
81 | +pca-rdl:ERH00002 | ||
82 | + rdf:type p2:ClassOfClass , owl:Class ; | ||
83 | + rdfs:subClassOf owl:Thing ; | ||
84 | + pca-rdl:hasDesignation | ||
85 | + "EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ; | ||
86 | + pca-rdl:hasIdPCA "ERH00002"^^xsd:string . | ||
87 | + | ||
88 | +pca-rdl:ERH00003 | ||
89 | + rdf:type p2:ClassOfClass , owl:Class ; | ||
90 | + rdfs:subClassOf owl:Thing ; | ||
91 | + pca-rdl:hasDesignation | ||
92 | + "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ; | ||
93 | + pca-rdl:hasIdPCA "ERH00003"^^xsd:string . | ||
94 | + | ||
95 | +pca-rdl:ERH00004 | ||
96 | + rdf:type p2:ClassOfClass , owl:Class ; | ||
97 | + rdfs:subClassOf owl:Thing ; | ||
98 | + pca-rdl:hasDesignation | ||
99 | + "EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ; | ||
100 | + pca-rdl:hasIdPCA "ERH00004"^^xsd:string . | ||
101 | + | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -114,12 +114,78 @@ rdfs:Class | ... | @@ -114,12 +114,78 @@ rdfs:Class |
114 | ] | 114 | ] |
115 | ]) | 115 | ]) |
116 | ]) | 116 | ]) |
117 | + ] ; | ||
118 | + spin:rule | ||
119 | + [ rdf:type sp:Construct ; | ||
120 | + rdfs:comment "0290 Handle classification of RD classes as Drilling"^^xsd:string ; | ||
121 | + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | ||
122 | + sp:predicate rdf:type ; | ||
123 | + sp:subject | ||
124 | + [ sp:varName "clsnuri"^^xsd:string | ||
125 | + ] | ||
126 | + ] [ sp:object | ||
127 | + [ sp:varName "thisrduri"^^xsd:string | ||
128 | + ] ; | ||
129 | + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ; | ||
130 | + sp:subject | ||
131 | + [ sp:varName "clsnuri"^^xsd:string | ||
132 | + ] | ||
133 | + ] [ sp:object <http://posccaesar.org/rdl/ERH00003> ; | ||
134 | + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; | ||
135 | + sp:subject | ||
136 | + [ sp:varName "clsnuri"^^xsd:string | ||
137 | + ] | ||
138 | + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ; | ||
139 | + sp:predicate rdf:type ; | ||
140 | + sp:subject | ||
141 | + [ sp:varName "clsnuri"^^xsd:string | ||
142 | + ] | ||
143 | + ]) ; | ||
144 | + sp:where ([ sp:object | ||
145 | + [ sp:varName "thisrduri"^^xsd:string | ||
146 | + ] ; | ||
147 | + sp:predicate owl:sameAs ; | ||
148 | + sp:subject spin:_this | ||
149 | + ] [ rdf:type sp:Filter ; | ||
150 | + sp:expression | ||
151 | + [ rdf:type sp:eq ; | ||
152 | + sp:arg1 [ rdf:type afn:namespace ; | ||
153 | + sp:arg1 spin:_this | ||
154 | + ] ; | ||
155 | + sp:arg2 "http://www.reportinghub.no/np/schema/npd#" | ||
156 | + ] | ||
157 | + ] [ rdf:type sp:Bind ; | ||
158 | + sp:expression | ||
159 | + [ rdf:type spif:generateUUID | ||
160 | + ] ; | ||
161 | + sp:variable | ||
162 | + [ sp:varName "uuid"^^xsd:string | ||
163 | + ] | ||
164 | + ] [ rdf:type sp:Bind ; | ||
165 | + sp:expression | ||
166 | + [ rdf:type fn:concat ; | ||
167 | + sp:arg1 "ERH" ; | ||
168 | + sp:arg2 [ sp:varName "uuid"^^xsd:string | ||
169 | + ] | ||
170 | + ] ; | ||
171 | + sp:variable | ||
172 | + [ sp:varName "pcaid"^^xsd:string | ||
173 | + ] | ||
174 | + ] [ rdf:type sp:Bind ; | ||
175 | + sp:expression | ||
176 | + [ rdf:type spif:buildURI ; | ||
177 | + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>" | ||
178 | + ] ; | ||
179 | + sp:variable | ||
180 | + [ sp:varName "clsnuri"^^xsd:string | ||
181 | + ] | ||
182 | + ]) | ||
117 | ] . | 183 | ] . |
118 | 184 | ||
119 | owl:Class | 185 | owl:Class |
120 | spin:rule | 186 | spin:rule |
121 | [ rdf:type sp:Construct ; | 187 | [ rdf:type sp:Construct ; |
122 | - rdfs:comment "0140 Set Part 2 Class of EHR RD Class"^^xsd:string ; | 188 | + rdfs:comment "0250 Set Part 2 Class of EHR RD Class"^^xsd:string ; |
123 | sp:templates ([ sp:object | 189 | sp:templates ([ sp:object |
124 | [ sp:varName "p2class"^^xsd:string | 190 | [ sp:varName "p2class"^^xsd:string |
125 | ] ; | 191 | ] ; |
... | @@ -354,4 +420,20 @@ owl:Class | ... | @@ -354,4 +420,20 @@ owl:Class |
354 | ] | 420 | ] |
355 | ]) | 421 | ]) |
356 | ]) | 422 | ]) |
423 | + ] ; | ||
424 | + spin:rule | ||
425 | + [ rdf:type sp:Construct ; | ||
426 | + rdfs:comment "0299 Set type by foundation class ERH Drilling Class"^^xsd:string ; | ||
427 | + sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00003> ; | ||
428 | + sp:predicate rdf:type ; | ||
429 | + sp:subject | ||
430 | + [ sp:varName "rduri"^^xsd:string | ||
431 | + ] | ||
432 | + ]) ; | ||
433 | + sp:where ([ sp:object | ||
434 | + [ sp:varName "rduri"^^xsd:string | ||
435 | + ] ; | ||
436 | + sp:predicate owl:sameAs ; | ||
437 | + sp:subject spin:_this | ||
438 | + ]) | ||
357 | ] . | 439 | ] . | ... | ... |
... | @@ -24,7 +24,47 @@ | ... | @@ -24,7 +24,47 @@ |
24 | rdfs:Class | 24 | rdfs:Class |
25 | spin:rule | 25 | spin:rule |
26 | [ rdf:type sp:Construct ; | 26 | [ rdf:type sp:Construct ; |
27 | - rdfs:comment "0195 Handle classification of RD classes as NPD"^^xsd:string ; | 27 | + rdfs:comment "0197 Set Part 2 Class of EHR RD Class"^^xsd:string ; |
28 | + sp:templates ([ sp:object | ||
29 | + [ sp:varName "p2class"^^xsd:string | ||
30 | + ] ; | ||
31 | + sp:predicate rdf:type ; | ||
32 | + sp:subject | ||
33 | + [ sp:varName "thisrduri"^^xsd:string | ||
34 | + ] | ||
35 | + ]) ; | ||
36 | + sp:where ([ sp:object | ||
37 | + [ sp:varName "thisrduri"^^xsd:string | ||
38 | + ] ; | ||
39 | + sp:predicate owl:sameAs ; | ||
40 | + sp:subject spin:_this | ||
41 | + ] [ rdf:type sp:Optional ; | ||
42 | + sp:elements ([ sp:object spin:_this ; | ||
43 | + sp:predicate rdf:type ; | ||
44 | + sp:subject | ||
45 | + [ sp:varName "member"^^xsd:string | ||
46 | + ] | ||
47 | + ] [ rdf:type sp:TriplePath ; | ||
48 | + sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
49 | + sp:path [ rdf:type sp:ModPath ; | ||
50 | + sp:modMax -2 ; | ||
51 | + sp:modMin 0 ; | ||
52 | + sp:subPath rdfs:subClassOf | ||
53 | + ] ; | ||
54 | + sp:subject | ||
55 | + [ sp:varName "member"^^xsd:string | ||
56 | + ] | ||
57 | + ] [ rdf:type sp:Bind ; | ||
58 | + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | ||
59 | + sp:variable | ||
60 | + [ sp:varName "p2class"^^xsd:string | ||
61 | + ] | ||
62 | + ]) | ||
63 | + ]) | ||
64 | + ] ; | ||
65 | + spin:rule | ||
66 | + [ rdf:type sp:Construct ; | ||
67 | + rdfs:comment "0580 Handle classification of RD classes as NPD"^^xsd:string ; | ||
28 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 68 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
29 | sp:predicate rdf:type ; | 69 | sp:predicate rdf:type ; |
30 | sp:subject | 70 | sp:subject |
... | @@ -74,46 +114,6 @@ rdfs:Class | ... | @@ -74,46 +114,6 @@ rdfs:Class |
74 | [ sp:varName "clsnuri"^^xsd:string | 114 | [ sp:varName "clsnuri"^^xsd:string |
75 | ] | 115 | ] |
76 | ]) | 116 | ]) |
77 | - ] ; | ||
78 | - spin:rule | ||
79 | - [ rdf:type sp:Construct ; | ||
80 | - rdfs:comment "0197 Set Part 2 Class of EHR RD Class"^^xsd:string ; | ||
81 | - sp:templates ([ sp:object | ||
82 | - [ sp:varName "p2class"^^xsd:string | ||
83 | - ] ; | ||
84 | - sp:predicate rdf:type ; | ||
85 | - sp:subject | ||
86 | - [ sp:varName "thisrduri"^^xsd:string | ||
87 | - ] | ||
88 | - ]) ; | ||
89 | - sp:where ([ sp:object | ||
90 | - [ sp:varName "thisrduri"^^xsd:string | ||
91 | - ] ; | ||
92 | - sp:predicate owl:sameAs ; | ||
93 | - sp:subject spin:_this | ||
94 | - ] [ rdf:type sp:Optional ; | ||
95 | - sp:elements ([ sp:object spin:_this ; | ||
96 | - sp:predicate rdf:type ; | ||
97 | - sp:subject | ||
98 | - [ sp:varName "member"^^xsd:string | ||
99 | - ] | ||
100 | - ] [ rdf:type sp:TriplePath ; | ||
101 | - sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
102 | - sp:path [ rdf:type sp:ModPath ; | ||
103 | - sp:modMax -2 ; | ||
104 | - sp:modMin 0 ; | ||
105 | - sp:subPath rdfs:subClassOf | ||
106 | - ] ; | ||
107 | - sp:subject | ||
108 | - [ sp:varName "member"^^xsd:string | ||
109 | - ] | ||
110 | - ] [ rdf:type sp:Bind ; | ||
111 | - sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | ||
112 | - sp:variable | ||
113 | - [ sp:varName "p2class"^^xsd:string | ||
114 | - ] | ||
115 | - ]) | ||
116 | - ]) | ||
117 | ] . | 117 | ] . |
118 | 118 | ||
119 | owl:Class | 119 | owl:Class |
... | @@ -302,7 +302,7 @@ owl:Class | ... | @@ -302,7 +302,7 @@ owl:Class |
302 | ] ; | 302 | ] ; |
303 | spin:rule | 303 | spin:rule |
304 | [ rdf:type sp:Construct ; | 304 | [ rdf:type sp:Construct ; |
305 | - rdfs:comment "0194 Handle classification of RD classes as NPD"^^xsd:string ; | 305 | + rdfs:comment "0590 Handle classification of RD classes as NPD"^^xsd:string ; |
306 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 306 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
307 | sp:predicate rdf:type ; | 307 | sp:predicate rdf:type ; |
308 | sp:subject | 308 | sp:subject | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | rdfs:Class | 24 | rdfs:Class |
25 | spin:rule | 25 | spin:rule |
26 | [ rdf:type sp:Construct ; | 26 | [ rdf:type sp:Construct ; |
27 | - rdfs:comment "0195 Handle classification of RD classes as Production"^^xsd:string ; | 27 | + rdfs:comment "0390 Handle classification of RD classes as Production"^^xsd:string ; |
28 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 28 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
29 | sp:predicate rdf:type ; | 29 | sp:predicate rdf:type ; |
30 | sp:subject | 30 | sp:subject |
... | @@ -310,7 +310,7 @@ owl:Class | ... | @@ -310,7 +310,7 @@ owl:Class |
310 | ] ; | 310 | ] ; |
311 | spin:rule | 311 | spin:rule |
312 | [ rdf:type sp:Construct ; | 312 | [ rdf:type sp:Construct ; |
313 | - rdfs:comment "0199 Set classification by foundation class ERH Production Class"^^xsd:string ; | 313 | + rdfs:comment "0399 Set classification by foundation class ERH Production Class"^^xsd:string ; |
314 | sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00004> ; | 314 | sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00004> ; |
315 | sp:predicate rdf:type ; | 315 | sp:predicate rdf:type ; |
316 | sp:subject | 316 | sp:subject | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | 2 | # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 |
3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
5 | -# imports: http://www.reportinghub.no/refdata/foundation | 5 | +# imports: http://www.reportinghub.no/refdata/1.0/foundation |
6 | 6 | ||
7 | @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . | 7 | @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . |
8 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 8 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
... | @@ -22,13 +22,13 @@ | ... | @@ -22,13 +22,13 @@ |
22 | 22 | ||
23 | <http://www.reportinghub.no/refdata/transform/class2rd> | 23 | <http://www.reportinghub.no/refdata/transform/class2rd> |
24 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
25 | - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/foundation> ; | 25 | + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/1.0/foundation> ; |
26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | 27 | ||
28 | rdfs:Class | 28 | rdfs:Class |
29 | spin:rule | 29 | spin:rule |
30 | [ rdf:type sp:Construct ; | 30 | [ rdf:type sp:Construct ; |
31 | - rdfs:comment "0105 Set sameAs for RD items already in PCA RDL"^^xsd:string ; | 31 | + rdfs:comment "0005 Set sameAs for RD items already in PCA RDL"^^xsd:string ; |
32 | sp:templates ([ sp:object | 32 | sp:templates ([ sp:object |
33 | [ sp:varName "rduri"^^xsd:string | 33 | [ sp:varName "rduri"^^xsd:string |
34 | ] ; | 34 | ] ; |
... | @@ -60,7 +60,7 @@ rdfs:Class | ... | @@ -60,7 +60,7 @@ rdfs:Class |
60 | ] ; | 60 | ] ; |
61 | spin:rule | 61 | spin:rule |
62 | [ rdf:type sp:Construct ; | 62 | [ rdf:type sp:Construct ; |
63 | - rdfs:comment "0180 Set URI and designation for EHR RD Class"^^xsd:string ; | 63 | + rdfs:comment "0080 Set URI and designation for EHR RD Class"^^xsd:string ; |
64 | sp:templates ([ sp:object | 64 | sp:templates ([ sp:object |
65 | [ sp:varName "thisrduri"^^xsd:string | 65 | [ sp:varName "thisrduri"^^xsd:string |
66 | ] ; | 66 | ] ; |
... | @@ -160,7 +160,7 @@ rdfs:Class | ... | @@ -160,7 +160,7 @@ rdfs:Class |
160 | ] ; | 160 | ] ; |
161 | spin:rule | 161 | spin:rule |
162 | [ rdf:type sp:Construct ; | 162 | [ rdf:type sp:Construct ; |
163 | - rdfs:comment "0185 Handle subclasses"^^xsd:string ; | 163 | + rdfs:comment "0085 Handle subclasses"^^xsd:string ; |
164 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ; | 164 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ; |
165 | sp:predicate rdf:type ; | 165 | sp:predicate rdf:type ; |
166 | sp:subject | 166 | sp:subject |
... | @@ -232,7 +232,7 @@ rdfs:Class | ... | @@ -232,7 +232,7 @@ rdfs:Class |
232 | ] ; | 232 | ] ; |
233 | spin:rule | 233 | spin:rule |
234 | [ rdf:type sp:Construct ; | 234 | [ rdf:type sp:Construct ; |
235 | - rdfs:comment "0190 Handle classification of RD classes as ERH RD Thing"^^xsd:string ; | 235 | + rdfs:comment "0091 Handle classification of RD classes as ERH RD Class"^^xsd:string ; |
236 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 236 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
237 | sp:predicate rdf:type ; | 237 | sp:predicate rdf:type ; |
238 | sp:subject | 238 | sp:subject |
... | @@ -245,7 +245,7 @@ rdfs:Class | ... | @@ -245,7 +245,7 @@ rdfs:Class |
245 | sp:subject | 245 | sp:subject |
246 | [ sp:varName "clsnuri"^^xsd:string | 246 | [ sp:varName "clsnuri"^^xsd:string |
247 | ] | 247 | ] |
248 | - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ; | 248 | + ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ; |
249 | sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; | 249 | sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; |
250 | sp:subject | 250 | sp:subject |
251 | [ sp:varName "clsnuri"^^xsd:string | 251 | [ sp:varName "clsnuri"^^xsd:string |
... | @@ -285,7 +285,7 @@ rdfs:Class | ... | @@ -285,7 +285,7 @@ rdfs:Class |
285 | ] ; | 285 | ] ; |
286 | spin:rule | 286 | spin:rule |
287 | [ rdf:type sp:Construct ; | 287 | [ rdf:type sp:Construct ; |
288 | - rdfs:comment "0191 Handle classification of RD classes as ERH RD Class"^^xsd:string ; | 288 | + rdfs:comment "0095 Handle classification of RD classes as ERH RD Thing"^^xsd:string ; |
289 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 289 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
290 | sp:predicate rdf:type ; | 290 | sp:predicate rdf:type ; |
291 | sp:subject | 291 | sp:subject |
... | @@ -298,7 +298,7 @@ rdfs:Class | ... | @@ -298,7 +298,7 @@ rdfs:Class |
298 | sp:subject | 298 | sp:subject |
299 | [ sp:varName "clsnuri"^^xsd:string | 299 | [ sp:varName "clsnuri"^^xsd:string |
300 | ] | 300 | ] |
301 | - ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ; | 301 | + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ; |
302 | sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; | 302 | sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; |
303 | sp:subject | 303 | sp:subject |
304 | [ sp:varName "clsnuri"^^xsd:string | 304 | [ sp:varName "clsnuri"^^xsd:string |
... | @@ -338,7 +338,7 @@ rdfs:Class | ... | @@ -338,7 +338,7 @@ rdfs:Class |
338 | ] ; | 338 | ] ; |
339 | spin:rule | 339 | spin:rule |
340 | [ rdf:type sp:Construct ; | 340 | [ rdf:type sp:Construct ; |
341 | - rdfs:comment "0199 Set any unset Part 2 Class of EHR RD Class to ClassOfClass"^^xsd:string ; | 341 | + rdfs:comment "0999 Set any unset Part 2 Class of EHR RD Class to ClassOfClass"^^xsd:string ; |
342 | sp:templates ([ sp:object | 342 | sp:templates ([ sp:object |
343 | [ sp:varName "p2class"^^xsd:string | 343 | [ sp:varName "p2class"^^xsd:string |
344 | ] ; | 344 | ] ; |
... | @@ -380,7 +380,7 @@ rdfs:Class | ... | @@ -380,7 +380,7 @@ rdfs:Class |
380 | owl:Class | 380 | owl:Class |
381 | spin:rule | 381 | spin:rule |
382 | [ rdf:type sp:Construct ; | 382 | [ rdf:type sp:Construct ; |
383 | - rdfs:comment "0110 Set URI and designation for EHR RD Class"^^xsd:string ; | 383 | + rdfs:comment "0010 Set URI and designation for EHR RD Class"^^xsd:string ; |
384 | sp:templates ([ sp:object | 384 | sp:templates ([ sp:object |
385 | [ sp:varName "thisrduri"^^xsd:string | 385 | [ sp:varName "thisrduri"^^xsd:string |
386 | ] ; | 386 | ] ; |
... | @@ -472,7 +472,7 @@ owl:Class | ... | @@ -472,7 +472,7 @@ owl:Class |
472 | ] ; | 472 | ] ; |
473 | spin:rule | 473 | spin:rule |
474 | [ rdf:type sp:Construct ; | 474 | [ rdf:type sp:Construct ; |
475 | - rdfs:comment "0130 Handle subclasses"^^xsd:string ; | 475 | + rdfs:comment "0030 Handle subclasses"^^xsd:string ; |
476 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ; | 476 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ; |
477 | sp:predicate rdf:type ; | 477 | sp:predicate rdf:type ; |
478 | sp:subject | 478 | sp:subject |
... | @@ -539,7 +539,7 @@ owl:Class | ... | @@ -539,7 +539,7 @@ owl:Class |
539 | ] ; | 539 | ] ; |
540 | spin:rule | 540 | spin:rule |
541 | [ rdf:type sp:Construct ; | 541 | [ rdf:type sp:Construct ; |
542 | - rdfs:comment "0140 Handle classification of RD classes as ERH RD Class"^^xsd:string ; | 542 | + rdfs:comment "0040 Handle classification of RD classes as ERH RD Class"^^xsd:string ; |
543 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 543 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
544 | sp:predicate rdf:type ; | 544 | sp:predicate rdf:type ; |
545 | sp:subject | 545 | sp:subject |
... | @@ -592,7 +592,7 @@ owl:Class | ... | @@ -592,7 +592,7 @@ owl:Class |
592 | ] ; | 592 | ] ; |
593 | spin:rule | 593 | spin:rule |
594 | [ rdf:type sp:Construct ; | 594 | [ rdf:type sp:Construct ; |
595 | - rdfs:comment "0141 Handle classification of RD classes as ERH RD Class"^^xsd:string ; | 595 | + rdfs:comment "0041 Handle classification of RD classes as ERH RD Class"^^xsd:string ; |
596 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 596 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
597 | sp:predicate rdf:type ; | 597 | sp:predicate rdf:type ; |
598 | sp:subject | 598 | sp:subject |
... | @@ -645,7 +645,7 @@ owl:Class | ... | @@ -645,7 +645,7 @@ owl:Class |
645 | ] ; | 645 | ] ; |
646 | spin:rule | 646 | spin:rule |
647 | [ rdf:type sp:Construct ; | 647 | [ rdf:type sp:Construct ; |
648 | - rdfs:comment "0149 Set any unset Part 2 Class of EHR RD Class to ClassOfIndividual"^^xsd:string ; | 648 | + rdfs:comment "0049 Set any unset Part 2 Class of EHR RD Class to ClassOfIndividual"^^xsd:string ; |
649 | sp:templates ([ sp:object | 649 | sp:templates ([ sp:object |
650 | [ sp:varName "p2class"^^xsd:string | 650 | [ sp:varName "p2class"^^xsd:string |
651 | ] ; | 651 | ] ; | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | owl:DatatypeProperty | 23 | owl:DatatypeProperty |
24 | spin:rule | 24 | spin:rule |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | - rdfs:comment "0396 Handle classification of RD classes as Drilling"^^xsd:string ; | 26 | + rdfs:comment "1396 Handle classification of RD classes as Drilling"^^xsd:string ; |
27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
28 | sp:predicate rdf:type ; | 28 | sp:predicate rdf:type ; |
29 | sp:subject | 29 | sp:subject |
... | @@ -78,4 +78,20 @@ owl:DatatypeProperty | ... | @@ -78,4 +78,20 @@ owl:DatatypeProperty |
78 | [ sp:varName "clsnuri"^^xsd:string | 78 | [ sp:varName "clsnuri"^^xsd:string |
79 | ] | 79 | ] |
80 | ]) | 80 | ]) |
81 | + ] ; | ||
82 | + spin:rule | ||
83 | + [ rdf:type sp:Construct ; | ||
84 | + rdfs:comment "1399 Set type by foundation class ERH Drilling Class"^^xsd:string ; | ||
85 | + sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00003> ; | ||
86 | + sp:predicate rdf:type ; | ||
87 | + sp:subject | ||
88 | + [ sp:varName "rduri"^^xsd:string | ||
89 | + ] | ||
90 | + ]) ; | ||
91 | + sp:where ([ sp:object | ||
92 | + [ sp:varName "rduri"^^xsd:string | ||
93 | + ] ; | ||
94 | + sp:predicate owl:sameAs ; | ||
95 | + sp:subject spin:_this | ||
96 | + ]) | ||
81 | ] . | 97 | ] . | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | owl:DatatypeProperty | 23 | owl:DatatypeProperty |
24 | spin:rule | 24 | spin:rule |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | - rdfs:comment "0395 Handle classification of RD propety as NPD"^^xsd:string ; | 26 | + rdfs:comment "1395 Handle classification of RD propety as NPD"^^xsd:string ; |
27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
28 | sp:predicate rdf:type ; | 28 | sp:predicate rdf:type ; |
29 | sp:subject | 29 | sp:subject |
... | @@ -78,4 +78,20 @@ owl:DatatypeProperty | ... | @@ -78,4 +78,20 @@ owl:DatatypeProperty |
78 | [ sp:varName "clsnuri"^^xsd:string | 78 | [ sp:varName "clsnuri"^^xsd:string |
79 | ] | 79 | ] |
80 | ]) | 80 | ]) |
81 | + ] ; | ||
82 | + spin:rule | ||
83 | + [ rdf:type sp:Construct ; | ||
84 | + rdfs:comment "1399 Set type by foundation class ERH NPD Class"^^xsd:string ; | ||
85 | + sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00002> ; | ||
86 | + sp:predicate rdf:type ; | ||
87 | + sp:subject | ||
88 | + [ sp:varName "rduri"^^xsd:string | ||
89 | + ] | ||
90 | + ]) ; | ||
91 | + sp:where ([ sp:object | ||
92 | + [ sp:varName "rduri"^^xsd:string | ||
93 | + ] ; | ||
94 | + sp:predicate owl:sameAs ; | ||
95 | + sp:subject spin:_this | ||
96 | + ]) | ||
81 | ] . | 97 | ] . | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | owl:DatatypeProperty | 23 | owl:DatatypeProperty |
24 | spin:rule | 24 | spin:rule |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | - rdfs:comment "0395 Handle classification of RD propety as Production"^^xsd:string ; | 26 | + rdfs:comment "1395 Handle classification of RD propety as Production"^^xsd:string ; |
27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 27 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
28 | sp:predicate rdf:type ; | 28 | sp:predicate rdf:type ; |
29 | sp:subject | 29 | sp:subject |
... | @@ -73,4 +73,20 @@ owl:DatatypeProperty | ... | @@ -73,4 +73,20 @@ owl:DatatypeProperty |
73 | [ sp:varName "clsnuri"^^xsd:string | 73 | [ sp:varName "clsnuri"^^xsd:string |
74 | ] | 74 | ] |
75 | ]) | 75 | ]) |
76 | + ] ; | ||
77 | + spin:rule | ||
78 | + [ rdf:type sp:Construct ; | ||
79 | + rdfs:comment "1399 Set type by foundation class ERH Production Class"^^xsd:string ; | ||
80 | + sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00004> ; | ||
81 | + sp:predicate rdf:type ; | ||
82 | + sp:subject | ||
83 | + [ sp:varName "rduri"^^xsd:string | ||
84 | + ] | ||
85 | + ]) ; | ||
86 | + sp:where ([ sp:object | ||
87 | + [ sp:varName "rduri"^^xsd:string | ||
88 | + ] ; | ||
89 | + sp:predicate owl:sameAs ; | ||
90 | + sp:subject spin:_this | ||
91 | + ]) | ||
76 | ] . | 92 | ] . | ... | ... |
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
28 | owl:DatatypeProperty | 28 | owl:DatatypeProperty |
29 | spin:rule | 29 | spin:rule |
30 | [ rdf:type sp:Construct ; | 30 | [ rdf:type sp:Construct ; |
31 | - rdfs:comment "0310 Set URI and designation for EHR RD from Datatype Property that are not UoM"^^xsd:string ; | 31 | + rdfs:comment "1310 Set URI and designation for EHR RD from Datatype Property that are not UoM"^^xsd:string ; |
32 | sp:templates ([ sp:object | 32 | sp:templates ([ sp:object |
33 | [ sp:varName "thisrduri"^^xsd:string | 33 | [ sp:varName "thisrduri"^^xsd:string |
34 | ] ; | 34 | ] ; |
... | @@ -130,7 +130,7 @@ owl:DatatypeProperty | ... | @@ -130,7 +130,7 @@ owl:DatatypeProperty |
130 | ] ; | 130 | ] ; |
131 | spin:rule | 131 | spin:rule |
132 | [ rdf:type sp:Construct ; | 132 | [ rdf:type sp:Construct ; |
133 | - rdfs:comment "0320 Set sameAs for RD items already in PCA RDL"^^xsd:string ; | 133 | + rdfs:comment "1320 Set sameAs for RD items already in PCA RDL"^^xsd:string ; |
134 | sp:templates ([ sp:object | 134 | sp:templates ([ sp:object |
135 | [ sp:varName "rduri"^^xsd:string | 135 | [ sp:varName "rduri"^^xsd:string |
136 | ] ; | 136 | ] ; |
... | @@ -167,7 +167,7 @@ owl:DatatypeProperty | ... | @@ -167,7 +167,7 @@ owl:DatatypeProperty |
167 | ] ; | 167 | ] ; |
168 | spin:rule | 168 | spin:rule |
169 | [ rdf:type sp:Construct ; | 169 | [ rdf:type sp:Construct ; |
170 | - rdfs:comment "0330 Set Property ClassOfRepresented"^^xsd:string ; | 170 | + rdfs:comment "1330 Set Property ClassOfRepresented"^^xsd:string ; |
171 | sp:templates ([ sp:object | 171 | sp:templates ([ sp:object |
172 | [ sp:varName "rdform"^^xsd:string | 172 | [ sp:varName "rdform"^^xsd:string |
173 | ] ; | 173 | ] ; |
... | @@ -202,7 +202,7 @@ owl:DatatypeProperty | ... | @@ -202,7 +202,7 @@ owl:DatatypeProperty |
202 | ] ; | 202 | ] ; |
203 | spin:rule | 203 | spin:rule |
204 | [ rdf:type sp:Construct ; | 204 | [ rdf:type sp:Construct ; |
205 | - rdfs:comment "0330 Set Property ClassOfRepresented"^^xsd:string ; | 205 | + rdfs:comment "1340 Set Property ClassOfRepresented"^^xsd:string ; |
206 | sp:templates ([ sp:object | 206 | sp:templates ([ sp:object |
207 | [ sp:varName "rdclass"^^xsd:string | 207 | [ sp:varName "rdclass"^^xsd:string |
208 | ] ; | 208 | ] ; |
... | @@ -237,7 +237,7 @@ owl:DatatypeProperty | ... | @@ -237,7 +237,7 @@ owl:DatatypeProperty |
237 | ] ; | 237 | ] ; |
238 | spin:rule | 238 | spin:rule |
239 | [ rdf:type sp:Construct ; | 239 | [ rdf:type sp:Construct ; |
240 | - rdfs:comment "0395 Handle classification of RD property as ERH Class"^^xsd:string ; | 240 | + rdfs:comment "1350 Handle classification of RD property as ERH Class"^^xsd:string ; |
241 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 241 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
242 | sp:predicate rdf:type ; | 242 | sp:predicate rdf:type ; |
243 | sp:subject | 243 | sp:subject |
... | @@ -290,7 +290,7 @@ owl:DatatypeProperty | ... | @@ -290,7 +290,7 @@ owl:DatatypeProperty |
290 | ] ; | 290 | ] ; |
291 | spin:rule | 291 | spin:rule |
292 | [ rdf:type sp:Construct ; | 292 | [ rdf:type sp:Construct ; |
293 | - rdfs:comment "0395 Handle classification of RD property as ERH Thing"^^xsd:string ; | 293 | + rdfs:comment "1360 Handle classification of RD property as ERH Thing"^^xsd:string ; |
294 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 294 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
295 | sp:predicate rdf:type ; | 295 | sp:predicate rdf:type ; |
296 | sp:subject | 296 | sp:subject | ... | ... |
1 | # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-drill | 1 | # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-drill |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/drilling | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/drilling |
4 | -# imports: http://www.reportinghub.no/refdata/1.0/drilling | ||
5 | # imports: http://www.reportinghub.no/refdata/transform/class2rd-drill | 4 | # imports: http://www.reportinghub.no/refdata/transform/class2rd-drill |
6 | 5 | ||
7 | @prefix : <http://www.reportinghub.no/refdata/transform/make-rd-drill#> . | 6 | @prefix : <http://www.reportinghub.no/refdata/transform/make-rd-drill#> . |
... | @@ -16,5 +15,5 @@ | ... | @@ -16,5 +15,5 @@ |
16 | 15 | ||
17 | <http://www.reportinghub.no/refdata/transform/make-rd-drill> | 16 | <http://www.reportinghub.no/refdata/transform/make-rd-drill> |
18 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
19 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> , <http://www.reportinghub.no/refdata/1.0/drilling> , <http://www.reportinghub.no/refdata/transform/class2rd-drill> ; | 18 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> , <http://www.reportinghub.no/refdata/transform/class2rd-drill> ; |
20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-prod | 1 | # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-prod |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/refdata/1.0/production | ||
4 | -# imports: http://www.reportinghub.no/refdata/foundation | ||
5 | # imports: http://www.reportinghub.no/refdata/transform/class2rd-prod | 3 | # imports: http://www.reportinghub.no/refdata/transform/class2rd-prod |
6 | # imports: http://www.reportinghub.no/refdata/transform/datprop2rd-prod | 4 | # imports: http://www.reportinghub.no/refdata/transform/datprop2rd-prod |
7 | # imports: http://www.reportinghub.no/refdata/transform/objprop2rd-prod | 5 | # imports: http://www.reportinghub.no/refdata/transform/objprop2rd-prod |
... | @@ -18,5 +16,5 @@ | ... | @@ -18,5 +16,5 @@ |
18 | 16 | ||
19 | <http://www.reportinghub.no/refdata/transform/make-rd-prod> | 17 | <http://www.reportinghub.no/refdata/transform/make-rd-prod> |
20 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/1.0/production> , <http://www.reportinghub.no/refdata/foundation> , <http://www.reportinghub.no/refdata/transform/class2rd-prod> , <http://www.reportinghub.no/refdata/transform/datprop2rd-prod> , <http://www.reportinghub.no/refdata/transform/objprop2rd-prod> ; | 19 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/class2rd-prod> , <http://www.reportinghub.no/refdata/transform/datprop2rd-prod> , <http://www.reportinghub.no/refdata/transform/objprop2rd-prod> ; |
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | owl:ObjectProperty | 22 | owl:ObjectProperty |
23 | spin:rule | 23 | spin:rule |
24 | [ rdf:type sp:Construct ; | 24 | [ rdf:type sp:Construct ; |
25 | - rdfs:comment "0395 Handle classification of RD property as Production"^^xsd:string ; | 25 | + rdfs:comment "2495 Handle classification of RD property as Production"^^xsd:string ; |
26 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 26 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
27 | sp:predicate rdf:type ; | 27 | sp:predicate rdf:type ; |
28 | sp:subject | 28 | sp:subject | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | <http://www.reportinghub.no/ep/schema/core#PropertySpace> | 23 | <http://www.reportinghub.no/ep/schema/core#PropertySpace> |
24 | spin:rule | 24 | spin:rule |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | - rdfs:comment "0250 Set URI and designation for EHR Property Spaces Linked to PCA RD"^^xsd:string ; | 26 | + rdfs:comment "2440 Set URI and designation for EHR Property Spaces Linked to PCA RD"^^xsd:string ; |
27 | sp:templates ([ sp:object | 27 | sp:templates ([ sp:object |
28 | [ sp:varName "thisrduri"^^xsd:string | 28 | [ sp:varName "thisrduri"^^xsd:string |
29 | ] ; | 29 | ] ; |
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
58 | ] ; | 58 | ] ; |
59 | spin:rule | 59 | spin:rule |
60 | [ rdf:type sp:Construct ; | 60 | [ rdf:type sp:Construct ; |
61 | - rdfs:comment "0251 Set URI and designation for EHR RD Property Spaces"^^xsd:string ; | 61 | + rdfs:comment "2450 Set URI and designation for EHR RD Property Spaces"^^xsd:string ; |
62 | sp:templates ([ sp:object | 62 | sp:templates ([ sp:object |
63 | [ sp:varName "thisrduri"^^xsd:string | 63 | [ sp:varName "thisrduri"^^xsd:string |
64 | ] ; | 64 | ] ; |
... | @@ -170,7 +170,7 @@ | ... | @@ -170,7 +170,7 @@ |
170 | owl:ObjectProperty | 170 | owl:ObjectProperty |
171 | spin:rule | 171 | spin:rule |
172 | [ rdf:type sp:Construct ; | 172 | [ rdf:type sp:Construct ; |
173 | - rdfs:comment "0210 Set URI and designation for EHR RD from Object Property NOT Class of Indirect Property"^^xsd:string ; | 173 | + rdfs:comment "2410 Set URI and designation for EHR RD from Object Property NOT Class of Indirect Property"^^xsd:string ; |
174 | sp:templates ([ sp:object | 174 | sp:templates ([ sp:object |
175 | [ sp:varName "thisrduri"^^xsd:string | 175 | [ sp:varName "thisrduri"^^xsd:string |
176 | ] ; | 176 | ] ; |
... | @@ -270,7 +270,7 @@ owl:ObjectProperty | ... | @@ -270,7 +270,7 @@ owl:ObjectProperty |
270 | ] ; | 270 | ] ; |
271 | spin:rule | 271 | spin:rule |
272 | [ rdf:type sp:Construct ; | 272 | [ rdf:type sp:Construct ; |
273 | - rdfs:comment "0220 Set URI and designation for EHR RD from Object Property Class of Indirect Property"^^xsd:string ; | 273 | + rdfs:comment "2420 Set URI and designation for EHR RD from Object Property Class of Indirect Property"^^xsd:string ; |
274 | sp:templates ([ sp:object | 274 | sp:templates ([ sp:object |
275 | [ sp:varName "thisrduri"^^xsd:string | 275 | [ sp:varName "thisrduri"^^xsd:string |
276 | ] ; | 276 | ] ; |
... | @@ -368,7 +368,7 @@ owl:ObjectProperty | ... | @@ -368,7 +368,7 @@ owl:ObjectProperty |
368 | ] ; | 368 | ] ; |
369 | spin:rule | 369 | spin:rule |
370 | [ rdf:type sp:Construct ; | 370 | [ rdf:type sp:Construct ; |
371 | - rdfs:comment "0240 Set Class of Indirect Property Possessor"^^xsd:string ; | 371 | + rdfs:comment "2430 Set Class of Indirect Property Possessor"^^xsd:string ; |
372 | sp:templates ([ sp:object | 372 | sp:templates ([ sp:object |
373 | [ sp:varName "possessor"^^xsd:string | 373 | [ sp:varName "possessor"^^xsd:string |
374 | ] ; | 374 | ] ; |
... | @@ -401,7 +401,7 @@ owl:ObjectProperty | ... | @@ -401,7 +401,7 @@ owl:ObjectProperty |
401 | ] ; | 401 | ] ; |
402 | spin:rule | 402 | spin:rule |
403 | [ rdf:type sp:Construct ; | 403 | [ rdf:type sp:Construct ; |
404 | - rdfs:comment "0260 Set Class of Indirect Property Property Space"^^xsd:string ; | 404 | + rdfs:comment "2460 Set Class of Indirect Property Property Space"^^xsd:string ; |
405 | sp:templates ([ sp:object | 405 | sp:templates ([ sp:object |
406 | [ sp:varName "space"^^xsd:string | 406 | [ sp:varName "space"^^xsd:string |
407 | ] ; | 407 | ] ; |
... | @@ -434,7 +434,7 @@ owl:ObjectProperty | ... | @@ -434,7 +434,7 @@ owl:ObjectProperty |
434 | ] ; | 434 | ] ; |
435 | spin:rule | 435 | spin:rule |
436 | [ rdf:type sp:Construct ; | 436 | [ rdf:type sp:Construct ; |
437 | - rdfs:comment "0270 Set Part 2 ClassOfRelation of ERH RD Object Property"^^xsd:string ; | 437 | + rdfs:comment "2470 Set Part 2 ClassOfRelation of ERH RD Object Property"^^xsd:string ; |
438 | sp:templates ([ sp:object | 438 | sp:templates ([ sp:object |
439 | [ sp:varName "p2class"^^xsd:string | 439 | [ sp:varName "p2class"^^xsd:string |
440 | ] ; | 440 | ] ; |
... | @@ -526,7 +526,7 @@ owl:ObjectProperty | ... | @@ -526,7 +526,7 @@ owl:ObjectProperty |
526 | ] ; | 526 | ] ; |
527 | spin:rule | 527 | spin:rule |
528 | [ rdf:type sp:Construct ; | 528 | [ rdf:type sp:Construct ; |
529 | - rdfs:comment "0395 Handle classification of RD property as ERH Class"^^xsd:string ; | 529 | + rdfs:comment "2480 Handle classification of RD property as ERH Class"^^xsd:string ; |
530 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 530 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
531 | sp:predicate rdf:type ; | 531 | sp:predicate rdf:type ; |
532 | sp:subject | 532 | sp:subject |
... | @@ -579,7 +579,7 @@ owl:ObjectProperty | ... | @@ -579,7 +579,7 @@ owl:ObjectProperty |
579 | ] ; | 579 | ] ; |
580 | spin:rule | 580 | spin:rule |
581 | [ rdf:type sp:Construct ; | 581 | [ rdf:type sp:Construct ; |
582 | - rdfs:comment "0395 Handle classification of RD property as ERH Thing"^^xsd:string ; | 582 | + rdfs:comment "2490 Handle classification of RD property as ERH Thing"^^xsd:string ; |
583 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; | 583 | sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ; |
584 | sp:predicate rdf:type ; | 584 | sp:predicate rdf:type ; |
585 | sp:subject | 585 | sp:subject | ... | ... |
-
Please register or login to post a comment