David Price

Started Object Property SPIN RD transform

...@@ -125,7 +125,7 @@ owl:Class ...@@ -125,7 +125,7 @@ owl:Class
125 ] ; 125 ] ;
126 spin:rule 126 spin:rule
127 [ rdf:type sp:Construct ; 127 [ rdf:type sp:Construct ;
128 - rdfs:comment "0002 Handle subclasses"^^xsd:string ; 128 + rdfs:comment "0003 Handle subclasses"^^xsd:string ;
129 sp:templates ([ sp:object ISO-15926-2_2003:Specialization ; 129 sp:templates ([ sp:object ISO-15926-2_2003:Specialization ;
130 sp:predicate rdf:type ; 130 sp:predicate rdf:type ;
131 sp:subject 131 sp:subject
...@@ -192,7 +192,7 @@ owl:Class ...@@ -192,7 +192,7 @@ owl:Class
192 ] ; 192 ] ;
193 spin:rule 193 spin:rule
194 [ rdf:type sp:Construct ; 194 [ rdf:type sp:Construct ;
195 - rdfs:comment "0003 Set Part 2 Class of EHR RD Class"^^xsd:string ; 195 + rdfs:comment "0004 Set Part 2 Class of EHR RD Class"^^xsd:string ;
196 sp:templates ([ sp:object 196 sp:templates ([ sp:object
197 [ sp:varName "p2class"^^xsd:string 197 [ sp:varName "p2class"^^xsd:string
198 ] ; 198 ] ;
......
This diff is collapsed. Click to expand it.
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndirectProperty>
13 + forms:keyProperties (rdfs:label rdfs:comment <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasPossessor>) .
14 +
15 +[] rdf:type inference:Configuration ;
16 + composite:child
17 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
18 + <http://spinrdf.org/spin#topSPINOptions>
19 + "singlePass" ;
20 + composite:index "0"^^xsd:int
21 + ] .