TRANSFORM_mpr-approval-v1.1.1.ttl 4.07 KB
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1
# imports: http://spinrdf.org/spin
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema

@prefix :        <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp:      <http://spinrdf.org/sp#> .
@prefix spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.epim.no/schemas/mprml/1#Cs_businessAssociate>
      spin:rule
              [ rdf:type sp:Construct ;
                rdfs:comment "STEP 90200 Set the approver"^^xsd:string ;
                sp:templates ([ sp:object _:b1 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/activity#approver> ;
                            sp:subject
                                    [ sp:varName "approveReport"^^xsd:string
                                    ]
                          ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
                            sp:predicate rdf:type ;
                            sp:subject _:b1
                          ] [ sp:object
                                    [ sp:varName "approver"^^xsd:string
                                    ] ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
                            sp:subject _:b1
                          ]) ;
                sp:where ([ sp:object spin:_this ;
                            sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ;
                            sp:subject
                                    [ sp:varName "target"^^xsd:string
                                    ]
                          ] [ sp:object
                                    [ sp:varName "target"^^xsd:string
                                    ] ;
                            sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ;
                            sp:subject
                                    [ sp:varName "report"^^xsd:string
                                    ]
                          ] [ sp:object
                                    [ sp:varName "report"^^xsd:string
                                    ] ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ;
                            sp:subject
                                    [ sp:varName "approveReport"^^xsd:string
                                    ]
                          ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "approveReport"^^xsd:string
                                    ]
                          ] [ sp:object spin:_this ;
                            sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ;
                            sp:subject
                                    [ sp:varName "approver"^^xsd:string
                                    ]
                          ])
              ] .

<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .