Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EthicalControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
EthicalControl
Commits
b98f9a5e
Commit
b98f9a5e
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
diagnostic tweak
parent
cc90d691
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ontologies/MissionExecutionOntology3.1-DADM.tests.txt
+1
-1
1 addition, 1 deletion
ontologies/MissionExecutionOntology3.1-DADM.tests.txt
stylesheets/MeoDadmNamingVerification.xslt
+1
-1
1 addition, 1 deletion
stylesheets/MeoDadmNamingVerification.xslt
with
2 additions
and
2 deletions
ontologies/MissionExecutionOntology3.1-DADM.tests.txt
+
1
−
1
View file @
b98f9a5e
...
@@ -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 ***
...
...
This diff is collapsed.
Click to expand it.
stylesheets/MeoDadmNamingVerification.xslt
+
1
−
1
View file @
b98f9a5e
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment