Skip to content

Commit 4c57465

Browse files
closes #116
1 parent 30af422 commit 4c57465

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
1.75 KB
Loading
1.48 KB
Loading

src/aec3po.drawio

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@
749749
<mxPoint as="offset" />
750750
</mxGeometry>
751751
</mxCell>
752-
<mxCell id="2fMbkr0aqWiw156j6BSz-9" value="aec3po:severity" style="edgeStyle=orthogonalEdgeStyle;shape=connector;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.472;exitY=0.971;exitDx=0;exitDy=0;labelBackgroundColor=default;strokeColor=default;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=default;endArrow=classic;endFill=1;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="2fMbkr0aqWiw156j6BSz-7" target="2fMbkr0aqWiw156j6BSz-10" edge="1">
752+
<mxCell id="2fMbkr0aqWiw156j6BSz-9" value="aec3po:hasSeverity" style="edgeStyle=orthogonalEdgeStyle;shape=connector;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.472;exitY=0.971;exitDx=0;exitDy=0;labelBackgroundColor=default;strokeColor=default;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=default;endArrow=classic;endFill=1;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="2fMbkr0aqWiw156j6BSz-7" target="2fMbkr0aqWiw156j6BSz-10" edge="1">
753753
<mxGeometry relative="1" as="geometry">
754754
<mxPoint x="-646" y="1062" as="targetPoint" />
755755
<mxPoint x="-530" y="1006.6100000000001" as="sourcePoint" />
@@ -1843,7 +1843,7 @@
18431843
<mxPoint x="780" y="294.55999999999995" as="sourcePoint" />
18441844
</mxGeometry>
18451845
</mxCell>
1846-
<mxCell id="vDzBb-oJmmyXXGMe2h-s-14" value="aec3po:severity" style="edgeStyle=orthogonalEdgeStyle;shape=connector;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.472;exitY=0.971;exitDx=0;exitDy=0;labelBackgroundColor=default;strokeColor=default;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=default;endArrow=classic;endFill=1;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="8_UbUUU_LXy04aFn_4Ts-1" source="vDzBb-oJmmyXXGMe2h-s-12" target="vDzBb-oJmmyXXGMe2h-s-15" edge="1">
1846+
<mxCell id="vDzBb-oJmmyXXGMe2h-s-14" value="aec3po:hasSeverity" style="edgeStyle=orthogonalEdgeStyle;shape=connector;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.472;exitY=0.971;exitDx=0;exitDy=0;labelBackgroundColor=default;strokeColor=default;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=default;endArrow=classic;endFill=1;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="8_UbUUU_LXy04aFn_4Ts-1" source="vDzBb-oJmmyXXGMe2h-s-12" target="vDzBb-oJmmyXXGMe2h-s-15" edge="1">
18471847
<mxGeometry relative="1" as="geometry">
18481848
<mxPoint x="704" y="380" as="targetPoint" />
18491849
<mxPoint x="820" y="324.61" as="sourcePoint" />

src/compliance_verification_report.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ aec3po:resultMessage a owl:DatatypeProperty ;
7777
rdfs:domain aec3po:VerificationResult ;
7878
rdfs:isDefinedBy aec3po:compliance_verification_report .
7979

80-
aec3po:severity a owl:ObjectProperty ;
81-
rdfs:label "severity"@en ;
82-
rdfs:comment "Each verification result has exactly one value for the property aec3po:resultSeverity, and this value is an IRI. The value is equal to the value of aec3po:severity of the statement in the AEC3PO graph that caused the result, defaulting to aec3po:Violation if no aec3po:severity has been specified for the statement." ;
80+
aec3po:hasSeverity a owl:ObjectProperty ;
81+
rdfs:label "has severity"@en ;
82+
rdfs:comment "Each verification result has exactly one value for the property aec3po:resultSeverity, and this value is an IRI. The value is equal to the value of aec3po:hasSeverity of the statement in the AEC3PO graph that caused the result, defaulting to aec3po:Violation if no aec3po:hasSeverity has been specified for the statement." ;
8383
rdfs:domain aec3po:VerificationResult ;
8484
rdfs:range aec3po:Severity ;
8585
rdfs:isDefinedBy aec3po:compliance_verification_report .

0 commit comments

Comments
 (0)