Skip to content
Snippets Groups Projects
Commit b98f9a5e authored by Brutzman, Don's avatar Brutzman, Don
Browse files

diagnostic tweak

parent cc90d691
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ This study identifies the dimensions of autonomous decision-making (DADMs), name ...@@ -18,7 +18,7 @@ This study identifies the dimensions of autonomous decision-making (DADMs), name
Class IRI='#DADM' Class IRI='#DADM'
owl:subClassOf #Abbreviations owl:subClassOf #Abbreviations
rdfs:label Dimension of Autonomous Decision-Making (DADM) *** error, mismatch with IRI *** rdfs:label Dimension of Autonomous Decision-Making (DADM)
owl:versionInfo page 100 owl:versionInfo page 100
rdfs:comment "(missing)" rdfs:comment "(missing)"
*** error, missing rdfs:comment description *** *** error, missing rdfs:comment description ***
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<xsl:text>, instead expected more-descriptive label</xsl:text> <xsl:text>, instead expected more-descriptive label</xsl:text>
<xsl:text> ***</xsl:text> <xsl:text> ***</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="not($annotationRdfsLabel = $missing) and not(starts-with(concat('#',$annotationRdfsLabel),$IRI))"> <xsl:when test="not($annotationRdfsLabel = $missing) and not($IRI = '#DADM') and not(starts-with(concat('#',$annotationRdfsLabel),$IRI))">
<xsl:text> *** error, mismatch with IRI</xsl:text> <xsl:text> *** error, mismatch with IRI</xsl:text>
<xsl:if test="starts-with($IRI,'#') and contains($IRI,'_')"> <xsl:if test="starts-with($IRI,'#') and contains($IRI,'_')">
<xsl:text>, expected </xsl:text> <xsl:text>, expected </xsl:text>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment