Bob DuCharme

Merge branch 'master' of github.com:TopQuadrant/EPIM-Ontologies

......@@ -131,6 +131,11 @@ ep-core:MassOrVolumicConcentration
rdf:type rdfs:Class ;
rdfs:subClassOf ep-core:DimensionlessMeasure .
ep-core:MassPair
rdf:type owl:Class ;
rdfs:label "mass pair"^^xsd:string ;
rdfs:subClassOf ep-core:Pair .
ep-core:MassPerLength
rdf:type rdfs:Class ;
rdfs:subClassOf owl:Class .
......@@ -145,6 +150,11 @@ ep-core:MassPerUnitMassConcentration
rdfs:label "mass per unit mass concentration"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MassVolumePair
rdf:type owl:Class ;
rdfs:label "mass volume pair"^^xsd:string ;
rdfs:subClassOf ep-core:Pair .
ep-core:MeasureOfAmountOfMaterial
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "measure of amount of material"^^xsd:string ;
......@@ -190,6 +200,11 @@ ep-core:NormalStress
rdfs:label "Normal Stress"^^xsd:string ;
rdfs:subClassOf ep-core:EnergyPerVolume .
ep-core:Pair
rdf:type owl:Class ;
rdfs:label "pair"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ep-core:PerLength
rdf:type rdfs:Class ;
rdfs:subClassOf owl:Class .
......@@ -424,6 +439,11 @@ ep-core:VolumeMassRatio
rdfs:label "volume mass ratio"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumePair
rdf:type owl:Class ;
rdfs:label "volume pair"^^xsd:string ;
rdfs:subClassOf ep-core:Pair .
ep-core:VolumePerUnitVolumeConcentration
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "volume per unit volume concentration"^^xsd:string ;
......@@ -1097,6 +1117,12 @@ ep-core:description
rdfs:comment "description of a thing"^^xsd:string ;
rdfs:label "description"^^xsd:string .
ep-core:divide
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-core:Pair ;
rdfs:label "divide"^^xsd:string ;
rdfs:range owl:Thing .
ep-core:dm3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:MeasureOfAmountOfMaterial ;
......@@ -1250,6 +1276,12 @@ ep-core:femtometre
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS17272735"^^xsd:string .
ep-core:firstOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Pair ;
rdfs:label "first of pair"^^xsd:string ;
rdfs:range owl:Thing .
ep-core:foot
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Length ;
......@@ -3904,6 +3936,12 @@ ep-core:second-A
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1355444"^^xsd:string .
ep-core:secondOfPair
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-core:Pair ;
rdfs:label "second of pair"^^xsd:string ;
rdfs:range owl:Thing .
ep-core:seeReferenceData
rdf:type owl:AnnotationProperty .
......
......@@ -17,20 +17,68 @@
<http://www.epim.no/schemas/mprml/1#Cs_businessAssociate>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 90200 Set the approver"^^xsd:string ;
rdfs:comment "STEP 90201 Set the approver"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#issuer> ;
sp:subject
[ sp:varName "issueReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "issuer"^^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#issuedByRef> ;
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#issuedReport> ;
sp:subject
[ sp:varName "issueReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "issueReport"^^xsd:string
]
] [ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ;
sp:subject
[ sp:varName "issuer"^^xsd:string
]
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 90200 Set the approver"^^xsd:string ;
sp:templates ([ sp:object _:b2 ;
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:subject _:b2
] [ sp:object
[ sp:varName "approver"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b1
sp:subject _:b2
]) ;
sp:where ([ sp:object spin:_this ;
sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ;
......@@ -66,5 +114,5 @@
<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:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.