diff --git a/docs/ProcessOntology.html b/docs/ProcessOntology.html
index 3e0cb294..fced2ebe 100644
--- a/docs/ProcessOntology.html
+++ b/docs/ProcessOntology.html
@@ -557,6 +557,12 @@
+
has MicroalloyedSteel
@@ -6571,23 +6589,23 @@ ProcessOntology
Classes
- 437
+ 438
RDF Properties
- 294
+ 295
Object Properties
- 324
+ 325
Datatype Properties
- 316
+ 317
@@ -12043,6 +12061,74 @@ Element
+
+
+
+
+
+
+
+
+
+
- description
+ - Cross section of a specimen, used for example in tensile tests
+
+
+
+
- has super-classes
- ValueObject
+
- is in range of
- hasSpecimenCrossSection
+
+
+
+
+
has MaterialCard
+
+
+
hasTrueStrain
+
+
+
has MaterialCard
+
+
+
"General Knowledge"@en .
"General Knowledge"@de .
"General Knowledge"@en .
+ "Cross section of a specimen, used for example in tensile tests"@en .
+ .
+ .
+ "SpecimenCrossSection"@en .
+ .
+ "Probenquerschnitt"@de .
+ "Specimen cross section"@en .
+ "SpecimenCrossSection"@en .
"\"verbleibende Breite des Schnittteils\" [DIN EN ISO 12004-2: 2021_07, 11]"@de .
.
.
@@ -8004,6 +8012,16 @@
"hasSpecificPlasticWork"@en .
.
"hasSpecificPlasticWork"@en .
+ .
+ .
+ "has SpecimenCrossSection" .
+ .
+ .
+ .
+ .
+ "hasSpecimenCrossSection"@en .
+ .
+ "hasSpecimenCrossSection"@en .
.
.
"has SpecimenWidth" .
@@ -8945,7 +8963,7 @@
"steps"@en .
"Vocabulary of project StahlDigital"@en .
"Clemens Fehrenbach, Alexander Butz, Alexander Wessel, Andreas Trondl, Silke Klitschke, Paul Zierep, Lukas Morand, Dirk Helm" .
- "2024-06-12T04:44:06+00:00" .
+ "2024-06-12T07:44:06+00:00" .
.
"StahlDigital Vocabulary"@en .
"0.1 (preliminary)"@en .
diff --git a/docs/index.rdf b/docs/index.rdf
index ffa1c02d..23671d67 100644
--- a/docs/index.rdf
+++ b/docs/index.rdf
@@ -4912,6 +4912,30 @@ or
output
+
+
+
+
+
+
+
+ SpecimenCrossSection
+
+
+
+
+
+ Cross section of a specimen, used for example in tensile tests
+
+
+ Specimen cross section
+
+
+ Probenquerschnitt
+
+
+ SpecimenCrossSection
+
@@ -9603,6 +9627,21 @@ or
hasTrueStrain
+
+
+
+
+
+
+
+ hasSpecimenCrossSection
+
+
+
+
+
+ hasSpecimenCrossSection
+
@@ -22623,6 +22662,21 @@ N.GT.0: The Nth additional history variable is the driving quantity for damage.<
+
+
+
+
+
+
+
+ has SpecimenCrossSection
+
+
+
+
+
+
+
@@ -26074,7 +26128,7 @@ tudinal strip taken from a tube or width of flat wire" [DIN EN ISO 6892-1, Table
Clemens Fehrenbach, Alexander Butz, Alexander Wessel, Andreas Trondl, Silke Klitschke, Paul Zierep, Lukas Morand, Dirk Helm
- 2024-06-12T04:44:06+00:00
+ 2024-06-12T07:44:06+00:00
0.1 (preliminary)
diff --git a/docs/index.ttl b/docs/index.ttl
index 13e9bafb..34779aea 100644
--- a/docs/index.ttl
+++ b/docs/index.ttl
@@ -1591,6 +1591,14 @@ PREFIX xsd:
rdfs:label "output"@en;
skos:preflabel "output"@en .
+:SpecimenCrossSection
+ rdf:type skos:Concept , owl:Class;
+ rdfs:label "SpecimenCrossSection"@en;
+ rdfs:subClassOf pmdco:ValueObject;
+ dcterms:description "Cross section of a specimen, used for example in tensile tests"@en;
+ skos:altlabel "Specimen cross section"@en , "Probenquerschnitt"@de;
+ skos:preflabel "SpecimenCrossSection"@en .
+
:SlipSystemNumber
rdf:type skos:Concept , owl:Class;
rdfs:label "SlipSystemNumber"@en;
@@ -3065,6 +3073,12 @@ PREFIX xsd:
rdfs:range :TrueStrain;
skos:preflabel "hasTrueStrain"@en .
+:hasSpecimenCrossSection_Object
+ rdf:type owl:ObjectProperty , rdf:Property;
+ rdfs:label "hasSpecimenCrossSection"@en;
+ rdfs:range :SpecimenCrossSection;
+ skos:preflabel "hasSpecimenCrossSection"@en .
+
:hasMinimumCrosssectionAfterFracture_Object
rdf:type owl:ObjectProperty , rdf:Property;
rdfs:label "hasMinimumCrosssectionAfterFracture"@en;
@@ -7062,6 +7076,11 @@ PREFIX xsd:
rdfs:label "has MaterialCard";
rdfs:seeAlso :MaterialCard , :hasMaterialCard_Object .
+:hasSpecimenCrossSection
+ rdf:type rdf:Property , owl:DatatypeProperty;
+ rdfs:label "has SpecimenCrossSection";
+ rdfs:seeAlso :SpecimenCrossSection , :hasSpecimenCrossSection_Object .
+
:Software
rdf:type owl:Class , skos:Concept;
rdfs:label "Software"@en , "Software"@de , "software"@en;
@@ -8157,7 +8176,7 @@ PREFIX xsd:
rdfs:label "StahlDigital Vocabulary"@en;
dc:description "Vocabulary of project StahlDigital"@en;
dcterms:contributor "Clemens Fehrenbach, Alexander Butz, Alexander Wessel, Andreas Trondl, Silke Klitschke, Paul Zierep, Lukas Morand, Dirk Helm";
- dcterms:date "2024-06-12T04:44:06+00:00";
+ dcterms:date "2024-06-12T07:44:06+00:00";
owl:versionInfo "0.1 (preliminary)"@en;
skos:prefLabel "StahlDigital Vocabulary"@en .
diff --git a/docs/validation-report-long.txt b/docs/validation-report-long.txt
index b19d2fa6..916e8460 100644
--- a/docs/validation-report-long.txt
+++ b/docs/validation-report-long.txt
@@ -1,3384 +1,3778 @@
Validation Report
Conforms: False
-Results (1439):
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+Results (1443):
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLengthAfterFracture2_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture2_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeasuringAid
+ Value Node: Literal("has MeasuringAid")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrystalPlasticityParameterFile_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityParameterFile_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEulerAngle2
+ Value Node: Literal("has EulerAngle2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureCriteriaTypeAdd_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPermissibleUncertainty_UNITLESS
+ Value Node: Literal("has PermissibleUncertainty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeanEngineeringStrainRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeanEngineeringStrainRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProofStrengthTotalExtension_MegaPA
+ Value Node: Literal("has ProofStrengthTotalExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificPlasticWorkValue
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWorkValue->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExtensometerGaugeLength_MilliM
+ Value Node: Literal("has ExtensometerGaugeLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDieTool
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDieTool->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestingMachineUncertainty_UNITLESS
+ Value Node: Literal("has TestingMachineUncertainty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWork_KiloJ
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasWork_KiloJ->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCameraSystem
+ Value Node: Literal("has CameraSystem")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossheadDisplacement_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossheadDisplacement_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasShearLength_MilliM
+ Value Node: Literal("has ShearLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForce_N
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasForce_N->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRemark
+ Value Node: Literal("has Remark")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEstimatedStrainRateOverTheParallelLength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNominalEngineeringStrainRate_PER-SEC
+ Value Node: Literal("has NominalEngineeringStrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageTreatment_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageTreatment_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasShearLengthAfterFracture1_MilliM
+ Value Node: Literal("has ShearLengthAfterFracture1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDualPhaseSteel
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDualPhaseSteel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningLaw
+ Value Node: Literal("has HardeningLaw")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleType_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleType_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasYieldStress_MegaPA
+ Value Node: Literal("has YieldStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPermanentSetStrength_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPermanentSetStrength_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasYieldStrength_MegaPA
+ Value Node: Literal("has YieldStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTransitionRadius_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTransitionRadius_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTimeDependentEngineeringStrainRate_PER-SEC
+ Value Node: Literal("has TimeDependentEngineeringStrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCharacteristicEngineeringStrainRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasModulusOfElasticity_GigaPA
+ Value Node: Literal("has ModulusOfElasticity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNominalEngineeringStrainRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasNominalEngineeringStrainRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBiaxialStress_MegaPA
+ Value Node: Literal("has BiaxialStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearStrength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearStrength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasElasticityModel
+ Value Node: Literal("has ElasticityModel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBatchNumber_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBatchNumber_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasUser
+ Value Node: Literal("has User")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDrawingSpeed_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDrawingSpeed_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEffecticStrain_UNITLESS
+ Value Node: Literal("has EffecticStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEffectiveStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEffectiveStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasThicknessAfterFracture1_MilliM
+ Value Node: Literal("has ThicknessAfterFracture1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInnerDiameterDie_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterDie_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSerialNumber
+ Value Node: Literal("has SerialNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossheadDisplacement_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossheadDisplacement_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDefaultValue
+ Value Node: Literal("has DefaultValue")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadiusCurvature_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadiusCurvature_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasComposition
+ Value Node: Literal("has Composition")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalWidth_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalWidth_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaximumForceDiscontinousYielding_N
+ Value Node: Literal("has MaximumForceDiscontinousYielding")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceGeometry_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceGeometry_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasModulusOfElasticity_MegaPA
+ Value Node: Literal("has ModulusOfElasticity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchDiameter_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchDiameter_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasYoungsModulus_MegaPA
+ Value Node: Literal("has YoungsModulus")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldingIdentifier_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldingIdentifier_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasClampingForce_N
+ Value Node: Literal("has ClampingForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePermanentExtension_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDamageThreshold_UNITLESS
+ Value Node: Literal("has DamageThreshold")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElongation_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasElongation_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasGridSize_MilliM
+ Value Node: Literal("has GridSize")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEffectiveStress_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEffectiveStress_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardnessCRMStandardDeviation_HBW
+ Value Node: Literal("has BrinellHardnessCRMStandardDeviation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalAverageDiameter_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalAverageDiameter_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentagePermanentElongation_PERCENT
+ Value Node: Literal("has PercentagePermanentElongation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBiaxialStress_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBiaxialStress_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageTotalExtensionAtFracture_PERCENT
+ Value Node: Literal("has PercentageTotalExtensionAtFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCameraSystem_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCameraSystem_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEulerAngle3
+ Value Node: Literal("has EulerAngle3")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalCrossSection_MilliM2
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalCrossSection_MilliM2->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPlasticityModel
+ Value Node: Literal("has PlasticityModel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossHardeningParameter_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossHardeningParameter_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageReductionOfArea_PERCENT
+ Value Node: Literal("has PercentageReductionOfArea")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDescriptionCitationSource
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDescriptionCitationSource->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMAT_ADD_DAMAGE_GISSMO
+ Value Node: Literal("has MAT_ADD_DAMAGE_GISSMO")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFLCDetermination
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFLCDetermination->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPostProcessingSoftware
+ Value Node: Literal("has PostProcessingSoftware")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForce_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasForce_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleProduction
+ Value Node: Literal("has SampleProduction")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFinalGaugeLengthAfterFracture_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTruePlasticThicknessStrain
+ Value Node: Literal("has TruePlasticThicknessStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDieTool_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDieTool_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInitialSheetThickness_MilliM
+ Value Node: Literal("has InitialSheetThickness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSlipSystemNumber
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSlipSystemNumber->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBatchNumber
+ Value Node: Literal("has BatchNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBiaxialStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBiaxialStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasAnisotropicYieldFunctionParameters
+ Value Node: Literal("has AnisotropicYieldFunctionParameters")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleIdentifier-2_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier-2_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProofStrength_0.2Percentage_MegaPA
+ Value Node: Literal("has ProofStrength_0.2Percentage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialCard_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialCard_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeasuringDevice
+ Value Node: Literal("has MeasuringDevice")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceIdentifier
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceIdentifier->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFadingExponent_UNITLESS
+ Value Node: Literal("has FadingExponent")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateScaleParameterP_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterP_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLowerYieldStrength_MegaPA
+ Value Node: Literal("has LowerYieldStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingMachineUncertainty_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingMachineUncertainty_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSheetThickness
+ Value Node: Literal("has SheetThickness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle1_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle1_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRadius_MilliM
+ Value Node: Literal("has Radius")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLocation_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLocation_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaximumSpeed
+ Value Node: Literal("has MaximumSpeed")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensionAtFracture_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensionAtFracture_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestingRate
+ Value Node: Literal("has TestingRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueFractureStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRepetition_MilliM
+ Value Node: Literal("has Repetition")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrystalPlasticityConstitutiveModel
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningParameterTau0_MegaPA
+ Value Node: Literal("has HardeningParameterTau0")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFLCDetermination_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFLCDetermination_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTruePlasticStrainAtFracture_PERCENT
+ Value Node: Literal("has TruePlasticStrainAtFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEbsdFileName
+ Value Node: Literal("has EbsdFileName")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasThicknessAfterFracture2_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture2_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEngineeringStress_MegaPA
+ Value Node: Literal("has EngineeringStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTexture
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTexture->rdfs:comment
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLaboratory
+ Value Node: Literal("has Laboratory")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiscretization
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiscretization->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSymbolLatex
+ Result Path: rdfs:label
+ Message: Less than 1 values on :hasSymbolLatex->rdfs:label
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngleConvention_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngleConvention_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInnerDiameterBlankHolder_MilliM
+ Value Node: Literal("has InnerDiameterBlankHolder")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningLaw
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningLaw->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWidth_MilliM
+ Value Node: Literal("has Width")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHX340LAD
+ Value Node: Literal("has HX340LAD")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeanPlasticStrainRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeanPlasticStrainRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasShearLengthAfterFracture2_MilliM
+ Value Node: Literal("has ShearLengthAfterFracture2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMicroalloyedSteel_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMicroalloyedSteel_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTruePlasticStrain_UNITLESS
+ Value Node: Literal("has TruePlasticStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLengthAfterFracture1_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture1_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCrossheadDisplacement_MilliM
+ Value Node: Literal("has CrossheadDisplacement")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForceDiscontinousYielding_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceProducer
+ Value Node: Literal("has TestPieceProducer")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMachine_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMachine_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMinimumCrosssectionAfterFracture_MilliM2
+ Value Node: Literal("has MinimumCrosssectionAfterFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForce_KiloN
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_KiloN->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPunchVelocity_MilliM-PER-SEC
+ Value Node: Literal("has PunchVelocity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTheta0_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta0_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHCT980C
+ Value Node: Literal("has HCT980C")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialClass_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialClass_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStandardDeviationOfTheSlope_MegaPA
+ Value Node: Literal("has StandardDeviationOfTheSlope")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPiecePreparation
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPiecePreparation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageExponent_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageExponent_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEstimatedStrainRateOverTheParallelLength_PER-SEC
+ Value Node: Literal("has EstimatedStrainRateOverTheParallelLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceShearRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation
+ Value Node: Literal("has MatPiecewiseLinearPlasticityLogInterpolation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAmplitudeFile
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasAmplitudeFile->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCRMUncertainty_UNITLESS
+ Value Node: Literal("has CRMUncertainty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDisplacement_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDisplacement_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaterialClass
+ Value Node: Literal("has MaterialClass")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHomogenizationModel_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHomogenizationModel_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueWidthStrain_UNITLESS
+ Value Node: Literal("has TrueWidthStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasClamping
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasClamping->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExperimentIdentifier
+ Value Node: Literal("has ExperimentIdentifier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumSpeed
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumSpeed->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasElasticConstantC12_MegaPA
+ Value Node: Literal("has ElasticConstantC12")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPreliminaryForce_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSlipSystemNumber
+ Value Node: Literal("has SlipSystemNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDeliveryDate
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDeliveryDate->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningExponent_UNITLESS
+ Value Node: Literal("has HardeningExponent")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGaugeLength_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasGaugeLength_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBlankHolderForce_KiloN
+ Value Node: Literal("has BlankHolderForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueTotalStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueTotalStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeasuringRange
+ Value Node: Literal("has MeasuringRange")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatentHardeningQ1_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ1_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDiameterAfterFracture2_MilliM
+ Value Node: Literal("has DiameterAfterFracture2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEmpty
+ Value Node: Literal("has Empty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPressureChamber_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPressureChamber_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceIdentifier
+ Value Node: Literal("has TestPieceIdentifier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceProducer_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceProducer_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalDiameter_MilliM
+ Value Node: Literal("has OriginalDiameter")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalDiameter_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalDiameter_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasReferenceShearRate_PER-SEC
+ Value Node: Literal("has ReferenceShearRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatentHardeningQ1_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ1_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasAmplitudeFile
+ Value Node: Literal("has AmplitudeFile")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNotchTensileStrength_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasNotchTensileStrength_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTransitionRadius_MilliM
+ Value Node: Literal("has TransitionRadius")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTime_SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTime_SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageElongation_MilliM
+ Value Node: Literal("has PercentageElongation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceShearRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaximumForce_KiloN
+ Value Node: Literal("has MaximumForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStressAtFracture_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStressAtFracture_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDieTool
+ Value Node: Literal("has DieTool")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalDiameter_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalDiameter_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTaylorQuinneyCoefficient_UNITLESS
+ Value Node: Literal("has TaylorQuinneyCoefficient")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterAverage_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterAverage_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestingFacility
+ Value Node: Literal("has TestingFacility")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLengthAfterFracture1_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture1_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRollingDirection_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRollingDirection_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePermanentExtension_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSlopeElasticPartStressStrainCurve_MegaPA
+ Value Node: Literal("has SlopeElasticPartStressStrainCurve")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterVertical_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterVertical_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStrainRateFormulationFlag
+ Value Node: Literal("has StrainRateFormulationFlag")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringAid_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringAid_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageElongation_PERCENT
+ Value Node: Literal("has PercentageElongation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceAtFracture_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceAtFracture_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFormingLimitDiagram
+ Value Node: Literal("has FormingLimitDiagram")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
Focus Node: :hasInnerDiameterDie_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterDie_MilliM->rdfs:comment
+ Value Node: Literal("has InnerDiameterDie")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :codeVersion
- Result Path: rdfs:comment
- Message: Less than 1 values on :codeVersion->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSymbol
+ Result Path: rdfs:label
+ Message: Less than 1 values on :hasSymbol->rdfs:label
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPlasticEngineeringStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPlasticEngineeringStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPunchDisplacement_MilliM
+ Value Node: Literal("has PunchDisplacement")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUpperYieldStrength_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasUpperYieldStrength_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSpecimenCrossSection
+ Value Node: Literal("has SpecimenCrossSection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDisplacementTransducer
+ Value Node: Literal("has DisplacementTransducer")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComplexPhaseSteel
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasComplexPhaseSteel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningParameterTau1_MegaPA
+ Value Node: Literal("has HardeningParameterTau1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFormingLimitCurve_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFormingLimitCurve_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeanEngineeringStrainRate_PER-SEC
+ Value Node: Literal("has MeanEngineeringStrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYoungsModulus_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasYoungsModulus_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestStandard
+ Value Node: Literal("has TestStandard")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDrawingSpeed_MilliM-PER-MIN
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDrawingSpeed_MilliM-PER-MIN->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDiscretization
+ Value Node: Literal("has Discretization")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFEMSolver_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFEMSolver_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueStressAtFracture_MegaPA
+ Value Node: Literal("has TrueStressAtFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceProcessing
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceProcessing->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasResultsFile
+ Value Node: Literal("has ResultsFile")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInnerDiameterBlankHolder_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterBlankHolder_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasIdentifier
+ Value Node: Literal("has Identifier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAbsoluteCrossheadTravel_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasAbsoluteCrossheadTravel_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTotalEngineeringStrain_PERCENT
+ Value Node: Literal("has TotalEngineeringStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadiusDie_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadiusDie_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProofStrengthPlasticExtension_MegaPA
+ Value Node: Literal("has ProofStrengthPlasticExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePermanentElongation_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentElongation_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestTemperature_DEG_C
+ Value Node: Literal("has TestTemperature")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTypicalUnit
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTypicalUnit->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPreliminaryForce_MegaPA
+ Value Node: Literal("has PreliminaryForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProjectNumber_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasProjectNumber_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasAnisotropicYieldFunction
+ Value Node: Literal("has AnisotropicYieldFunction")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureStrainIdentifier4MeshDependency_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4MeshDependency_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasForce_N
+ Value Node: Literal("has Force")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForceDiscontinousYielding_N
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_N->rdfs:comment
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasIndenterIdentifier
+ Value Node: Literal("has IndenterIdentifier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDeliveryDate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDeliveryDate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExampleData
+ Result Path: rdfs:label
+ Message: Less than 1 values on :hasExampleData->rdfs:label
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensionAtFracture_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensionAtFracture_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTensileTestingMachine
+ Value Node: Literal("has TensileTestingMachine")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialIdentifier_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialIdentifier_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPreliminaryForce_KiloN
+ Value Node: Literal("has PreliminaryForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecimenWidth_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecimenWidth_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningParameterTheta1_MegaPA
+ Value Node: Literal("has HardeningParameterTheta1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinimumCrossSectionAfterFracture_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaterialCard
+ Value Node: Literal("has MaterialCard")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEstimatedStrainRateOverTheParallelLength_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFailureTreatment_UNITLESS
+ Value Node: Literal("has FailureTreatment")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRelativeStandardDeviationOfTheSlope_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueTotalStrain_UNITLESS
+ Value Node: Literal("has TrueTotalStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInventoryNumber
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInventoryNumber->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStrainRate_PER-SEC
+ Value Node: Literal("has StrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialSheetThickness_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialSheetThickness_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInitialDisplacementRate_MilliM-PER-SEC
+ Value Node: Literal("has InitialDisplacementRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFinalGaugeLengthAfterFracture_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasForce_KiloN
+ Value Node: Literal("has Force")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRollingDirection
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRollingDirection->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTangentYieldModulus_MegaPA
+ Value Node: Literal("has TangentYieldModulus")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardness_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardness_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaximumForce_N
+ Value Node: Literal("has MaximumForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTargetClampingForce_KiloN
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTargetClampingForce_KiloN->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDeliveryDate
+ Value Node: Literal("has DeliveryDate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCalibrationStatus
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCalibrationStatus->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLocation
+ Value Node: Literal("has Location")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueFractureStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMatPiecewiseLinearPlasticity
+ Value Node: Literal("has MatPiecewiseLinearPlasticity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMAT_ADD_DAMAGE_GISSMO_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExtensionMeasuringSystem
+ Value Node: Literal("has ExtensionMeasuringSystem")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNominalEngineeringStrainRate_PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasNominalEngineeringStrainRate_PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleInfos
+ Value Node: Literal("has SampleInfos")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndenterIdentifier_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndenterIdentifier_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleIdentifier
+ Value Node: Literal("has SampleIdentifier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComposition_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasComposition_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSoftware
+ Value Node: Literal("has Software")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOperator_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOperator_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMinorTrueStrain
+ Value Node: Literal("has MinorTrueStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasModulusOfElasticity_GigaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_GigaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDamageExponent_UNITLESS
+ Value Node: Literal("has DamageExponent")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameter_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameter_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEngineeringStrain_PERCENT
+ Value Node: Literal("has EngineeringStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBoundaryFile_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBoundaryFile_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDX56D
+ Value Node: Literal("has DX56D")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceElementSize_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceElementSize_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterAverage_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterAverage_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPlasticEngineeringStrain_PERCENT
+ Value Node: Literal("has PlasticEngineeringStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberOfVirtualExperiments_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberOfVirtualExperiments_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPiece
+ Value Node: Literal("has TestPiece")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateFormulationFlag
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateFormulationFlag->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasReferenceTemperature_K
+ Value Node: Literal("has ReferenceTemperature")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessCRMStandardDeviation_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardnessUncertainty_HBW
+ Value Node: Literal("has BrinellHardnessUncertainty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinorTrueStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinorTrueStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasComplexPhaseSteel
+ Value Node: Literal("has ComplexPhaseSteel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensometerGaugeLength_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensometerGaugeLength_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTester
+ Value Node: Literal("has Tester")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPiece_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPiece_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPoissonRatio_UNITLESS
+ Value Node: Literal("has PoissonRatio")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiscretization_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiscretization_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalCrosssection_MilliM2
+ Value Node: Literal("has OriginalCrosssection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComputerControlledTensileTestingMachine_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasComputerControlledTensileTestingMachine_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRelativeStandardDeviationOfTheSlope_PERCENT
+ Value Node: Literal("has RelativeStandardDeviationOfTheSlope")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchDiameter_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchDiameter_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWidthAfterFracture1_MilliM
+ Value Node: Literal("has WidthAfterFracture1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMinTimeStep4ElementDel_SEC
+ Value Node: Literal("has MinTimeStep4ElementDel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrid_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrid_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStrainRateScaleParameterC_UNITLESS
+ Value Node: Literal("has StrainRateScaleParameterC")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialClass
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialClass->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleIdentifier-2
+ Value Node: Literal("has SampleIdentifier-2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalCrossSection_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalCrossSection_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProofStrength_1Percentage_MegaPA
+ Value Node: Literal("has ProofStrength_1Percentage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInv_ShearRateSensitivity_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInv_ShearRateSensitivity_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation
+ Value Node: Literal("has MatTabulatedJohnsonCookLogInterpolation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDisplacementTransducer_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDisplacementTransducer_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTimeStamp
+ Value Node: Literal("has TimeStamp")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrengthTotalExtension_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrengthTotalExtension_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNumberSlipSystems_UNITLESS
+ Value Node: Literal("has NumberSlipSystems")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasUpperYieldStrength_MegaPA
+ Value Node: Literal("has UpperYieldStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueFractureStress_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStress_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRollingDirection
+ Value Node: Literal("has RollingDirection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidth_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidth_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSpecificPlasticWorkValue
+ Value Node: Literal("has SpecificPlasticWorkValue")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLubricationSystem
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLubricationSystem->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasIndentationDiameterAverage_MilliM
+ Value Node: Literal("has IndentationDiameterAverage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceMeasuringSystem
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringSystem->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalGaugeLength_MilliM
+ Value Node: Literal("has OriginalGaugeLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHCT980C_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHCT980C_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS
+ Value Node: Literal("has FailureCriteriaTypeAdd4StrainAverage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSupplier_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSupplier_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardnessAverage_HBW
+ Value Node: Literal("has BrinellHardnessAverage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialCard
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialCard->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFEMSolver
+ Value Node: Literal("has FEMSolver")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDX56D_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDX56D_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInitialThickness_MilliM
+ Value Node: Literal("has InitialThickness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStandardDeviationOfTheSlope_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStandardDeviationOfTheSlope_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardnessCRMAverage_HBW
+ Value Node: Literal("has BrinellHardnessCRMAverage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasParallelLength_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasParallelLength_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceThickness
+ Value Node: Literal("has TestPieceThickness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTensileTestingMachine_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTensileTestingMachine_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceGeometry
+ Value Node: Literal("has TestPieceGeometry")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPiecePreparation_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPiecePreparation_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMinimumCrossSectionAfterFracture_MilliM2
+ Value Node: Literal("has MinimumCrossSectionAfterFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialSheetThickness_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialSheetThickness_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueFractureStress_MegaPA
+ Value Node: Literal("has TrueFractureStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMachine
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMachine->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceLength_MilliM
+ Value Node: Literal("has TestPieceLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageReductionOfArea_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageReductionOfArea_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaterial
+ Value Node: Literal("has Material")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOutput
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasOutput->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasElasticConstantC44_MegaPA
+ Value Node: Literal("has ElasticConstantC44")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumSpeed_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumSpeed_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasYieldForce_0.2Percentage_KiloN
+ Value Node: Literal("has YieldForce_0.2Percentage")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceLength_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceLength_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMachine
+ Value Node: Literal("has Machine")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthAfterFracture2_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture2_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasGrainNumber
+ Value Node: Literal("has GrainNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasResultsFile
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasResultsFile->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleCode
+ Value Node: Literal("has SampleCode")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDataSamplingFrequency
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDataSamplingFrequency->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHCT980X
+ Value Node: Literal("has HCT980X")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFormingLimitDiagram_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFormingLimitDiagram_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS
+ Value Node: Literal("has FailureCriteriaTypeAdd4ElementDeletion")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasReferenceElementSize_MilliM
+ Value Node: Literal("has ReferenceElementSize")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringRange
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringRange->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSteel
+ Value Node: Literal("has Steel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle1
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle1->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasGrid
+ Value Node: Literal("has Grid")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageReductionOfArea_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageReductionOfArea_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCrystalPlasticityConstitutiveModel
+ Value Node: Literal("has CrystalPlasticityConstitutiveModel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFEMSolver
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFEMSolver->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNumberOfVirtualExperiments
+ Value Node: Literal("has NumberOfVirtualExperiments")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMicrostructureModel
+ Value Node: Literal("has MicrostructureModel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLaboratory_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLaboratory_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCalibrationStatus
+ Value Node: Literal("has CalibrationStatus")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterial_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterial_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasThicknessAfterFracture2_MilliM
+ Value Node: Literal("has ThicknessAfterFracture2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEffecticStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEffecticStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMildSteel
+ Value Node: Literal("has MildSteel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCRMUncertainty_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCRMUncertainty_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSpecificHeatCapacity_J-Per-Gm-K
+ Value Node: Literal("has SpecificHeatCapacity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPlasticityModel_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPlasticityModel_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPiecePreparation
+ Value Node: Literal("has TestPiecePreparation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasParallelLength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasParallelLength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDiameter_MilliM
+ Value Node: Literal("has Diameter")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageTotalExtensionAtMaximumForce_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasForceMeasuringDevice
+ Value Node: Literal("has ForceMeasuringDevice")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEngineeringStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEngineeringStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStress_MegaPA
+ Value Node: Literal("has Stress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingRate
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingRate->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDiameterAfterFracture1_MilliM
+ Value Node: Literal("has DiameterAfterFracture1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialThickness_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialThickness_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTime_SEC
+ Value Node: Literal("has Time")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticityModel
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticityModel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPistonSpeed_MilliM-PER-SEC
+ Value Node: Literal("has PistonSpeed")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDefaultValue
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDefaultValue->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceProcessing
+ Value Node: Literal("has TestPieceProcessing")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessCRMStandardDeviation_HBW
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_HBW->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSampleType
+ Value Node: Literal("has SampleType")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStandard
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStandard->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningCurve
+ Value Node: Literal("has HardeningCurve")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTemperatur_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTemperatur_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInventoryNumber
+ Value Node: Literal("has InventoryNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFrameRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasFrameRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProjectName
+ Value Node: Literal("has ProjectName")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTangentYieldModulus_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTangentYieldModulus_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalThickness_MilliM
+ Value Node: Literal("has OriginalThickness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalLength_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalLength_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRadiusCurvature_MilliM
+ Value Node: Literal("has RadiusCurvature")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceProcessing_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceProcessing_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWork_KiloJ
+ Value Node: Literal("has Work")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatPiecewiseLinearPlasticity_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBoundaryFile
+ Value Node: Literal("has BoundaryFile")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUpperYieldStrength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasUpperYieldStrength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestingDirection
+ Value Node: Literal("has TestingDirection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialCriticalStrength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialCriticalStrength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasGrade
+ Value Node: Literal("has Grade")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeanEngineeringStrainRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeanEngineeringStrainRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDualPhaseSteel
+ Value Node: Literal("has DualPhaseSteel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRemark_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRemark_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardnessStandardDeviation_HBW
+ Value Node: Literal("has BrinellHardnessStandardDeviation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningExponent_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningExponent_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInv_ShearRateSensitivity_UNITLESS
+ Value Node: Literal("has Inv_ShearRateSensitivity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticStrain_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrain_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMassDensity_GM-PER-CentiM3
+ Value Node: Literal("has MassDensity")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPostProcessingSoftware_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPostProcessingSoftware_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTotalAverageDiameter_MilliM
+ Value Node: Literal("has TotalAverageDiameter")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalEngineeringStrain_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalEngineeringStrain_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEffectiveStress_MegaPA
+ Value Node: Literal("has EffectiveStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSlopeElasticPartStressStrainCurve_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestTemperatur
+ Value Node: Literal("has TestTemperatur")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinorTrueStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinorTrueStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFinalGaugeLengthAfterFracture_MilliM
+ Value Node: Literal("has FinalGaugeLengthAfterFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEvaluationMethod
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEvaluationMethod->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNumberGrains
+ Value Node: Literal("has NumberGrains")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceTemperature_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceTemperature_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasElongation_MilliM
+ Value Node: Literal("has Elongation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthChange_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthChange_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageYieldPointExtension_PERCENT
+ Value Node: Literal("has PercentageYieldPointExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :sequence
- Result Path: rdfs:comment
- Message: Less than 1 values on :sequence->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTotalLength_MilliM
+ Value Node: Literal("has TotalLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :environment
- Result Path: rdfs:comment
- Message: Less than 1 values on :environment->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPunchDiameter_MilliM
+ Value Node: Literal("has PunchDiameter")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasClampingForce_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasClampingForce_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFormingLimitCurve
+ Value Node: Literal("has FormingLimitCurve")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleInfos
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleInfos->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageElongationAfterFracture_PERCENT
+ Value Node: Literal("has PercentageElongationAfterFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTau1_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau1_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasIndentationDiameterVertical_MilliM
+ Value Node: Literal("has IndentationDiameterVertical")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHX340LAD_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHX340LAD_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasClamping
+ Value Node: Literal("has Clamping")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSupplier
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSupplier->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageExtension_UNITLESS
+ Value Node: Literal("has PercentageExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDynamometerArea_MilliM2
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDynamometerArea_MilliM2->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDrawingSpeed_MilliM-PER-MIN
+ Value Node: Literal("has DrawingSpeed")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceElementSize_MilliM
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceElementSize_MilliM->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTargetClampingForce_KiloN
+ Value Node: Literal("has TargetClampingForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTensileStrength_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTensileStrength_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasForceAtFracture
+ Value Node: Literal("has ForceAtFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :metadata
- Result Path: rdfs:comment
- Message: Less than 1 values on :metadata->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFLCDetermination
+ Value Node: Literal("has FLCDetermination")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFrameRate_PER-SEC
+ Value Node: Literal("has FrameRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSheetThickness_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasSheetThickness_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasParallelLength_MilliM
+ Value Node: Literal("has ParallelLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComputerControlledTensileTestingMachine
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasComputerControlledTensileTestingMachine->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEmpty
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEmpty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasBrinellHardness_HBW
+ Value Node: Literal("has BrinellHardness")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTypicalUnitLabel
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTypicalUnitLabel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLatticeStructure
+ Value Node: Literal("has LatticeStructure")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueThicknessStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueThicknessStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOperator
+ Value Node: Literal("has Operator")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDX56D
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDX56D->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCrossheadSeparationRate_MilliM-PER-SEC
+ Value Node: Literal("has CrossheadSeparationRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDisplacement_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDisplacement_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeasurementResolutionUncertainty_HBW
+ Value Node: Literal("has MeasurementResolutionUncertainty")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPlasticEngineeringStrain_PERCENT
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPlasticEngineeringStrain_PERCENT->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalWidth_MilliM
+ Value Node: Literal("has OriginalWidth")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageThreshold_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageThreshold_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSpecimenWidth_MilliM
+ Value Node: Literal("has SpecimenWidth")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :usesCode
- Result Path: rdfs:comment
- Message: Less than 1 values on :usesCode->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNotchTensileStrength_MegaPA
+ Value Node: Literal("has NotchTensileStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceComposition_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceComposition_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasNumberFailedIntegrationPoints_UNITLESS
+ Value Node: Literal("has NumberFailedIntegrationPoints")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRValue_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasRValue_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLatentHardeningQ1_UNITLESS
+ Value Node: Literal("has LatentHardeningQ1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageTreatment_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageTreatment_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasShearStrength_MegaPA
+ Value Node: Literal("has ShearStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMajorTrueStrain_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMajorTrueStrain_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMaximumForceNoDiscontinousYielding_N
+ Value Node: Literal("has MaximumForceNoDiscontinousYielding")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrength_0.2Percentage_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrength_0.2Percentage_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasAbsoluteCrossheadTravel_MilliM
+ Value Node: Literal("has AbsoluteCrossheadTravel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle2
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle2->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasFracture
+ Value Node: Literal("has Fracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasThicknessAfterFracture2_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture2_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTensileStrength_MegaPA
+ Value Node: Literal("has TensileStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessAverage_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessAverage_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasReferenceShearRate_UNITLESS
+ Value Node: Literal("has ReferenceShearRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEngineeringStress_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEngineeringStress_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_PERCENT
+ Value Node: Literal("has PercentagePlasticExtensionAtMaximumForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTimeStamp_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTimeStamp_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDataSamplingFrequency
+ Value Node: Literal("has DataSamplingFrequency")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasurementResolutionUncertainty_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasurementResolutionUncertainty_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWidthChange_MilliM
+ Value Node: Literal("has WidthChange")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStress_MegaPA
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStress_MegaPA->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueStrain_UNITLESS
+ Value Node: Literal("has TrueStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatticeStructure
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatticeStructure->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueFractureStrain
+ Value Node: Literal("has TrueFractureStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringDevice
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringDevice->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCrystalPlasticityParameterFile
+ Value Node: Literal("has CrystalPlasticityParameterFile")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForce_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMajorTrueStrain
+ Value Node: Literal("has MajorTrueStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticThicknessStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticThicknessStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRValue_UNITLESS
+ Value Node: Literal("has RValue")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTimeDependentEngineeringStrainRate_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRateSensitivityOfSlip_UNITLESS
+ Value Node: Literal("has RateSensitivityOfSlip")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageElongationAfterFracture_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageElongationAfterFracture_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCharacteristicEngineeringStrainRate_PER-SEC
+ Value Node: Literal("has CharacteristicEngineeringStrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIdentifier_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasIdentifier_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasOriginalCrossSection_MilliM2
+ Value Node: Literal("has OriginalCrossSection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingFacility
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingFacility->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCoefficientOfCorrelation_UNITLESS
+ Value Node: Literal("has CoefficientOfCorrelation")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateScaleParameterP_UNITLESS
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterP_UNITLESS->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMeanPlasticStrainRate_PER-SEC
+ Value Node: Literal("has MeanPlasticStrainRate")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEvaluationMethod_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEvaluationMethod_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestTime_SEC
+ Value Node: Literal("has TestTime")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :parameters
- Result Path: rdfs:comment
- Message: Less than 1 values on :parameters->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExtensionAtFracture_MilliM
+ Value Node: Literal("has ExtensionAtFracture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTangentYieldModulus_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTangentYieldModulus_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDisplacement_MilliM
+ Value Node: Literal("has Displacement")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossheadSeparationRate_MilliM-PER-SEC
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossheadSeparationRate_MilliM-PER-SEC->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentagePermanentExtension_UNITLESS
+ Value Node: Literal("has PercentagePermanentExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialHardening_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialHardening_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLubricationSystem
+ Value Node: Literal("has LubricationSystem")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasJob
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasJob->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPermanentSetStrength_MegaPA
+ Value Node: Literal("has PermanentSetStrength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMicrostructureModel_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasMicrostructureModel_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSupplier
+ Value Node: Literal("has Supplier")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasResultsFile_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasResultsFile_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentageTotalExtensionAtMaximumForce_PERCENT
+ Value Node: Literal("has PercentageTotalExtensionAtMaximumForce")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEmpty_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasEmpty_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMicroalloyedSteel
+ Value Node: Literal("has MicroalloyedSteel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :executedBy
- Result Path: rdfs:comment
- Message: Less than 1 values on :executedBy->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHomogenizationModel
+ Value Node: Literal("has HomogenizationModel")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ressourceUri
- Result Path: rdfs:comment
- Message: Less than 1 values on :ressourceUri->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEvaluationMethod
+ Value Node: Literal("has EvaluationMethod")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateScaleParameterC_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterC_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasRadiusDie_MilliM
+ Value Node: Literal("has RadiusDie")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrystalPlasticityParameterFile
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityParameterFile->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasElasticConstantC11_MegaPA
+ Value Node: Literal("has ElasticConstantC11")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHCT980X_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasHCT980X_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPressureChamber_MegaPA
+ Value Node: Literal("has PressureChamber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGridSize_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasGridSize_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWidthStrain_UNITLESS
+ Value Node: Literal("has WidthStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestStandard_Object
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestStandard_Object->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCalibrationComponents
+ Value Node: Literal("has CalibrationComponents")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceAtFracture
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceAtFracture->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStrain_PERCENT
+ Value Node: Literal("has Strain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensionMeasuringSystem
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensionMeasuringSystem->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEulerAngleConvention
+ Value Node: Literal("has EulerAngleConvention")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComposition
- Result Path: rdfs:comment
- Message: Less than 1 values on :hasComposition->rdfs:comment
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasCrossHardeningParameter_UNITLESS
+ Value Node: Literal("has CrossHardeningParameter")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDamageTreatment_UNITLESS
+ Value Node: Literal("has DamageTreatment")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueStress_MegaPA
+ Value Node: Literal("has TrueStress")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTexture
+ Value Node: Literal("has Texture")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasExtension_MilliM
+ Value Node: Literal("has Extension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasComputerControlledTensileTestingMachine
+ Value Node: Literal("has ComputerControlledTensileTestingMachine")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPercentagePermanentExtension_PERCENT
+ Value Node: Literal("has PercentagePermanentExtension")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasForceMeasuringSystem
+ Value Node: Literal("has ForceMeasuringSystem")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasPoissonsRatio_UNITLESS
+ Value Node: Literal("has PoissonsRatio")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTrueThicknessStrain
+ Value Node: Literal("has TrueThicknessStrain")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasMatTabulatedJohnsonCook
+ Value Node: Literal("has MatTabulatedJohnsonCook")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasGaugeLength_MilliM
+ Value Node: Literal("has GaugeLength")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasSpecificPlasticWork
+ Value Node: Literal("has SpecificPlasticWork")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestPieceComposition
+ Value Node: Literal("has TestPieceComposition")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasDynamometerArea_MilliM2
+ Value Node: Literal("has DynamometerArea")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasTestDirection
+ Value Node: Literal("has TestDirection")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasInteractionMatrix_UNITLESS
+ Value Node: Literal("has InteractionMatrix")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasWidthAfterFracture2_MilliM
+ Value Node: Literal("has WidthAfterFracture2")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasEulerAngle1
+ Value Node: Literal("has EulerAngle1")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasProjectNumber
+ Value Node: Literal("has ProjectNumber")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasHardeningParameterTheta0_MegaPA
+ Value Node: Literal("has HardeningParameterTheta0")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasStrainRateScaleParameterP_UNITLESS
+ Value Node: Literal("has StrainRateScaleParameterP")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasIndentationDiameterHorizontal_MilliM
+ Value Node: Literal("has IndentationDiameterHorizontal")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
+Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
+ Focus Node: :hasLatentHardeningQ0_UNITLESS
+ Value Node: Literal("has LatentHardeningQ0")
+ Result Path: rdfs:label
+ Message: Value is not Literal with datatype rdf:langString
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFracture
+ Focus Node: :hasMeasuringAid
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFracture->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringAid->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrain_PERCENT
+ Focus Node: :hasEulerAngle2
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMassDensity_Object
+ Focus Node: :hasPermissibleUncertainty_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMassDensity_Object->rdfs:comment
+ Message: Less than 1 values on :hasPermissibleUncertainty_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC11_MegaPA
+ Focus Node: :hasTensileStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC11_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTensileStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinimumCrossSectionAfterFracture_MilliM2
+ Focus Node: :hasProofStrengthTotalExtension_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthTotalExtension_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessCRMAverage_HBW
+ Focus Node: :hasRValue_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMAverage_HBW->rdfs:comment
+ Message: Less than 1 values on :hasRValue_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthAfterFracture1_Object
+ Focus Node: :hasBiaxialStress_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasBiaxialStress_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInnerDiameterBlankHolder_Object
+ Focus Node: :hasExtensometerGaugeLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterBlankHolder_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtensometerGaugeLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialDisplacementRate_Object
+ Focus Node: :hasHCT980C_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialDisplacementRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasHCT980C_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMildSteel_Object
+ Focus Node: :hasRepetition_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMildSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasRepetition_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasClampingForce_N
+ Focus Node: :hasEvaluationMethod_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasClampingForce_N->rdfs:comment
+ Message: Less than 1 values on :hasEvaluationMethod_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTimeStamp
+ Focus Node: :hasTestingFacility_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTimeStamp->rdfs:comment
+ Message: Less than 1 values on :hasTestingFacility_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEngineeringStress_MegaPA
+ Focus Node: :hasYieldStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEngineeringStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasYieldStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidth_Object
+ Focus Node: :hasTestingMachineUncertainty_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingMachineUncertainty_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCharacteristicEngineeringStrainRate_Object
+ Focus Node: :hasCameraSystem
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasCameraSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMAT_ADD_DAMAGE_GISSMO
+ Focus Node: :hasShearLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO->rdfs:comment
+ Message: Less than 1 values on :hasShearLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingDirection
+ Focus Node: :hasRemark
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingDirection->rdfs:comment
+ Message: Less than 1 values on :hasRemark->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCalibrationComponents_Object
+ Focus Node: :hasNominalEngineeringStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCalibrationComponents_Object->rdfs:comment
+ Message: Less than 1 values on :hasNominalEngineeringStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatTabulatedJohnsonCook
+ Focus Node: :hasShearLengthAfterFracture1_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCook->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture1_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSlipSystemNumber_Object
+ Focus Node: :hasHardeningLaw
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSlipSystemNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningLaw->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLabelSource
+ Focus Node: :hasDamageThreshold_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLabelSource->rdfs:comment
+ Message: Less than 1 values on :hasDamageThreshold_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldStress_MegaPA
+ Focus Node: :hasLatentHardeningQ1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingFacility_Object
+ Focus Node: :hasPermanentSetStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingFacility_Object->rdfs:comment
+ Message: Less than 1 values on :hasPermanentSetStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureStrainIdentifier4StrainRate_Object
+ Focus Node: :hasYieldStress_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4StrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldStress_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceMeasuringDevice_Object
+ Focus Node: :hasMatTabulatedJohnsonCook_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringDevice_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCook_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringAid
+ Focus Node: :hasYieldStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringAid->rdfs:comment
+ Message: Less than 1 values on :hasYieldStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDynamometerArea_Object
+ Focus Node: :hasTimeDependentEngineeringStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDynamometerArea_Object->rdfs:comment
+ Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceThickness_Object
+ Focus Node: :hasModulusOfElasticity_GigaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_GigaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateScaleParameterC_UNITLESS
+ Focus Node: :hasPreliminaryForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterC_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStandardDeviationOfTheSlope_Object
+ Focus Node: :hasBiaxialStress_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStandardDeviationOfTheSlope_Object->rdfs:comment
+ Message: Less than 1 values on :hasBiaxialStress_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPoissonRatio_UNITLESS
+ Focus Node: :hasElasticityModel
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPoissonRatio_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasElasticityModel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceTemperature_K
+ Focus Node: :hasUser
Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceTemperature_K->rdfs:comment
+ Message: Less than 1 values on :hasUser->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialDisplacementRate_MilliM-PER-SEC
+ Focus Node: :hasEffecticStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialDisplacementRate_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasEffecticStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCameraSystem
+ Focus Node: :hasThicknessAfterFracture1_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCameraSystem->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture1_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthAfterFracture2_Object
+ Focus Node: :hasSerialNumber
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasSerialNumber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossHardeningParameter_Object
+ Focus Node: :hasDefaultValue
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossHardeningParameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasDefaultValue->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStressAtFracture_Object
+ Focus Node: :hasComposition
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStressAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasComposition->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueWidthStrain_UNITLESS
+ Focus Node: :hasMaximumForceDiscontinousYielding_N
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueWidthStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_N->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessStandardDeviation_HBW
+ Focus Node: :hasProofStrengthTotalExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_HBW->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthTotalExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificHeatCapacity_Object
+ Focus Node: :hasPercentageElongationAfterFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificHeatCapacity_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongationAfterFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHDF
+ Focus Node: :hasTensileTestingMachine_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHDF->rdfs:comment
+ Message: Less than 1 values on :hasTensileTestingMachine_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceThickness
+ Focus Node: :hasModulusOfElasticity_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceThickness->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrossheadSeparationRate_Object
+ Focus Node: :hasTruePlasticStrainAtFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrossheadSeparationRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrainAtFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestProperty
+ Focus Node: :hasYoungsModulus_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestProperty->rdfs:comment
+ Message: Less than 1 values on :hasYoungsModulus_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGridSize_MilliM
+ Focus Node: :hasClampingForce_N
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGridSize_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasClampingForce_N->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasComplexPhaseSteel_Object
+ Focus Node: :hasDamageThreshold_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasComplexPhaseSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasDamageThreshold_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRepetition_MilliM
+ Focus Node: :hasPercentageExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRepetition_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPercentageExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasClamping_Object
+ Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasClamping_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingMachineUncertainty_Object
+ Focus Node: :hasGridSize_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingMachineUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasGridSize_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrain_Object
+ Focus Node: :hasBrinellHardnessCRMStandardDeviation_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInitialThickness_MilliM
+ Focus Node: :hasOperator_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInitialThickness_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasOperator_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMildSteel
+ Focus Node: :hasPercentagePermanentElongation_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMildSteel->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentElongation_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSerialNumber_Object
+ Focus Node: :hasBlankHolderForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSerialNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasBlankHolderForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSoftware
+ Focus Node: :hasPercentageTotalExtensionAtFracture_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSoftware->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBoundaryFile
+ Focus Node: :hasEulerAngle3
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBoundaryFile->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle3->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProjectNumber
+ Focus Node: :hasPlasticityModel
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProjectNumber->rdfs:comment
+ Message: Less than 1 values on :hasPlasticityModel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestStandard
+ Focus Node: :hasPercentageReductionOfArea_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestStandard->rdfs:comment
+ Message: Less than 1 values on :hasPercentageReductionOfArea_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceGeometry
+ Focus Node: :hasTrueFractureStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceGeometry->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSerialNumber
+ Focus Node: :hasMajorTrueStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSerialNumber->rdfs:comment
+ Message: Less than 1 values on :hasMajorTrueStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleType
+ Focus Node: :hasMAT_ADD_DAMAGE_GISSMO
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleType->rdfs:comment
+ Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchDisplacement_MilliM
+ Focus Node: :hasPostProcessingSoftware
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchDisplacement_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPostProcessingSoftware->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRateSensitivityOfSlip_Object
+ Focus Node: :hasElasticConstantC44_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRateSensitivityOfSlip_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC44_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForce_N
+ Focus Node: :hasSampleProduction
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_N->rdfs:comment
+ Message: Less than 1 values on :hasSampleProduction->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadius_Object
+ Focus Node: :hasLaboratory_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadius_Object->rdfs:comment
+ Message: Less than 1 values on :hasLaboratory_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchDisplacement_Object
+ Focus Node: :hasTruePlasticThicknessStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchDisplacement_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticThicknessStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatentHardeningQ0_Object
+ Focus Node: :hasForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ0_Object->rdfs:comment
+ Message: Less than 1 values on :hasForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFinalCriticalStrength_Object
+ Focus Node: :hasAnisotropicYieldFunction_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFinalCriticalStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunction_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTemperature_Object
+ Focus Node: :hasInitialSheetThickness_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTemperature_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialSheetThickness_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringRange_Object
+ Focus Node: :hasSoftware_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringRange_Object->rdfs:comment
+ Message: Less than 1 values on :hasSoftware_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticThicknessStrain_Object
+ Focus Node: :hasWidth_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticThicknessStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidth_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPermissibleUncertainty_UNITLESS
+ Focus Node: :hasBatchNumber
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPermissibleUncertainty_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasBatchNumber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCoefficientOfCorrelation_UNITLESS
+ Focus Node: :hasStandard
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCoefficientOfCorrelation_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasStandard->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle2_Object
+ Focus Node: :hasDynamometerArea_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle2_Object->rdfs:comment
+ Message: Less than 1 values on :hasDynamometerArea_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinimumCrosssectionAfterFracture_Object
+ Focus Node: :hasEbsdFileName_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasEbsdFileName_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleInfos_Object
+ Focus Node: :hasCalibrationComponents_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleInfos_Object->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationComponents_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthStrain_Object
+ Focus Node: :hasTransitionRadius_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasTransitionRadius_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTau0_MegaPA
+ Focus Node: :hasAnisotropicYieldFunctionParameters
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau0_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrainNumber
+ Focus Node: :hasProofStrength_0.2Percentage_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrainNumber->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_0.2Percentage_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrainNumber_Object
+ Focus Node: :hasMeasuringDevice
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrainNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringDevice->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInteractionMatrix_UNITLESS
+ Focus Node: :codeVersion
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInteractionMatrix_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :codeVersion->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRelativeStandardDeviationOfTheSlope_PERCENT
+ Focus Node: :hasFadingExponent_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasFadingExponent_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTransitionRadius_MilliM
+ Focus Node: :hasStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTransitionRadius_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSymbolLatex
+ Focus Node: :hasNumberGrains_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSymbolLatex->rdfs:comment
+ Message: Less than 1 values on :hasNumberGrains_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberFailedIntegrationPoints_UNITLESS
+ Focus Node: :hasLowerYieldStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberFailedIntegrationPoints_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasLowerYieldStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPoissonsRatio_UNITLESS
+ Focus Node: :hasSheetThickness
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPoissonsRatio_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasSheetThickness->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUser_Object
+ Focus Node: :hasCameraSystem_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasUser_Object->rdfs:comment
+ Message: Less than 1 values on :hasCameraSystem_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterialInstabilityStrain_Object
+ Focus Node: :hasRadius_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterialInstabilityStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasRadius_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinTimeStep4ElementDel_SEC
+ Focus Node: :hasMaximumSpeed
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinTimeStep4ElementDel_SEC->rdfs:comment
+ Message: Less than 1 values on :hasMaximumSpeed->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEffecticStrain_UNITLESS
+ Focus Node: :hasInventoryNumber_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEffecticStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasInventoryNumber_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterHorizontal_MilliM
+ Focus Node: :hasFLCDetermination_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterHorizontal_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasFLCDetermination_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFadingExponent_Object
+ Focus Node: :hasMeanPlasticStrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFadingExponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanPlasticStrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEbsdFileName
+ Focus Node: :hasTestingRate
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEbsdFileName->rdfs:comment
+ Message: Less than 1 values on :hasTestingRate->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueThicknessStrain_Object
+ Focus Node: :hasMaterialClass_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueThicknessStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaterialClass_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameter_Object
+ Focus Node: :hasHomogenizationModel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasHomogenizationModel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinTimeStep4ElementDel_Object
+ Focus Node: :hasRepetition_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinTimeStep4ElementDel_Object->rdfs:comment
+ Message: Less than 1 values on :hasRepetition_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestDirection
+ Focus Node: :hasHardeningParameterTau0_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestDirection->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau0_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCoefficientOfCorrelation_Object
+ Focus Node: :hasTruePlasticStrainAtFracture_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCoefficientOfCorrelation_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrainAtFracture_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElementDeletionTreatment_Object
+ Focus Node: :hasEffecticStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElementDeletionTreatment_Object->rdfs:comment
+ Message: Less than 1 values on :hasEffecticStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldStress_Object
+ Focus Node: :hasShearLengthAfterFracture1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCrystalPlasticityConstitutiveModel_Object
+ Focus Node: :hasRadiusDie_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasRadiusDie_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtension_MilliM
+ Focus Node: :hasEbsdFileName
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtension_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasEbsdFileName->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageTotalExtensionAtFracture_Object
+ Focus Node: :hasStrainRateFormulationFlag_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateFormulationFlag_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificPlasticWorkValue_Object
+ Focus Node: :hasEngineeringStress_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWorkValue_Object->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStress_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificPlasticWork_Object
+ Focus Node: :hasTestDirection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWork_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestDirection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAnisotropicYieldFunction_Object
+ Focus Node: :hasOriginalGaugeLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunction_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalGaugeLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaterial
+ Focus Node: :hasLaboratory
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaterial->rdfs:comment
+ Message: Less than 1 values on :hasLaboratory->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRepetition_Object
+ Focus Node: :hasThicknessAfterFracture1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRepetition_Object->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPermanentSetStrength_Object
+ Focus Node: :hasCrossHardeningParameter_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPermanentSetStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossHardeningParameter_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePermanentElongation_PERCENT
+ Focus Node: :hasSymbolLatex
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentElongation_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasSymbolLatex->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPiece
+ Focus Node: :hasMachine_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPiece->rdfs:comment
+ Message: Less than 1 values on :hasMachine_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPressureChamber_Object
+ Focus Node: :hasInnerDiameterBlankHolder_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPressureChamber_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterBlankHolder_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProjectName
+ Focus Node: :hasNumberSlipSystems_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProjectName->rdfs:comment
+ Message: Less than 1 values on :hasNumberSlipSystems_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTau0_Object
+ Focus Node: :hasWidth_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau0_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidth_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSteel
+ Focus Node: :hasCRMUncertainty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSteel->rdfs:comment
+ Message: Less than 1 values on :hasCRMUncertainty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateFormulationFlag_Object
+ Focus Node: :hasInitialCriticalStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateFormulationFlag_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialCriticalStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTensileTestingMachine
+ Focus Node: :hasHX340LAD
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :hasHX340LAD->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLength_Object
+ Focus Node: :hasDefaultValue_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasDefaultValue_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC11_Object
+ Focus Node: :hasShearLengthAfterFracture2_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC11_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture2_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageElongation_PERCENT
+ Focus Node: :hasTruePlasticStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureStrainIdentifier4Temperature_Object
+ Focus Node: :hasInteractionMatrix_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4Temperature_Object->rdfs:comment
+ Message: Less than 1 values on :hasInteractionMatrix_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalEngineeringStrain_Object
+ Focus Node: :hasCrossheadDisplacement_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalEngineeringStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadDisplacement_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC12_Object
+ Focus Node: :hasTestPieceProducer
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC12_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProducer->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExampleData
+ Focus Node: :hasDiameterAfterFracture2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExampleData->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameterAfterFracture1_MilliM
+ Focus Node: :hasEffectiveStress_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasEffectiveStress_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalAverageDiameter_MilliM
+ Focus Node: :hasMinimumCrosssectionAfterFracture_MilliM2
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalAverageDiameter_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_MilliM2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC44_MegaPA
+ Focus Node: :hasPunchVelocity_MilliM-PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC44_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasPunchVelocity_MilliM-PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrength_0.2Percentage_Object
+ Focus Node: :hasHCT980C
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrength_0.2Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasHCT980C->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceProducer
+ Focus Node: :hasOriginalDiameter_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceProducer->rdfs:comment
+ Message: Less than 1 values on :hasOriginalDiameter_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceLength_Object
+ Focus Node: :hasStandardDeviationOfTheSlope_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasStandardDeviationOfTheSlope_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLowerYieldStrength_Object
+ Focus Node: :hasEstimatedStrainRateOverTheParallelLength_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLowerYieldStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS
+ Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessCRMAverage_Object
+ Focus Node: :hasCRMUncertainty_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMAverage_Object->rdfs:comment
+ Message: Less than 1 values on :hasCRMUncertainty_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFadingExponent_UNITLESS
+ Focus Node: :hasMaterialClass
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFadingExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMaterialClass->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalGaugeLength_Object
+ Focus Node: :hasTrueWidthStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueWidthStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleCode
+ Focus Node: :hasPercentageTotalExtensionAtMaximumForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleCode->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngleConvention
+ Focus Node: :hasTangentYieldModulus_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngleConvention->rdfs:comment
+ Message: Less than 1 values on :hasTangentYieldModulus_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :output
+ Focus Node: :hasExperimentIdentifier
Result Path: rdfs:comment
- Message: Less than 1 values on :output->rdfs:comment
+ Message: Less than 1 values on :hasExperimentIdentifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDataSamplingFrequency_Object
+ Focus Node: :hasBatchNumber_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDataSamplingFrequency_Object->rdfs:comment
+ Message: Less than 1 values on :hasBatchNumber_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIdentifier
+ Focus Node: :hasFailureStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHomogenizationModel
+ Focus Node: :hasGrid_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHomogenizationModel->rdfs:comment
+ Message: Less than 1 values on :hasGrid_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :input
+ Focus Node: :hasElasticConstantC12_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :input->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC12_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLaboratory
+ Focus Node: :hasDualPhaseSteel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLaboratory->rdfs:comment
+ Message: Less than 1 values on :hasDualPhaseSteel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalThickness_MilliM
+ Focus Node: :hasSlipSystemNumber
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalThickness_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasSlipSystemNumber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthChange_Object
+ Focus Node: :hasHardeningExponent_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthChange_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningExponent_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberGrains_Object
+ Focus Node: :hasEngineeringStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberGrains_Object->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :related
+ Focus Node: :hasMeanEngineeringStrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :related->rdfs:comment
+ Message: Less than 1 values on :hasMeanEngineeringStrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAnisotropicYieldFunction
+ Focus Node: :hasStrainRateScaleIdendifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunction->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleIdendifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceIdentifier_Object
+ Focus Node: :hasBlankHolderForce_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasBlankHolderForce_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEngineeringStrain_PERCENT
+ Focus Node: :hasMeasuringRange
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEngineeringStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringRange->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLowerYieldStrength_MegaPA
+ Focus Node: :hasDiameterAfterFracture2_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLowerYieldStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture2_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSoftware_Object
+ Focus Node: :hasIndentationDiameterVertical_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSoftware_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterVertical_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageExtension_UNITLESS
+ Focus Node: :hasTypicalUnitLabel
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageExtension_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTypicalUnitLabel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrength_1Percentage_Object
+ Focus Node: :hasEmpty
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrength_1Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasEmpty->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticStrain_Object
+ Focus Node: :hasPistonSpeed_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasPistonSpeed_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :workflowSteps
+ Focus Node: :hasDiscretization_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :workflowSteps->rdfs:comment
+ Message: Less than 1 values on :hasDiscretization_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCRMUncertainty_Object
+ Focus Node: :jobStartTime
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCRMUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :jobStartTime->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRValue_UNITLESS
+ Focus Node: :hasTotalAverageDiameter_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRValue_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTotalAverageDiameter_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSheetThickness
+ Focus Node: :hasTestPieceIdentifier
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSheetThickness->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceIdentifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberSlipSystems_Object
+ Focus Node: :hasOriginalDiameter_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberSlipSystems_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalDiameter_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureStrain_Object
+ Focus Node: :hasPercentageTotalExtensionAtFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStiffnessComponent_Object
+ Focus Node: :hasReferenceShearRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStiffnessComponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTheta1_MegaPA
+ Focus Node: :hasAmplitudeFile
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta1_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasAmplitudeFile->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTheta1_Object
+ Focus Node: :hasWidthAfterFracture1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta1_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTau1_MegaPA
+ Focus Node: :hasTransitionRadius_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau1_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTransitionRadius_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEbsdFileName_Object
+ Focus Node: :hasStress_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEbsdFileName_Object->rdfs:comment
+ Message: Less than 1 values on :hasStress_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberSlipSystems_UNITLESS
+ Focus Node: :hasPercentageElongation_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberSlipSystems_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUnitLabel
+ Focus Node: :hasPoissonRatio_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasUnitLabel->rdfs:comment
+ Message: Less than 1 values on :hasPoissonRatio_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBatchNumber
+ Focus Node: :hasMaximumForce_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBatchNumber->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleIdentifier-2
+ Focus Node: :hasDieTool
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier-2->rdfs:comment
+ Message: Less than 1 values on :hasDieTool->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSteel_Object
+ Focus Node: :hasTaylorQuinneyCoefficient_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasTaylorQuinneyCoefficient_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessUncertainty_Object
+ Focus Node: :hasHardeningParameterTau0_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau0_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessAverage_HBW
+ Focus Node: :hasExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessAverage_HBW->rdfs:comment
+ Message: Less than 1 values on :hasExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecimenWidth_Object
+ Focus Node: :hasTestingMachineUncertainty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecimenWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingMachineUncertainty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForceNoDiscontinousYielding_Object
+ Focus Node: :hasClampingForce_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_Object->rdfs:comment
+ Message: Less than 1 values on :hasClampingForce_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticStrainAtFracture_Object
+ Focus Node: :hasTestingFacility
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrainAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingFacility->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHCT980C
+ Focus Node: :hasLatentHardeningQ0_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHCT980C->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ0_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalCrosssection_MilliM2
+ Focus Node: :hasTestPieceGeometry_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalCrosssection_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceGeometry_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatentHardeningQ0_UNITLESS
+ Focus Node: :hasSlopeElasticPartStressStrainCurve_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ0_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAnisotropicYieldFunctionParameters
+ Focus Node: :hasStrainRateFormulationFlag
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateFormulationFlag->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPreliminaryForce_KiloN
+ Focus Node: :hasExperimentIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasExperimentIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFormingLimitDiagram
+ Focus Node: :hasPercentageElongation_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFormingLimitDiagram->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWork_Object
+ Focus Node: :hasAmplitudeFile_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWork_Object->rdfs:comment
+ Message: Less than 1 values on :hasAmplitudeFile_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageElongation_Object
+ Focus Node: :hasDescriptionCitationSource
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_Object->rdfs:comment
+ Message: Less than 1 values on :hasDescriptionCitationSource->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMinimumCrosssectionAfterFracture_MilliM2
+ Focus Node: :hasFormingLimitDiagram
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitDiagram->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMicroalloyedSteel
+ Focus Node: :hasForceMeasuringSystem_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMicroalloyedSteel->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringSystem_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSlopeElasticPartStressStrainCurve_Object
+ Focus Node: :hasInnerDiameterDie_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterDie_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRemark
+ Focus Node: :hasTrueTotalStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRemark->rdfs:comment
+ Message: Less than 1 values on :hasTrueTotalStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInventoryNumber_Object
+ Focus Node: :hasInnerDiameterDie_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInventoryNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterDie_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureTreatment_Object
+ Focus Node: :hasSymbol
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureTreatment_Object->rdfs:comment
+ Message: Less than 1 values on :hasSymbol->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageYieldPointExtension_PERCENT
+ Focus Node: :hasPunchDisplacement_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageYieldPointExtension_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasPunchDisplacement_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTime_Object
+ Focus Node: :hasFailureTreatment_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTime_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureTreatment_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTexture_Object
+ Focus Node: :hasSpecimenCrossSection
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTexture_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenCrossSection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberOfVirtualExperiments
+ Focus Node: :hasDisplacementTransducer
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberOfVirtualExperiments->rdfs:comment
+ Message: Less than 1 values on :hasDisplacementTransducer->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBlankHolderForce_Object
+ Focus Node: :hasHardeningParameterTau1_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBlankHolderForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau1_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMajorTrueStrain
+ Focus Node: :hasComplexPhaseSteel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMajorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :hasComplexPhaseSteel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingDirection_Object
+ Focus Node: :hasWidthChange_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingDirection_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthChange_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPrincipalStressLimit4PostProcessing_Object
+ Focus Node: :hasMeanEngineeringStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPrincipalStressLimit4PostProcessing_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanEngineeringStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLubricationSystem_Object
+ Focus Node: :hasSerialNumber_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLubricationSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasSerialNumber_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasReferenceShearRate_UNITLESS
+ Focus Node: :hasBrinellHardnessCRMStandardDeviation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrengthPlasticExtension_MegaPA
+ Focus Node: :hasTestStandard
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrengthPlasticExtension_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTestStandard->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueTotalStrain_UNITLESS
+ Focus Node: :hasTrueWidthStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueTotalStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTrueWidthStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureTreatment_UNITLESS
+ Focus Node: :hasMicroalloyedSteel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureTreatment_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMicroalloyedSteel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInv_ShearRateSensitivity_UNITLESS
+ Focus Node: :hasDiscretization
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInv_ShearRateSensitivity_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasDiscretization->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameterAfterFracture1_Object
+ Focus Node: :hasTrueStressAtFracture_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueStressAtFracture_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStressRate_Object
+ Focus Node: :hasNominalEngineeringStrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStressRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasNominalEngineeringStrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardness_HBW
+ Focus Node: :hasInput
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardness_HBW->rdfs:comment
+ Message: Less than 1 values on :hasInput->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceMeasuringSystem_Object
+ Focus Node: :hasNumberOfVirtualExperiments_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasNumberOfVirtualExperiments_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPoissonRatio_Object
+ Focus Node: :hasWidthAfterFracture2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPoissonRatio_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrength_1Percentage_MegaPA
+ Focus Node: :hasTypicalUnit
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrength_1Percentage_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTypicalUnit->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestingRate_Object
+ Focus Node: :hasTotalEngineeringStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestingRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasTotalEngineeringStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLength_MilliM
+ Focus Node: :hasResultsFile
Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasResultsFile->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalGaugeLength_MilliM
+ Focus Node: :hasIdentifier
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalGaugeLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasIdentifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningCurve
+ Focus Node: :hasTotalEngineeringStrain_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningCurve->rdfs:comment
+ Message: Less than 1 values on :hasTotalEngineeringStrain_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTemperature_DEG_C
+ Focus Node: :hasTestTemperature_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTemperature_DEG_C->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperature_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearStrength_MegaPA
+ Focus Node: :hasProofStrengthPlasticExtension_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthPlasticExtension_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadiusCurvature_MilliM
+ Focus Node: :hasTestTemperature_DEG_C
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadiusCurvature_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperature_DEG_C->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTemperatur
+ Focus Node: :hasDamageExponent_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTemperatur->rdfs:comment
+ Message: Less than 1 values on :hasDamageExponent_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPistonSpeed_Object
+ Focus Node: :hasPreliminaryForce_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPistonSpeed_Object->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForce_KiloN
+ Focus Node: :hasAnisotropicYieldFunction
Result Path: rdfs:comment
- Message: Less than 1 values on :hasForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunction->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningParameterTheta0_Object
+ Focus Node: :hasForce_N
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta0_Object->rdfs:comment
+ Message: Less than 1 values on :hasForce_N->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrengthTotalExtension_MegaPA
+ Focus Node: :hasOriginalCrosssection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrengthTotalExtension_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrosssection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMaximumForceNoDiscontinousYielding_N
+ Focus Node: :hasIndentationDiameterAverage_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_N->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterAverage_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageElongationAfterFracture_PERCENT
+ Focus Node: :hasIndenterIdentifier
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageElongationAfterFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasIndenterIdentifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSubJob
+ Focus Node: :hasExampleData
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSubJob->rdfs:comment
+ Message: Less than 1 values on :hasExampleData->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberFailedIntegrationPoints_Object
+ Focus Node: :hasTensileTestingMachine
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberFailedIntegrationPoints_Object->rdfs:comment
+ Message: Less than 1 values on :hasTensileTestingMachine->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMassDensity_GM-PER-CentiM3
+ Focus Node: :hasPreliminaryForce_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMassDensity_GM-PER-CentiM3->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPistonSpeed_MilliM-PER-SEC
+ Focus Node: :hasFailureCriteriaTypeAdd_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPistonSpeed_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasThicknessAfterFracture1_Object
+ Focus Node: :hasTestPieceLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleIdentifier
+ Focus Node: :hasHardeningParameterTheta1_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta1_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificPlasticWork
+ Focus Node: :hasFailureStrainIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWork->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPermissibleUncertainty_Object
+ Focus Node: :hasInitialHardening_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPermissibleUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialHardening_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTester
+ Focus Node: :hasDisplacementTransducer_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTester->rdfs:comment
+ Message: Less than 1 values on :hasDisplacementTransducer_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPreliminaryForce_MegaPA
+ Focus Node: :hasMaterialCard
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMaterialCard->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGaugeLength_Object
+ Focus Node: :hasSampleInfos_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleInfos_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :jobStartTime
+ Focus Node: :hasFailureTreatment_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :jobStartTime->rdfs:comment
+ Message: Less than 1 values on :hasFailureTreatment_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldForce_0.2Percentage_KiloN
+ Focus Node: :hasTestingRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldForce_0.2Percentage_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasTestingRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageTotalExtensionAtMaximumForce_Object
+ Focus Node: :hasTrueTotalStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueTotalStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPoissonsRatio_Object
+ Focus Node: :hasStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPoissonsRatio_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTimeDependentEngineeringStrainRate_PER-SEC
+ Focus Node: :hasInitialDisplacementRate_MilliM-PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasInitialDisplacementRate_MilliM-PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningLaw_Object
+ Focus Node: :hasDisplacement_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningLaw_Object->rdfs:comment
+ Message: Less than 1 values on :hasDisplacement_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTruePlasticStrainAtFracture_PERCENT
+ Focus Node: :hasTestPiecePreparation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrainAtFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTestPiecePreparation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSymbol
+ Focus Node: :hasForce_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSymbol->rdfs:comment
+ Message: Less than 1 values on :hasForce_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterVertical_Object
+ Focus Node: :hasMeasuringRange_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterVertical_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringRange_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC12_MegaPA
+ Focus Node: :hasTangentYieldModulus_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC12_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTangentYieldModulus_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLocation
+ Focus Node: :hasMaximumForce_N
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLocation->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_N->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageExponent_UNITLESS
+ Focus Node: :hasHCT980X_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasHCT980X_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCalibrationComponents
+ Focus Node: :hasDeliveryDate
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCalibrationComponents->rdfs:comment
+ Message: Less than 1 values on :hasDeliveryDate->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatPiecewiseLinearPlasticity
+ Focus Node: :hasExtensometerGaugeLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity->rdfs:comment
+ Message: Less than 1 values on :hasExtensometerGaugeLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTime_Object
+ Focus Node: :hasOutput
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTime_Object->rdfs:comment
+ Message: Less than 1 values on :hasOutput->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :norm
+ Focus Node: :hasLocation
Result Path: rdfs:comment
- Message: Less than 1 values on :norm->rdfs:comment
+ Message: Less than 1 values on :hasLocation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasLatticeStructure_Object
+ Focus Node: :hasMatPiecewiseLinearPlasticity
Result Path: rdfs:comment
- Message: Less than 1 values on :hasLatticeStructure_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatTabulatedJohnsonCook_Object
+ Focus Node: :hasExtensionMeasuringSystem
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCook_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtensionMeasuringSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestTime_SEC
+ Focus Node: :hasSampleInfos
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestTime_SEC->rdfs:comment
+ Message: Less than 1 values on :hasSampleInfos->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStrainRateScaleIdendifier_Object
+ Focus Node: :hasSampleIdentifier
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleIdendifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExperimentIdentifier
+ Focus Node: :hasSoftware
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExperimentIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasSoftware->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestPieceComposition
+ Focus Node: :hasTexture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestPieceComposition->rdfs:comment
+ Message: Less than 1 values on :hasTexture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningCurve_Object
+ Focus Node: :hasNotchTensileStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningCurve_Object->rdfs:comment
+ Message: Less than 1 values on :hasNotchTensileStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldForce_0.2Percentage_Object
+ Focus Node: :hasMinorTrueStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldForce_0.2Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinorTrueStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeanPlasticStrainRate_Object
+ Focus Node: :hasDamageExponent_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeanPlasticStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasDamageExponent_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUser
+ Focus Node: :hasPostProcessingSoftware_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasUser->rdfs:comment
+ Message: Less than 1 values on :hasPostProcessingSoftware_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStep
+ Focus Node: :hasEngineeringStrain_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStep->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStrain_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElongation_Object
+ Focus Node: :hasFadingExponent_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElongation_Object->rdfs:comment
+ Message: Less than 1 values on :hasFadingExponent_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInput
+ Focus Node: :hasDX56D
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInput->rdfs:comment
+ Message: Less than 1 values on :hasDX56D->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldStrength_MegaPA
+ Focus Node: :hasPlasticEngineeringStrain_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasPlasticEngineeringStrain_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTaylorQuinneyCoefficient_UNITLESS
+ Focus Node: :hasTestPiece
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTaylorQuinneyCoefficient_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTestPiece->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasurementResolutionUncertainty_HBW
+ Focus Node: :hasReferenceTemperature_K
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasurementResolutionUncertainty_HBW->rdfs:comment
+ Message: Less than 1 values on :hasReferenceTemperature_K->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProjectName_Object
+ Focus Node: :hasBrinellHardnessUncertainty_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProjectName_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessUncertainty_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDefaultValue_Object
+ Focus Node: :hasComplexPhaseSteel
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDefaultValue_Object->rdfs:comment
+ Message: Less than 1 values on :hasComplexPhaseSteel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthStrain_UNITLESS
+ Focus Node: :hasTester
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTester->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrade_Object
+ Focus Node: :hasPoissonRatio_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrade_Object->rdfs:comment
+ Message: Less than 1 values on :hasPoissonRatio_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameterAfterFracture2_MilliM
+ Focus Node: :hasOriginalCrosssection_MilliM2
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrosssection_MilliM2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNumberGrains
+ Focus Node: :hasRollingDirection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNumberGrains->rdfs:comment
+ Message: Less than 1 values on :hasRollingDirection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMicrostructureModel
+ Focus Node: :hasTrueStressAtFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMicrostructureModel->rdfs:comment
+ Message: Less than 1 values on :hasTrueStressAtFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrade
+ Focus Node: :hasRelativeStandardDeviationOfTheSlope_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrade->rdfs:comment
+ Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDamageThreshold_Object
+ Focus Node: :hasWidthAfterFracture1_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDamageThreshold_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture1_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFracture_Object
+ Focus Node: :hasBrinellHardnessUncertainty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessUncertainty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageExtension_Object
+ Focus Node: :hasMinTimeStep4ElementDel_SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinTimeStep4ElementDel_SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAnisotropicYieldFunctionParameters_Object
+ Focus Node: :hasStrainRateScaleParameterC_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterC_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
@@ -3388,4432 +3782,4336 @@ Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBlankHolderForce_KiloN
+ Focus Node: :hasSampleType_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBlankHolderForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasSampleType_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasModulusOfElasticity_MegaPA
+ Focus Node: :hasHardeningCurve_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasHardeningCurve_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAbsoluteCrossheadTravel_Object
+ Focus Node: :hasStrainRateScaleParameterP_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAbsoluteCrossheadTravel_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterP_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTotalLength_Object
+ Focus Node: :hasPercentagePermanentExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTotalLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageTotalExtensionAtFracture_PERCENT
+ Focus Node: :hasTrueStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTrueStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldingIdentifierIsoThermal_Object
+ Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldingIdentifierIsoThermal_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalThickness_Object
+ Focus Node: :hasPermissibleUncertainty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasPermissibleUncertainty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFrameRate_PER-SEC
+ Focus Node: :hasSampleIdentifier-2
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFrameRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier-2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalCrosssection_Object
+ Focus Node: :hasProofStrength_1Percentage_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalCrosssection_Object->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_1Percentage_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueStrain_UNITLESS
+ Focus Node: :hasDeliveryDate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasDeliveryDate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOperator
+ Focus Node: :hasReferenceTemperature_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOperator->rdfs:comment
+ Message: Less than 1 values on :hasReferenceTemperature_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS
+ Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessUncertainty_HBW
+ Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessUncertainty_HBW->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPostProcessingSoftware
+ Focus Node: :hasTimeStamp
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPostProcessingSoftware->rdfs:comment
+ Message: Less than 1 values on :hasTimeStamp->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasShearLengthAfterFracture2_MilliM
+ Focus Node: :hasNumberSlipSystems_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasNumberSlipSystems_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndenterIdentifier
+ Focus Node: :hasSampleCode_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndenterIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasSampleCode_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTensileStrength_MegaPA
+ Focus Node: :hasUpperYieldStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTensileStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasUpperYieldStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageYieldPointExtension_Object
+ Focus Node: :hasRollingDirection
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageYieldPointExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasRollingDirection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueWidthStrain_Object
+ Focus Node: :hasSpecificPlasticWorkValue
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueWidthStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWorkValue->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticityModel_Object
+ Focus Node: :hasIndentationDiameterAverage_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticityModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterAverage_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYoungsModulus_MegaPA
+ Focus Node: :hasElasticConstantC12_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYoungsModulus_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC12_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasBrinellHardnessStandardDeviation_Object
+ Focus Node: :hasOriginalGaugeLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalGaugeLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleIdentifier_Object
+ Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHardeningExponent_UNITLESS
+ Focus Node: :hasBrinellHardnessAverage_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHardeningExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessAverage_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFormingLimitCurve
+ Focus Node: :hasExtensionAtFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFormingLimitCurve->rdfs:comment
+ Message: Less than 1 values on :hasExtensionAtFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasStress_MegaPA
+ Focus Node: :hasCharacteristicEngineeringStrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasNotchTensileStrength_Object
+ Focus Node: :hasFEMSolver
Result Path: rdfs:comment
- Message: Less than 1 values on :hasNotchTensileStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasFEMSolver->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtension_Object
+ Focus Node: :hasInitialThickness_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialThickness_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasUnit
+ Focus Node: :hasCalibrationStatus_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasUnit->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationStatus_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleProduction_Object
+ Focus Node: :executedBy
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleProduction_Object->rdfs:comment
+ Message: Less than 1 values on :executedBy->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTestDirection_Object
+ Focus Node: :hasBrinellHardnessCRMAverage_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTestDirection_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMAverage_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensionMeasuringSystem_Object
+ Focus Node: :hasTestPieceThickness
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensionMeasuringSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceThickness->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasAmplitudeFile_Object
+ Focus Node: :hasTestPieceGeometry
Result Path: rdfs:comment
- Message: Less than 1 values on :hasAmplitudeFile_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceGeometry->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchVelocity_MilliM-PER-SEC
+ Focus Node: :hasMinimumCrossSectionAfterFracture_MilliM2
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchVelocity_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_MilliM2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExtensometerGaugeLength_Object
+ Focus Node: :hasRadiusCurvature_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExtensometerGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasRadiusCurvature_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentageElongation_MilliM
+ Focus Node: :hasGridSize_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasGridSize_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHX340LAD
+ Focus Node: :related
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHX340LAD->rdfs:comment
+ Message: Less than 1 values on :related->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle3_Object
+ Focus Node: :hasTrueFractureStress_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle3_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStress_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElasticConstantC44_Object
+ Focus Node: :hasDiameter_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC44_Object->rdfs:comment
+ Message: Less than 1 values on :hasDiameter_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleCode_Object
+ Focus Node: :hasTestingDirection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleCode_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingDirection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTargetClampingForce_Object
+ Focus Node: :hasInitialDisplacementRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTargetClampingForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialDisplacementRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureStrainIdentifier_Object
+ Focus Node: :hasCrossheadDisplacement_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadDisplacement_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasExperimentIdentifier_Object
+ Focus Node: :hasSampleProduction_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasExperimentIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleProduction_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSampleProduction
+ Focus Node: :hasShearStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSampleProduction->rdfs:comment
+ Message: Less than 1 values on :hasShearStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasProofStrengthPlasticExtension_Object
+ Focus Node: :hasTrueFractureStress_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasProofStrengthPlasticExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStress_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation_Object
+ Focus Node: :hasMaximumForceDiscontinousYielding_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasOriginalWidth_Object
+ Focus Node: :hasElementDeletionFlag_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasOriginalWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasElementDeletionFlag_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTaylorQuinneyCoefficient_Object
+ Focus Node: :hasTestPieceLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTaylorQuinneyCoefficient_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasMeasuringDevice_Object
+ Focus Node: :hasGrainNumber_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasMeasuringDevice_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrainNumber_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasSpecificHeatCapacity_J-Per-Gm-K
+ Focus Node: :hasIndentationDiameterHorizontal_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasSpecificHeatCapacity_J-Per-Gm-K->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterHorizontal_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadius_MilliM
+ Focus Node: :hasTruePlasticThicknessStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadius_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticThicknessStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasWidthAfterFracture1_MilliM
+ Focus Node: :hasMaterial
Result Path: rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasMaterial->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasForceMeasuringDevice
+ Focus Node: :hasCrystalPlasticityParameterFile_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringDevice->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityParameterFile_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPercentagePermanentExtension_UNITLESS
+ Focus Node: :hasMassDensity_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMassDensity_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasModulusOfElasticity_Object
+ Focus Node: :hasStrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasYieldStrength_Object
+ Focus Node: :hasElasticConstantC44_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :hasYieldStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC44_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasThicknessAfterFracture1_MilliM
+ Focus Node: :hasThicknessAfterFracture2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasElementDeletionFlag_Object
+ Focus Node: :hasElasticConstantC11_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasElementDeletionFlag_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC11_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasHCT980X
+ Focus Node: :hasLubricationSystem_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasHCT980X->rdfs:comment
+ Message: Less than 1 values on :hasLubricationSystem_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasTrueFractureStrain
+ Focus Node: :hasYieldForce_0.2Percentage_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStrain->rdfs:comment
+ Message: Less than 1 values on :hasYieldForce_0.2Percentage_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPlasticityModel
+ Focus Node: :hasTestPieceComposition_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPlasticityModel->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceComposition_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasIndentationDiameterHorizontal_Object
+ Focus Node: :hasYieldingIdentifierIsoThermal_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterHorizontal_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldingIdentifierIsoThermal_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasEulerAngle3
+ Focus Node: :hasLabelSource
Result Path: rdfs:comment
- Message: Less than 1 values on :hasEulerAngle3->rdfs:comment
+ Message: Less than 1 values on :hasLabelSource->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRateSensitivityOfSlip_UNITLESS
+ Focus Node: :hasReferenceShearRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRateSensitivityOfSlip_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasPunchVelocity_Object
+ Focus Node: :hasFinalGaugeLengthAfterFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasPunchVelocity_Object->rdfs:comment
+ Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDisplacementTransducer
+ Focus Node: :hasMachine
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDisplacementTransducer->rdfs:comment
+ Message: Less than 1 values on :hasMachine->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDiameterAfterFracture2_Object
+ Focus Node: :hasPoissonsRatio_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasPoissonsRatio_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_Object
+ Focus Node: :hasGrainNumber
Result Path: rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrainNumber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasCalibrationStatus_Object
+ Focus Node: :hasSampleCode
Result Path: rdfs:comment
- Message: Less than 1 values on :hasCalibrationStatus_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleCode->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasDualPhaseSteel_Object
+ Focus Node: :hasHCT980X
Result Path: rdfs:comment
- Message: Less than 1 values on :hasDualPhaseSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasHCT980X->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasGrid
+ Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :hasGrid->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasInteractionMatrix_Object
+ Focus Node: :hasStep
Result Path: rdfs:comment
- Message: Less than 1 values on :hasInteractionMatrix_Object->rdfs:comment
+ Message: Less than 1 values on :hasStep->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :hasRadiusDie_MilliM
+ Focus Node: :hasReferenceElementSize_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :hasRadiusDie_MilliM->rdfs:comment
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Message: Less than 1 values on :hasReferenceElementSize_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :rollingForce
- Value Node: :rollingForce
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :transverseDirection
- Value Node: :transverseDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasYieldingIdentifier_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasYieldingIdentifier_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :stripTension
- Value Node: :stripTension
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasElongation_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasElongation_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :numberOfPasses
- Value Node: :numberOfPasses
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasComputerControlledTensileTestingMachine_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasComputerControlledTensileTestingMachine_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :normalDirection
- Value Node: :normalDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasGrid
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasGrid->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :rollingSchedule
- Value Node: :rollingSchedule
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasOriginalWidth_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasOriginalWidth_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :rollingSpeed
- Value Node: :rollingSpeed
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasBrinellHardness_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardness_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :draught
- Value Node: :draught
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasCrystalPlasticityConstitutiveModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :rollGap
- Value Node: :rollGap
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasForceMeasuringDevice_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringDevice_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :stand
- Value Node: :stand
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasUser_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasUser_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :rollingDirection
- Value Node: :rollingDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasNumberOfVirtualExperiments
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasNumberOfVirtualExperiments->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :workRollDiameter
- Value Node: :workRollDiameter
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMicrostructureModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMicrostructureModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :processChainSimulation
- Value Node: :processChainSimulation
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMildSteel_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMildSteel_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :contactLength
- Value Node: :contactLength
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMaximumForce_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassNoLowercaseShape
- Focus Node: :stripWidth
- Value Node: :stripWidth
- Source Constraint: [ sh:select Literal("
- SELECT $this
- WHERE {
- $this a owl:Class .
- BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
- FILTER(STR($this) != STR(?str1)) .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTrueStress_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTrueStress_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :HockettSherbyParameterP
- Value Node: :HockettSherbyParameterP
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasCalibrationStatus
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasCalibrationStatus->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Benchmark
- Value Node: :Benchmark
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasThicknessAfterFracture2_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture2_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48F
- Value Node: :Hill48F
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMaterialIdentifier_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMaterialIdentifier_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48L
- Value Node: :Hill48L
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMildSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMildSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ChemicalComposition
- Value Node: :ChemicalComposition
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSpecificHeatCapacity_J-Per-Gm-K
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSpecificHeatCapacity_J-Per-Gm-K->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :UltimateTensileStrength
- Value Node: :UltimateTensileStrength
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestPiecePreparation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestPiecePreparation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :GrainSize
- Value Node: :GrainSize
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasProjectName_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasProjectName_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ElasticConstants_C11_C12_C44
- Value Node: :ElasticConstants_C11_C12_C44
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasBrinellHardnessStandardDeviation_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48H
- Value Node: :Hill48H
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasDiameter_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasDiameter_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48G
- Value Node: :Hill48G
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasAbsoluteCrossheadTravel_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasAbsoluteCrossheadTravel_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :LoadingTime
- Value Node: :LoadingTime
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :PropertyOfStructuralRelevance
- Value Node: :PropertyOfStructuralRelevance
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :JobMetadata
- Value Node: :JobMetadata
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :StressExponent_n
- Value Node: :StressExponent_n
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TimeIncrementStep
- Value Node: :TimeIncrementStep
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ConstitutiveModelParameter
- Value Node: :ConstitutiveModelParameter
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FrameOfReference
- Value Node: :FrameOfReference
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Ductility
- Value Node: :Ductility
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FinalThickness
- Value Node: :FinalThickness
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :rollingForce
- Value Node: :rollingForce
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Experiment
- Value Node: :Experiment
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :JobOutput
- Value Node: :JobOutput
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :transverseDirection
- Value Node: :transverseDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :GrainBoundaries
- Value Node: :GrainBoundaries
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FlowStressExponent_a
- Value Node: :FlowStressExponent_a
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :stripTension
- Value Node: :stripTension
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :HockettSherbyParameterN
- Value Node: :HockettSherbyParameterN
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TrueElasticStrain
- Value Node: :TrueElasticStrain
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :CrystallographyTexture
- Value Node: :CrystallographyTexture
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :numberOfPasses
- Value Node: :numberOfPasses
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :BulgeTest
- Value Node: :BulgeTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48M
- Value Node: :Hill48M
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FinalFlowStress_ginf
- Value Node: :FinalFlowStress_ginf
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FrameOfMaterial
- Value Node: :FrameOfMaterial
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :normalDirection
- Value Node: :normalDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Deformation
- Value Node: :Deformation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Coating
- Value Node: :Coating
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :PyironNotebook
- Value Node: :PyironNotebook
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Damage
- Value Node: :Damage
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Hill48N
- Value Node: :Hill48N
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Strip
- Value Node: :Strip
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
- Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MaterialsInformatics
- Value Node: :MaterialsInformatics
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasForceMeasuringDevice
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringDevice->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :GrainOrientation
- Value Node: :GrainOrientation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSpecificPlasticWorkValue_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWorkValue_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :DuctileFailure
- Value Node: :DuctileFailure
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasStress_MegaPA
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasStress_MegaPA->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Component
- Value Node: :Component
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasParallelLength_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasParallelLength_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Elasticity
- Value Node: :Elasticity
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasDiameterAfterFracture1_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture1_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :InitialStress
- Value Node: :InitialStress
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTime_SEC
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTime_SEC->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Failure
- Value Node: :Failure
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasRadius_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasRadius_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :rollingSchedule
- Value Node: :rollingSchedule
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasPistonSpeed_MilliM-PER-SEC
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasPistonSpeed_MilliM-PER-SEC->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :UnusualCrashTest
- Value Node: :UnusualCrashTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTimeDependentEngineeringStrainRate_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FractureStrain
- Value Node: :FractureStrain
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasFailureStrainIdentifier4MeshDependency_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4MeshDependency_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :rollingSpeed
- Value Node: :rollingSpeed
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasDieTool_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasDieTool_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :draught
- Value Node: :draught
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestPieceProcessing
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProcessing->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :RemainingStress
- Value Node: :RemainingStress
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :environment
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :environment->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MegaPA-PER-SEC
- Value Node: :MegaPA-PER-SEC
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasGrade_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasGrade_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Element
- Value Node: :Element
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :RollingMill
- Value Node: :RollingMill
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ressourceUri
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ressourceUri->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TotalElongation
- Value Node: :TotalElongation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasEngineeringStress_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStress_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Microstructure
- Value Node: :Microstructure
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasBoundaryFile_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasBoundaryFile_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :HockettSherbyYieldStress
- Value Node: :HockettSherbyYieldStress
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasInv_ShearRateSensitivity_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasInv_ShearRateSensitivity_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Manufacturing
- Value Node: :Manufacturing
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasInitialSheetThickness_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasInitialSheetThickness_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :rollGap
- Value Node: :rollGap
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTime_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTime_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FlatRolling
- Value Node: :FlatRolling
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTaylorQuinneyCoefficient_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTaylorQuinneyCoefficient_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :CoordinateSystem
- Value Node: :CoordinateSystem
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasFrameRate_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasFrameRate_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSampleType
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSampleType->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TensileTest
- Value Node: :TensileTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasHardeningCurve
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasHardeningCurve->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Geometry
- Value Node: :Geometry
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSlipSystemNumber_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSlipSystemNumber_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :stand
- Value Node: :stand
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasProofStrength_1Percentage_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_1Percentage_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Precipitation
- Value Node: :Precipitation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSpecificPlasticWork_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWork_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :rollingDirection
- Value Node: :rollingDirection
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasInventoryNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasInventoryNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Color
- Value Node: :Color
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasHardeningParameterTheta0_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta0_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ConstitutiveModel
- Value Node: :ConstitutiveModel
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasProjectName
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasProjectName->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FluidSolidTransition
- Value Node: :FluidSolidTransition
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasPercentagePermanentElongation_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentElongation_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :UniformElongation
- Value Node: :UniformElongation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasSubJob
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSubJob->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :HockettSherbySteadyStateStress
- Value Node: :HockettSherbySteadyStateStress
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasOriginalThickness_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasOriginalThickness_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :HardeningModulus_h0
- Value Node: :HardeningModulus_h0
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasRadiusCurvature_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasRadiusCurvature_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TestingMachine
- Value Node: :TestingMachine
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasWork_KiloJ
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasWork_KiloJ->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :workRollDiameter
- Value Node: :workRollDiameter
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasBoundaryFile
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasBoundaryFile->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :InitialFlowStress_g0
- Value Node: :InitialFlowStress_g0
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestPieceThickness_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestPieceThickness_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :UnusualResult
- Value Node: :UnusualResult
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTimeStamp_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTimeStamp_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MaterialsModeling
- Value Node: :MaterialsModeling
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasPressureChamber_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasPressureChamber_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MaterialsScience
- Value Node: :MaterialsScience
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestingDirection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestingDirection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :processChainSimulation
- Value Node: :processChainSimulation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasStressRate_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasStressRate_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ShearTest
- Value Node: :ShearTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasGrade
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasGrade->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FeedbackLoop
- Value Node: :FeedbackLoop
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasStandardDeviationOfTheSlope_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasStandardDeviationOfTheSlope_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :contactLength
- Value Node: :contactLength
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasDualPhaseSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasDualPhaseSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Model
- Value Node: :Model
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasComposition_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasComposition_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TimeSeries
- Value Node: :TimeSeries
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasFormingLimitDiagram_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitDiagram_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MorphologicalTexture
- Value Node: :MorphologicalTexture
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasBrinellHardnessStandardDeviation_HBW
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_HBW->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestPieceProcessing_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProcessing_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Grain
- Value Node: :Grain
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasHDF
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasHDF->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :stripWidth
- Value Node: :stripWidth
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasInv_ShearRateSensitivity_UNITLESS
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasInv_ShearRateSensitivity_UNITLESS->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :ComponentTest
- Value Node: :ComponentTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasMassDensity_GM-PER-CentiM3
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasMassDensity_GM-PER-CentiM3->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :InitialStrain
- Value Node: :InitialStrain
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTotalAverageDiameter_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTotalAverageDiameter_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :CrashTest
- Value Node: :CrashTest
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasEffectiveStress_MegaPA
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasEffectiveStress_MegaPA->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :MachineLearning
- Value Node: :MachineLearning
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTestTemperatur
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTestTemperatur->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :TimeSeriesSimulation
- Value Node: :TimeSeriesSimulation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTargetClampingForce_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTargetClampingForce_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Phase
- Value Node: :Phase
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :usesCode
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :usesCode->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Validation
- Value Node: :Validation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasFinalGaugeLengthAfterFracture_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Plasticity
- Value Node: :Plasticity
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasNumberGrains
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasNumberGrains->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Experimentation
- Value Node: :Experimentation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasElongation_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasElongation_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :YieldSurface
- Value Node: :YieldSurface
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasPercentageYieldPointExtension_PERCENT
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasPercentageYieldPointExtension_PERCENT->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasTotalLength_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasTotalLength_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Simulation
- Value Node: :Simulation
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasWork_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasWork_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :FractureStress
- Value Node: :FractureStress
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasHardeningParameterTheta1_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta1_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :Rp02
- Value Node: :Rp02
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
-Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasOriginalThickness_Object
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasOriginalThickness_Object->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: ex:ClassConnectedShape
- Focus Node: :PhaseBoundary
- Value Node: :PhaseBoundary
- Source Constraint: [ sh:select Literal("
- SELECT $this WHERE
- {
- $this a owl:Class .
- FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
- FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
- FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
- FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
- FILTER NOT EXISTS {?any5 rdfs:range $this} .
- FILTER NOT EXISTS {?any6 rdfs:domain $this} .
- }
- ") ]
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasUnit
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasUnit->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceLength
+ Focus Node: :hasPunchDiameter_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceLength->rdfs:comment
+ Message: Less than 1 values on :hasPunchDiameter_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ForceAtFracture
+ Focus Node: :hasFormingLimitCurve
Result Path: rdfs:comment
- Message: Less than 1 values on :ForceAtFracture->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitCurve->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ThicknessAfterFracture2
+ Focus Node: :hasPercentageElongationAfterFracture_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :ThicknessAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongationAfterFracture_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DataSamplingFrequency
+ Focus Node: :hasPercentageElongation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :DataSamplingFrequency->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InitialCriticalStrength
+ Focus Node: :hasIndentationDiameterVertical_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :InitialCriticalStrength->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterVertical_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Displacement
+ Focus Node: :hasTestStandard_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Displacement->rdfs:comment
+ Message: Less than 1 values on :hasTestStandard_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Benchmark
+ Focus Node: :hasClamping
Result Path: rdfs:comment
- Message: Less than 1 values on :Benchmark->rdfs:comment
+ Message: Less than 1 values on :hasClamping->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Force
+ Focus Node: :hasPercentageExtension_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :Force->rdfs:comment
+ Message: Less than 1 values on :hasPercentageExtension_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageYieldPointExtension
+ Focus Node: :hasDrawingSpeed_MilliM-PER-MIN
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageYieldPointExtension->rdfs:comment
+ Message: Less than 1 values on :hasDrawingSpeed_MilliM-PER-MIN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SimulationCode
+ Focus Node: :hasTargetClampingForce_KiloN
Result Path: rdfs:comment
- Message: Less than 1 values on :SimulationCode->rdfs:comment
+ Message: Less than 1 values on :hasTargetClampingForce_KiloN->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ProofStrengthPlasticExtension
+ Focus Node: :hasForceAtFracture
Result Path: rdfs:comment
- Message: Less than 1 values on :ProofStrengthPlasticExtension->rdfs:comment
+ Message: Less than 1 values on :hasForceAtFracture->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :WidthStrain
+ Focus Node: :hasFLCDetermination
Result Path: rdfs:comment
- Message: Less than 1 values on :WidthStrain->rdfs:comment
+ Message: Less than 1 values on :hasFLCDetermination->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningParameterTheta1
+ Focus Node: :hasBrinellHardnessAverage_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningParameterTheta1->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessAverage_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeanPlasticStrainRate
+ Focus Node: :hasFrameRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :MeanPlasticStrainRate->rdfs:comment
+ Message: Less than 1 values on :hasFrameRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FEMSolver
+ Focus Node: :hasElementDeletionTreatment_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FEMSolver->rdfs:comment
+ Message: Less than 1 values on :hasElementDeletionTreatment_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CameraSystem
+ Focus Node: :hasMeasuringDevice_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :CameraSystem->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringDevice_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageTotalExtensionAtMaximumForce
+ Focus Node: :hasRelativeStandardDeviationOfTheSlope_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageTotalExtensionAtMaximumForce->rdfs:comment
+ Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Time
+ Focus Node: :hasTestPieceProducer_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Time->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProducer_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardnessUncertainty
+ Focus Node: :hasHardeningExponent_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardnessUncertainty->rdfs:comment
+ Message: Less than 1 values on :hasHardeningExponent_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Inv_ShearRateSensitivity
+ Focus Node: :hasHX340LAD_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Inv_ShearRateSensitivity->rdfs:comment
+ Message: Less than 1 values on :hasHX340LAD_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceIdentifier
+ Focus Node: :hasLatticeStructure_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasLatticeStructure_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MatTabulatedJohnsonCookLogInterpolation
+ Focus Node: :hasParallelLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :MatTabulatedJohnsonCookLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :hasParallelLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ChemicalComposition
+ Focus Node: :hasBrinellHardness_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :ChemicalComposition->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardness_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :UltimateTensileStrength
+ Focus Node: :hasLocation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :UltimateTensileStrength->rdfs:comment
+ Message: Less than 1 values on :hasLocation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :GrainSize
+ Focus Node: :hasLatticeStructure
Result Path: rdfs:comment
- Message: Less than 1 values on :GrainSize->rdfs:comment
+ Message: Less than 1 values on :hasLatticeStructure->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TaylorQuinneyCoefficient
+ Focus Node: :hasOperator
Result Path: rdfs:comment
- Message: Less than 1 values on :TaylorQuinneyCoefficient->rdfs:comment
+ Message: Less than 1 values on :hasOperator->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NominalEngineeringStrainRate
+ Focus Node: :hasProofStrength_0.2Percentage_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :NominalEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_0.2Percentage_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageElongation
+ Focus Node: :hasEulerAngle1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageElongation->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :GridSize
+ Focus Node: :hasHardeningLaw_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :GridSize->rdfs:comment
+ Message: Less than 1 values on :hasHardeningLaw_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldStrength
+ Focus Node: :hasInitialThickness_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldStrength->rdfs:comment
+ Message: Less than 1 values on :hasInitialThickness_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElasticConstants_C11_C12_C44
+ Focus Node: :hasInnerDiameterBlankHolder_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterBlankHolder_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrossHardeningParameter
+ Focus Node: :hasCrossheadSeparationRate_MilliM-PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :CrossHardeningParameter->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadSeparationRate_MilliM-PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InnerDiameterBlankHolder
+ Focus Node: :hasEulerAngleConvention_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :InnerDiameterBlankHolder->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngleConvention_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DiameterAfterFracture1
+ Focus Node: :hasPrincipalStressLimit4PostProcessing_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :DiameterAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :hasPrincipalStressLimit4PostProcessing_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SlipSystemNumber
+ Focus Node: :hasMeasurementResolutionUncertainty_HBW
Result Path: rdfs:comment
- Message: Less than 1 values on :SlipSystemNumber->rdfs:comment
+ Message: Less than 1 values on :hasMeasurementResolutionUncertainty_HBW->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentagePermanentElongation
+ Focus Node: :hasSpecificHeatCapacity_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentagePermanentElongation->rdfs:comment
+ Message: Less than 1 values on :hasSpecificHeatCapacity_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TargetClampingForce
+ Focus Node: :hasOriginalWidth_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :TargetClampingForce->rdfs:comment
+ Message: Less than 1 values on :hasOriginalWidth_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StrainRateScaleParameterC
+ Focus Node: :hasTestProperty
Result Path: rdfs:comment
- Message: Less than 1 values on :StrainRateScaleParameterC->rdfs:comment
+ Message: Less than 1 values on :hasTestProperty->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MinimumCrosssectionAfterFracture
+ Focus Node: :hasMinimumCrossSectionAfterFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MinimumCrosssectionAfterFracture->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :OriginalCrossSection
+ Focus Node: :hasSpecimenWidth_MilliM
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasSpecimenWidth_MilliM->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :hasNotchTensileStrength_MegaPA
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :hasNotchTensileStrength_MegaPA->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :workflowSteps
Result Path: rdfs:comment
- Message: Less than 1 values on :OriginalCrossSection->rdfs:comment
+ Message: Less than 1 values on :workflowSteps->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Job
+ Focus Node: :hasBrinellHardnessCRMAverage_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Job->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMAverage_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NotchTensileStrength
+ Focus Node: :hasNumberFailedIntegrationPoints_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :NotchTensileStrength->rdfs:comment
+ Message: Less than 1 values on :hasNumberFailedIntegrationPoints_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NakajimaTest
+ Focus Node: :hasLatentHardeningQ1_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :NakajimaTest->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ1_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueStrain
+ Focus Node: :hasShearStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueStrain->rdfs:comment
+ Message: Less than 1 values on :hasShearStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ComplexPhaseSteel
+ Focus Node: :hasMinimumCrosssectionAfterFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ComplexPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HomogenizationModel
+ Focus Node: :hasMaximumForceNoDiscontinousYielding_N
Result Path: rdfs:comment
- Message: Less than 1 values on :HomogenizationModel->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_N->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SpecificPlasticWork
+ Focus Node: :hasMatPiecewiseLinearPlasticity_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SpecificPlasticWork->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :AnisotropicYieldFunctionParameters
+ Focus Node: :hasCrossheadSeparationRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :AnisotropicYieldFunctionParameters->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadSeparationRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ExtensionMeasuringSystem
+ Focus Node: :hasAbsoluteCrossheadTravel_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :ExtensionMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :hasAbsoluteCrossheadTravel_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeasuringAid
+ Focus Node: :hasFracture
Result Path: rdfs:comment
- Message: Less than 1 values on :MeasuringAid->rdfs:comment
+ Message: Less than 1 values on :hasFracture->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureStrainIdentifier4StrainRate
+ Focus Node: :hasPercentageReductionOfArea_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4StrainRate->rdfs:comment
+ Message: Less than 1 values on :hasPercentageReductionOfArea_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MinTimeStep4ElementDel
+ Focus Node: :hasTensileStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :MinTimeStep4ElementDel->rdfs:comment
+ Message: Less than 1 values on :hasTensileStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BlankHolderForce
+ Focus Node: :hasMeasuringAid_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :BlankHolderForce->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringAid_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureCriteriaTypeAdd4ElementDeletion
+ Focus Node: :hasReferenceShearRate_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd4ElementDeletion->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TruePlasticThicknessStrain
+ Focus Node: :hasSlopeElasticPartStressStrainCurve_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TruePlasticThicknessStrain->rdfs:comment
+ Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ClampingForce
+ Focus Node: :hasSpecimenWidth_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ClampingForce->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenWidth_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TimeIncrementStep
+ Focus Node: :hasModulusOfElasticity_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TimeIncrementStep->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PoissonRatio
+ Focus Node: :hasFailureStrainIdentifier4StrainRate_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PoissonRatio->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4StrainRate_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningParameterTau0
+ Focus Node: :hasFormingLimitCurve_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningParameterTau0->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitCurve_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ConstitutiveModelParameter
+ Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FrameOfReference
+ Focus Node: :hasFailureStrainIdentifier4Temperature_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FrameOfReference->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4Temperature_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeasuringRange
+ Focus Node: :input
Result Path: rdfs:comment
- Message: Less than 1 values on :MeasuringRange->rdfs:comment
+ Message: Less than 1 values on :input->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Identifier
+ Focus Node: :hasDataSamplingFrequency
Result Path: rdfs:comment
- Message: Less than 1 values on :Identifier->rdfs:comment
+ Message: Less than 1 values on :hasDataSamplingFrequency->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PostProcessingSoftware
+ Focus Node: :hasYieldStress_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PostProcessingSoftware->rdfs:comment
+ Message: Less than 1 values on :hasYieldStress_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldingIdentifierIsoThermal
+ Focus Node: :hasUnitLabel
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldingIdentifierIsoThermal->rdfs:comment
+ Message: Less than 1 values on :hasUnitLabel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestTime
+ Focus Node: :hasSheetThickness_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TestTime->rdfs:comment
+ Message: Less than 1 values on :hasSheetThickness_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Fracture
+ Focus Node: :hasTestTime_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Fracture->rdfs:comment
+ Message: Less than 1 values on :hasTestTime_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Ductility
+ Focus Node: :hasFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Ductility->rdfs:comment
+ Message: Less than 1 values on :hasFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MatPiecewiseLinearPlasticityLogInterpolation
+ Focus Node: :hasMaterialInstabilityStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :hasMaterialInstabilityStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FinalThickness
+ Focus Node: :hasWidthChange_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :FinalThickness->rdfs:comment
+ Message: Less than 1 values on :hasWidthChange_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :rollingForce
+ Focus Node: :hasYoungsModulus_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :rollingForce->rdfs:comment
+ Message: Less than 1 values on :hasYoungsModulus_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Experiment
+ Focus Node: :hasCrystalPlasticityConstitutiveModel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Experiment->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PermanentSetStrength
+ Focus Node: :output
Result Path: rdfs:comment
- Message: Less than 1 values on :PermanentSetStrength->rdfs:comment
+ Message: Less than 1 values on :output->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TotalLength
+ Focus Node: :hasTrueStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :TotalLength->rdfs:comment
+ Message: Less than 1 values on :hasTrueStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaximumForceDiscontinousYielding
+ Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MaximumForceDiscontinousYielding->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :WidthChange
+ Focus Node: :hasTrueFractureStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :WidthChange->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InitialThickness
+ Focus Node: :hasCrystalPlasticityParameterFile
Result Path: rdfs:comment
- Message: Less than 1 values on :InitialThickness->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityParameterFile->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueFractureStress
+ Focus Node: :hasMinTimeStep4ElementDel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueFractureStress->rdfs:comment
+ Message: Less than 1 values on :hasMinTimeStep4ElementDel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :WidthAfterFracture2
+ Focus Node: :hasEulerAngle2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :WidthAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueStress
+ Focus Node: :hasFEMSolver_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueStress->rdfs:comment
+ Message: Less than 1 values on :hasFEMSolver_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SimulationWorkflow
+ Focus Node: :hasMajorTrueStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :SimulationWorkflow->rdfs:comment
+ Message: Less than 1 values on :hasMajorTrueStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :transverseDirection
+ Focus Node: :hasRValue_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :transverseDirection->rdfs:comment
+ Message: Less than 1 values on :hasRValue_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MicrostructureModel
+ Focus Node: :sequence
Result Path: rdfs:comment
- Message: Less than 1 values on :MicrostructureModel->rdfs:comment
+ Message: Less than 1 values on :sequence->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PoissonsRatio
+ Focus Node: :hasSampleIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PoissonsRatio->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SampleIdentifier-2
+ Focus Node: :hasForceAtFracture_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SampleIdentifier-2->rdfs:comment
+ Message: Less than 1 values on :hasForceAtFracture_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BatchNumber
+ Focus Node: :hasRateSensitivityOfSlip_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :BatchNumber->rdfs:comment
+ Message: Less than 1 values on :hasRateSensitivityOfSlip_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeasuringDevice
+ Focus Node: :hasCharacteristicEngineeringStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :MeasuringDevice->rdfs:comment
+ Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :stripTension
+ Focus Node: :hasOriginalCrossSection_MilliM2
Result Path: rdfs:comment
- Message: Less than 1 values on :stripTension->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrossSection_MilliM2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TotalAverageDiameter
+ Focus Node: :metadata
Result Path: rdfs:comment
- Message: Less than 1 values on :TotalAverageDiameter->rdfs:comment
+ Message: Less than 1 values on :metadata->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ModulusOfElasticity
+ Focus Node: :hasCoefficientOfCorrelation_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :ModulusOfElasticity->rdfs:comment
+ Message: Less than 1 values on :hasCoefficientOfCorrelation_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DualPhaseSteel
+ Focus Node: :hasTestPieceIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :DualPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Texture
+ Focus Node: :hasResultsFile_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Texture->rdfs:comment
+ Message: Less than 1 values on :hasResultsFile_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldingIdentifier
+ Focus Node: :hasMaximumForceNoDiscontinousYielding_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldingIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElementDeletionFlag
+ Focus Node: :hasNumberFailedIntegrationPoints_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ElementDeletionFlag->rdfs:comment
+ Message: Less than 1 values on :hasNumberFailedIntegrationPoints_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Software
+ Focus Node: :hasClamping_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Software->rdfs:comment
+ Message: Less than 1 values on :hasClamping_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Supplier
+ Focus Node: :hasTestTemperatur_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Supplier->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperatur_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StrainRateScaleParameterP
+ Focus Node: :hasIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :StrainRateScaleParameterP->rdfs:comment
+ Message: Less than 1 values on :hasIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ShearLengthAfterFracture2
+ Focus Node: :hasMeanPlasticStrainRate_PER-SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :ShearLengthAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :hasMeanPlasticStrainRate_PER-SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SpecimenWidth
+ Focus Node: :hasSpecimenCrossSection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SpecimenWidth->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenCrossSection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Repetition
+ Focus Node: :hasTestTime_SEC
Result Path: rdfs:comment
- Message: Less than 1 values on :Repetition->rdfs:comment
+ Message: Less than 1 values on :hasTestTime_SEC->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueElasticStrain
+ Focus Node: :hasUpperYieldStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueElasticStrain->rdfs:comment
+ Message: Less than 1 values on :hasUpperYieldStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HCT980X
+ Focus Node: :hasCoefficientOfCorrelation_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :HCT980X->rdfs:comment
+ Message: Less than 1 values on :hasCoefficientOfCorrelation_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EulerAngleConvention
+ Focus Node: :hasPlasticityModel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :EulerAngleConvention->rdfs:comment
+ Message: Less than 1 values on :hasPlasticityModel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FLCDetermination
+ Focus Node: :hasExtensionAtFracture_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :FLCDetermination->rdfs:comment
+ Message: Less than 1 values on :hasExtensionAtFracture_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrystallographyTexture
+ Focus Node: :hasGaugeLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :CrystallographyTexture->rdfs:comment
+ Message: Less than 1 values on :hasGaugeLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :numberOfPasses
+ Focus Node: :hasPunchDisplacement_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :numberOfPasses->rdfs:comment
+ Message: Less than 1 values on :hasPunchDisplacement_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BulgeTest
+ Focus Node: :hasJob
Result Path: rdfs:comment
- Message: Less than 1 values on :BulgeTest->rdfs:comment
+ Message: Less than 1 values on :hasJob->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :GaugeLength
+ Focus Node: :hasDisplacement_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :GaugeLength->rdfs:comment
+ Message: Less than 1 values on :hasDisplacement_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CalibrationStatus
+ Focus Node: :hasMAT_ADD_DAMAGE_GISSMO_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :CalibrationStatus->rdfs:comment
+ Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Grid
+ Focus Node: :hasPercentagePermanentExtension_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :Grid->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FrameOfMaterial
+ Focus Node: :hasDamageTreatment_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FrameOfMaterial->rdfs:comment
+ Message: Less than 1 values on :hasDamageTreatment_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestTemperature
+ Focus Node: :hasStrainRateScaleParameterC_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TestTemperature->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterC_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :normalDirection
+ Focus Node: :hasTestPiece_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :normalDirection->rdfs:comment
+ Message: Less than 1 values on :hasTestPiece_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Deformation
+ Focus Node: :hasLubricationSystem
Result Path: rdfs:comment
- Message: Less than 1 values on :Deformation->rdfs:comment
+ Message: Less than 1 values on :hasLubricationSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InnerDiameterDie
+ Focus Node: :hasPermanentSetStrength_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :InnerDiameterDie->rdfs:comment
+ Message: Less than 1 values on :hasPermanentSetStrength_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldStress
+ Focus Node: :hasFinalCriticalStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldStress->rdfs:comment
+ Message: Less than 1 values on :hasFinalCriticalStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestTemperatur
+ Focus Node: :hasSupplier
Result Path: rdfs:comment
- Message: Less than 1 values on :TestTemperatur->rdfs:comment
+ Message: Less than 1 values on :hasSupplier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :AbsoluteCrossheadTravel
+ Focus Node: :hasPercentageTotalExtensionAtMaximumForce_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :AbsoluteCrossheadTravel->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MicroalloyedSteel
+ Focus Node: :hasMicroalloyedSteel
Result Path: rdfs:comment
- Message: Less than 1 values on :MicroalloyedSteel->rdfs:comment
+ Message: Less than 1 values on :hasMicroalloyedSteel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :GrainNumber
+ Focus Node: :hasMaterialCard_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :GrainNumber->rdfs:comment
+ Message: Less than 1 values on :hasMaterialCard_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureStrain
+ Focus Node: :hasShearLengthAfterFracture2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FailureStrain->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPiecePreparation
+ Focus Node: :hasHomogenizationModel
Result Path: rdfs:comment
- Message: Less than 1 values on :TestPiecePreparation->rdfs:comment
+ Message: Less than 1 values on :hasHomogenizationModel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FrameRate
+ Focus Node: :hasEvaluationMethod
Result Path: rdfs:comment
- Message: Less than 1 values on :FrameRate->rdfs:comment
+ Message: Less than 1 values on :hasEvaluationMethod->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Damage
+ Focus Node: :hasRadiusDie_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :Damage->rdfs:comment
+ Message: Less than 1 values on :hasRadiusDie_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceComposition
+ Focus Node: :hasLowerYieldStrength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceComposition->rdfs:comment
+ Message: Less than 1 values on :hasLowerYieldStrength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EffectiveStress
+ Focus Node: :parameters
Result Path: rdfs:comment
- Message: Less than 1 values on :EffectiveStress->rdfs:comment
+ Message: Less than 1 values on :parameters->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElasticConstantC11
+ Focus Node: :hasElasticConstantC11_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :ElasticConstantC11->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC11_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ResultsFile
+ Focus Node: :hasPunchVelocity_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ResultsFile->rdfs:comment
+ Message: Less than 1 values on :hasPunchVelocity_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardnessCRMStandardDeviation
+ Focus Node: :hasProjectNumber_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardnessCRMStandardDeviation->rdfs:comment
+ Message: Less than 1 values on :hasProjectNumber_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SheetThickness
+ Focus Node: :hasPressureChamber_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :SheetThickness->rdfs:comment
+ Message: Less than 1 values on :hasPressureChamber_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Strip
+ Focus Node: :hasAnisotropicYieldFunctionParameters_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Strip->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElasticConstantC44
+ Focus Node: :hasWidthStrain_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :ElasticConstantC44->rdfs:comment
+ Message: Less than 1 values on :hasWidthStrain_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialsInformatics
+ Focus Node: :hasDiameterAfterFracture1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialsInformatics->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MatTabulatedJohnsonCook
+ Focus Node: :hasEstimatedStrainRateOverTheParallelLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MatTabulatedJohnsonCook->rdfs:comment
+ Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueStressAtFracture
+ Focus Node: :hasCalibrationComponents
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueStressAtFracture->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationComponents->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FormingLimitCurve
+ Focus Node: :hasExtensionMeasuringSystem_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FormingLimitCurve->rdfs:comment
+ Message: Less than 1 values on :hasExtensionMeasuringSystem_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DiameterAfterFracture2
+ Focus Node: :hasStrain_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :DiameterAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :hasStrain_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FormingLimitDiagram
+ Focus Node: :hasEulerAngleConvention
Result Path: rdfs:comment
- Message: Less than 1 values on :FormingLimitDiagram->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngleConvention->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ShearLength
+ Focus Node: :hasCrossHardeningParameter_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :ShearLength->rdfs:comment
+ Message: Less than 1 values on :hasCrossHardeningParameter_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PunchVelocity
+ Focus Node: :hasMaximumSpeed_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PunchVelocity->rdfs:comment
+ Message: Less than 1 values on :hasMaximumSpeed_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Width
+ Focus Node: :hasPlasticEngineeringStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Width->rdfs:comment
+ Message: Less than 1 values on :hasPlasticEngineeringStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BoundaryFile
+ Focus Node: :hasSteel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :BoundaryFile->rdfs:comment
+ Message: Less than 1 values on :hasSteel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestingRate
+ Focus Node: :hasYieldForce_0.2Percentage_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :TestingRate->rdfs:comment
+ Message: Less than 1 values on :hasYieldForce_0.2Percentage_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningParameterTheta0
+ Focus Node: :hasDamageTreatment_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningParameterTheta0->rdfs:comment
+ Message: Less than 1 values on :hasDamageTreatment_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EulerAngle1
+ Focus Node: :hasMicrostructureModel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :EulerAngle1->rdfs:comment
+ Message: Less than 1 values on :hasMicrostructureModel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :GrainOrientation
+ Focus Node: :hasTrueStress_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :GrainOrientation->rdfs:comment
+ Message: Less than 1 values on :hasTrueStress_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PlasticEngineeringStrain
+ Focus Node: :hasDataSamplingFrequency_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PlasticEngineeringStrain->rdfs:comment
+ Message: Less than 1 values on :hasDataSamplingFrequency_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PistonSpeed
+ Focus Node: :hasTruePlasticStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :PistonSpeed->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DamaskCode
+ Focus Node: :hasTexture
Result Path: rdfs:comment
- Message: Less than 1 values on :DamaskCode->rdfs:comment
+ Message: Less than 1 values on :hasTexture->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningParameterTau1
+ Focus Node: :hasProofStrengthPlasticExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningParameterTau1->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthPlasticExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NumberFailedIntegrationPoints
+ Focus Node: :hasMinorTrueStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :NumberFailedIntegrationPoints->rdfs:comment
+ Message: Less than 1 values on :hasMinorTrueStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ForceMeasuringSystem
+ Focus Node: :hasRemark_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :ForceMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :hasRemark_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CalibrationComponents
+ Focus Node: :hasHardeningParameterTau1_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :CalibrationComponents->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau1_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElasticityModel
+ Focus Node: :hasExtension_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :ElasticityModel->rdfs:comment
+ Message: Less than 1 values on :hasExtension_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EulerAngle3
+ Focus Node: :hasRateSensitivityOfSlip_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :EulerAngle3->rdfs:comment
+ Message: Less than 1 values on :hasRateSensitivityOfSlip_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestingDirection
+ Focus Node: :hasComputerControlledTensileTestingMachine
Result Path: rdfs:comment
- Message: Less than 1 values on :TestingDirection->rdfs:comment
+ Message: Less than 1 values on :hasComputerControlledTensileTestingMachine->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DeliveryDate
+ Focus Node: :hasPercentagePermanentExtension_PERCENT
Result Path: rdfs:comment
- Message: Less than 1 values on :DeliveryDate->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_PERCENT->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DuctileFailure
+ Focus Node: :hasForceMeasuringSystem
Result Path: rdfs:comment
- Message: Less than 1 values on :DuctileFailure->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BiaxialStress
+ Focus Node: :hasPoissonsRatio_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :BiaxialStress->rdfs:comment
+ Message: Less than 1 values on :hasPoissonsRatio_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Component
+ Focus Node: :hasTrueThicknessStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Component->rdfs:comment
+ Message: Less than 1 values on :hasTrueThicknessStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaximumForce
+ Focus Node: :hasTrueThicknessStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :MaximumForce->rdfs:comment
+ Message: Less than 1 values on :hasTrueThicknessStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SampleProduction
+ Focus Node: :hasDrawingSpeed_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SampleProduction->rdfs:comment
+ Message: Less than 1 values on :hasDrawingSpeed_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RateSensitivityOfSlip
+ Focus Node: :hasMatTabulatedJohnsonCook
Result Path: rdfs:comment
- Message: Less than 1 values on :RateSensitivityOfSlip->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCook->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Elasticity
+ Focus Node: :hasDX56D_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Elasticity->rdfs:comment
+ Message: Less than 1 values on :hasDX56D_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SerialNumber
+ Focus Node: :hasStiffnessComponent_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SerialNumber->rdfs:comment
+ Message: Less than 1 values on :hasStiffnessComponent_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SampleInfos
+ Focus Node: :hasTotalLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :SampleInfos->rdfs:comment
+ Message: Less than 1 values on :hasTotalLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Remark
+ Focus Node: :hasSupplier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :Remark->rdfs:comment
+ Message: Less than 1 values on :hasSupplier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Failure
+ Focus Node: :hasGaugeLength_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :Failure->rdfs:comment
+ Message: Less than 1 values on :hasGaugeLength_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :rollingSchedule
+ Focus Node: :norm
Result Path: rdfs:comment
- Message: Less than 1 values on :rollingSchedule->rdfs:comment
+ Message: Less than 1 values on :norm->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RelativeStandardDeviationOfTheSlope
+ Focus Node: :hasWidthStrain_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :RelativeStandardDeviationOfTheSlope->rdfs:comment
+ Message: Less than 1 values on :hasWidthStrain_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FractureStrain
+ Focus Node: :hasElasticityModel_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FractureStrain->rdfs:comment
+ Message: Less than 1 values on :hasElasticityModel_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :rollingSpeed
+ Focus Node: :hasOriginalCrossSection_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :rollingSpeed->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrossSection_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FinalGaugeLengthAfterFracture
+ Focus Node: :hasSampleIdentifier-2_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FinalGaugeLengthAfterFracture->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier-2_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CharacteristicEngineeringStrainRate
+ Focus Node: :hasEmpty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :CharacteristicEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :hasEmpty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TotalEngineeringStrain
+ Focus Node: :hasSpecificPlasticWork
Result Path: rdfs:comment
- Message: Less than 1 values on :TotalEngineeringStrain->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWork->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialClass
+ Focus Node: :hasMaterial_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialClass->rdfs:comment
+ Message: Less than 1 values on :hasMaterial_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SampleCode
+ Focus Node: :hasTestPieceComposition
Result Path: rdfs:comment
- Message: Less than 1 values on :SampleCode->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceComposition->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeanEngineeringStrainRate
+ Focus Node: :hasEulerAngle3_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :MeanEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle3_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureCriteriaTypeAdd
+ Focus Node: :hasReferenceElementSize_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd->rdfs:comment
+ Message: Less than 1 values on :hasReferenceElementSize_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HDF5
+ Focus Node: :hasDynamometerArea_MilliM2
Result Path: rdfs:comment
- Message: Less than 1 values on :HDF5->rdfs:comment
+ Message: Less than 1 values on :hasDynamometerArea_MilliM2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PunchDisplacement
+ Focus Node: :hasTestDirection
Result Path: rdfs:comment
- Message: Less than 1 values on :PunchDisplacement->rdfs:comment
+ Message: Less than 1 values on :hasTestDirection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DynamometerArea
+ Focus Node: :hasPercentageYieldPointExtension_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :DynamometerArea->rdfs:comment
+ Message: Less than 1 values on :hasPercentageYieldPointExtension_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :draught
+ Focus Node: :hasInteractionMatrix_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :draught->rdfs:comment
+ Message: Less than 1 values on :hasInteractionMatrix_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HCT980C
+ Focus Node: :hasWidthAfterFracture2_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :HCT980C->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture2_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :LatentHardeningQ1
+ Focus Node: :hasPunchDiameter_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :LatentHardeningQ1->rdfs:comment
+ Message: Less than 1 values on :hasPunchDiameter_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningLaw
+ Focus Node: :hasMeasurementResolutionUncertainty_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningLaw->rdfs:comment
+ Message: Less than 1 values on :hasMeasurementResolutionUncertainty_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialInstabilityStrain
+ Focus Node: :hasEulerAngle1
Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialInstabilityStrain->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle1->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DrawingSpeed
+ Focus Node: :hasIndenterIdentifier_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :DrawingSpeed->rdfs:comment
+ Message: Less than 1 values on :hasIndenterIdentifier_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PressureChamber
+ Focus Node: :hasProjectNumber
Result Path: rdfs:comment
- Message: Less than 1 values on :PressureChamber->rdfs:comment
+ Message: Less than 1 values on :hasProjectNumber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageElongationAfterFracture
+ Focus Node: :hasHardeningParameterTheta0_MegaPA
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageElongationAfterFracture->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta0_MegaPA->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RollingMill
+ Focus Node: :hasShearLength_Object
Result Path: rdfs:comment
- Message: Less than 1 values on :RollingMill->rdfs:comment
+ Message: Less than 1 values on :hasShearLength_Object->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EvaluationMethod
+ Focus Node: :hasStrainRateScaleParameterP_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :EvaluationMethod->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterP_UNITLESS->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardness
+ Focus Node: :hasIndentationDiameterHorizontal_MilliM
Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardness->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterHorizontal_MilliM->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TotalElongation
+ Focus Node: :hasLatentHardeningQ0_UNITLESS
Result Path: rdfs:comment
- Message: Less than 1 values on :TotalElongation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Message: Less than 1 values on :hasLatentHardeningQ0_UNITLESS->rdfs:comment
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Phase
+ Value Node: :Phase
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Simulation
+ Value Node: :Simulation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :UltimateTensileStrength
+ Value Node: :UltimateTensileStrength
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MaterialsModeling
+ Value Node: :MaterialsModeling
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Coating
+ Value Node: :Coating
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FrameOfReference
+ Value Node: :FrameOfReference
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ComponentTest
+ Value Node: :ComponentTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Rp02
+ Value Node: :Rp02
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Strip
+ Value Node: :Strip
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentagePlasticExtensionAtMaximumForce
- Result Path: rdfs:comment
- Message: Less than 1 values on :PercentagePlasticExtensionAtMaximumForce->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :DuctileFailure
+ Value Node: :DuctileFailure
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Microstructure
- Result Path: rdfs:comment
- Message: Less than 1 values on :Microstructure->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :GrainSize
+ Value Node: :GrainSize
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SpecificPlasticWorkValue
- Result Path: rdfs:comment
- Message: Less than 1 values on :SpecificPlasticWorkValue->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :workRollDiameter
+ Value Node: :workRollDiameter
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrystalPlasticityConstitutiveModel
- Result Path: rdfs:comment
- Message: Less than 1 values on :CrystalPlasticityConstitutiveModel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48M
+ Value Node: :Hill48M
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TimeDependentEngineeringStrainRate
- Result Path: rdfs:comment
- Message: Less than 1 values on :TimeDependentEngineeringStrainRate->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FractureStrain
+ Value Node: :FractureStrain
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardnessStandardDeviation
- Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardnessStandardDeviation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Precipitation
+ Value Node: :Precipitation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Manufacturing
- Result Path: rdfs:comment
- Message: Less than 1 values on :Manufacturing->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Model
+ Value Node: :Model
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InteractionMatrix
- Result Path: rdfs:comment
- Message: Less than 1 values on :InteractionMatrix->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FlatRolling
+ Value Node: :FlatRolling
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MinimumCrossSectionAfterFracture
- Result Path: rdfs:comment
- Message: Less than 1 values on :MinimumCrossSectionAfterFracture->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :HockettSherbyParameterP
+ Value Node: :HockettSherbyParameterP
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StandardDeviationOfTheSlope
- Result Path: rdfs:comment
- Message: Less than 1 values on :StandardDeviationOfTheSlope->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FrameOfMaterial
+ Value Node: :FrameOfMaterial
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceProcessing
- Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceProcessing->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :RollingMill
+ Value Node: :RollingMill
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :WidthAfterFracture1
- Result Path: rdfs:comment
- Message: Less than 1 values on :WidthAfterFracture1->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48H
+ Value Node: :Hill48H
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :InitialFlowStress_g0
+ Value Node: :InitialFlowStress_g0
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardnessAverage
- Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardnessAverage->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :UniformElongation
+ Value Node: :UniformElongation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceProducer
- Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceProducer->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Plasticity
+ Value Node: :Plasticity
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureCriteriaTypeAdd4StrainAverage
- Result Path: rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd4StrainAverage->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Color
+ Value Node: :Color
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SpecificHeatCapacity
- Result Path: rdfs:comment
- Message: Less than 1 values on :SpecificHeatCapacity->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :rollingDirection
+ Value Node: :rollingDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MAT_ADD_DAMAGE_GISSMO
- Result Path: rdfs:comment
- Message: Less than 1 values on :MAT_ADD_DAMAGE_GISSMO->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TrueElasticStrain
+ Value Node: :TrueElasticStrain
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :BrinellHardnessCRMAverage
- Result Path: rdfs:comment
- Message: Less than 1 values on :BrinellHardnessCRMAverage->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48G
+ Value Node: :Hill48G
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EbsdFileName
- Result Path: rdfs:comment
- Message: Less than 1 values on :EbsdFileName->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :stand
+ Value Node: :stand
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ExtensionAtFracture
- Result Path: rdfs:comment
- Message: Less than 1 values on :ExtensionAtFracture->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ConstitutiveModel
+ Value Node: :ConstitutiveModel
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MeasurementResolutionUncertainty
- Result Path: rdfs:comment
- Message: Less than 1 values on :MeasurementResolutionUncertainty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MaterialsInformatics
+ Value Node: :MaterialsInformatics
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :rollGap
- Result Path: rdfs:comment
- Message: Less than 1 values on :rollGap->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Ductility
+ Value Node: :Ductility
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ReferenceShearRate
- Result Path: rdfs:comment
- Message: Less than 1 values on :ReferenceShearRate->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48F
+ Value Node: :Hill48F
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ShearLengthAfterFracture1
- Result Path: rdfs:comment
- Message: Less than 1 values on :ShearLengthAfterFracture1->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TimeIncrementStep
+ Value Node: :TimeIncrementStep
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FlatRolling
- Result Path: rdfs:comment
- Message: Less than 1 values on :FlatRolling->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FinalThickness
+ Value Node: :FinalThickness
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CoordinateSystem
- Result Path: rdfs:comment
- Message: Less than 1 values on :CoordinateSystem->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :UnusualCrashTest
+ Value Node: :UnusualCrashTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureTreatment
- Result Path: rdfs:comment
- Message: Less than 1 values on :FailureTreatment->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TestingMachine
+ Value Node: :TestingMachine
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RadiusDie
- Result Path: rdfs:comment
- Message: Less than 1 values on :RadiusDie->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TensileTest
+ Value Node: :TensileTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PermissibleUncertainty
- Result Path: rdfs:comment
- Message: Less than 1 values on :PermissibleUncertainty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Deformation
+ Value Node: :Deformation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningCurve
- Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningCurve->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Elasticity
+ Value Node: :Elasticity
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SlopeElasticPartStressStrainCurve
- Result Path: rdfs:comment
- Message: Less than 1 values on :SlopeElasticPartStressStrainCurve->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :HardeningModulus_h0
+ Value Node: :HardeningModulus_h0
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TensileTest
- Result Path: rdfs:comment
- Message: Less than 1 values on :TensileTest->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :JobMetadata
+ Value Node: :JobMetadata
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :IndentationDiameterHorizontal
- Result Path: rdfs:comment
- Message: Less than 1 values on :IndentationDiameterHorizontal->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48N
+ Value Node: :Hill48N
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EngineeringStress
- Result Path: rdfs:comment
- Message: Less than 1 values on :EngineeringStress->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :PropertyOfStructuralRelevance
+ Value Node: :PropertyOfStructuralRelevance
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Location
- Result Path: rdfs:comment
- Message: Less than 1 values on :Location->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :InitialStress
+ Value Node: :InitialStress
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Geometry
- Result Path: rdfs:comment
- Message: Less than 1 values on :Geometry->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Failure
+ Value Node: :Failure
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :stand
- Result Path: rdfs:comment
- Message: Less than 1 values on :stand->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :rollingSchedule
+ Value Node: :rollingSchedule
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentagePermanentExtension
- Result Path: rdfs:comment
- Message: Less than 1 values on :PercentagePermanentExtension->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :GrainOrientation
+ Value Node: :GrainOrientation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PunchDiameter
- Result Path: rdfs:comment
- Message: Less than 1 values on :PunchDiameter->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Element
+ Value Node: :Element
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Precipitation
- Result Path: rdfs:comment
- Message: Less than 1 values on :Precipitation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Component
+ Value Node: :Component
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :LubricationSystem
- Result Path: rdfs:comment
- Message: Less than 1 values on :LubricationSystem->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Geometry
+ Value Node: :Geometry
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PreliminaryForce
- Result Path: rdfs:comment
- Message: Less than 1 values on :PreliminaryForce->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ConstitutiveModelParameter
+ Value Node: :ConstitutiveModelParameter
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestDirection
- Result Path: rdfs:comment
- Message: Less than 1 values on :TestDirection->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Manufacturing
+ Value Node: :Manufacturing
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestingMachineUncertainty
- Result Path: rdfs:comment
- Message: Less than 1 values on :TestingMachineUncertainty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MorphologicalTexture
+ Value Node: :MorphologicalTexture
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EngineeringStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :EngineeringStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :stripWidth
+ Value Node: :stripWidth
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :rollingDirection
- Result Path: rdfs:comment
- Message: Less than 1 values on :rollingDirection->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :PhaseBoundary
+ Value Node: :PhaseBoundary
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FinalCriticalStrength
- Result Path: rdfs:comment
- Message: Less than 1 values on :FinalCriticalStrength->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :normalDirection
+ Value Node: :normalDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ExperimentalWorkflow
- Result Path: rdfs:comment
- Message: Less than 1 values on :ExperimentalWorkflow->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :stripTension
+ Value Node: :stripTension
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Steel
- Result Path: rdfs:comment
- Message: Less than 1 values on :Steel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MegaPA-PER-SEC
+ Value Node: :MegaPA-PER-SEC
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NumberGrains
- Result Path: rdfs:comment
- Message: Less than 1 values on :NumberGrains->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :BulgeTest
+ Value Node: :BulgeTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EstimatedStrainRateOverTheParallelLength
- Result Path: rdfs:comment
- Message: Less than 1 values on :EstimatedStrainRateOverTheParallelLength->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :YieldSurface
+ Value Node: :YieldSurface
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DefaultValue
- Result Path: rdfs:comment
- Message: Less than 1 values on :DefaultValue->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :HockettSherbySteadyStateStress
+ Value Node: :HockettSherbySteadyStateStress
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ComputerControlledTensileTestingMachine
- Result Path: rdfs:comment
- Message: Less than 1 values on :ComputerControlledTensileTestingMachine->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :rollingForce
+ Value Node: :rollingForce
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ShearStrength
- Result Path: rdfs:comment
- Message: Less than 1 values on :ShearStrength->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :numberOfPasses
+ Value Node: :numberOfPasses
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureStrainIdentifier4MeshDependency
- Result Path: rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4MeshDependency->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FlowStressExponent_a
+ Value Node: :FlowStressExponent_a
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ConstitutiveModel
- Result Path: rdfs:comment
- Message: Less than 1 values on :ConstitutiveModel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :CrashTest
+ Value Node: :CrashTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FluidSolidTransition
- Result Path: rdfs:comment
- Message: Less than 1 values on :FluidSolidTransition->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :processChainSimulation
+ Value Node: :processChainSimulation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaximumForceNoDiscontinousYielding
- Result Path: rdfs:comment
- Message: Less than 1 values on :MaximumForceNoDiscontinousYielding->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :InitialStrain
+ Value Node: :InitialStrain
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :UniformElongation
- Result Path: rdfs:comment
- Message: Less than 1 values on :UniformElongation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :RemainingStress
+ Value Node: :RemainingStress
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ProofStrength_0.2Percentage
- Result Path: rdfs:comment
- Message: Less than 1 values on :ProofStrength_0.2Percentage->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TimeSeries
+ Value Node: :TimeSeries
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RValue
- Result Path: rdfs:comment
- Message: Less than 1 values on :RValue->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :transverseDirection
+ Value Node: :transverseDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :User
- Result Path: rdfs:comment
- Message: Less than 1 values on :User->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Grain
+ Value Node: :Grain
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueTotalStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :TrueTotalStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TimeSeriesSimulation
+ Value Node: :TimeSeriesSimulation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Empty
- Result Path: rdfs:comment
- Message: Less than 1 values on :Empty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :rollingSpeed
+ Value Node: :rollingSpeed
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :AmplitudeFile
- Result Path: rdfs:comment
- Message: Less than 1 values on :AmplitudeFile->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :CoordinateSystem
+ Value Node: :CoordinateSystem
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageExtension
- Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageExtension->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :contactLength
+ Value Node: :contactLength
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :workRollDiameter
- Result Path: rdfs:comment
- Message: Less than 1 values on :workRollDiameter->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Experiment
+ Value Node: :Experiment
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PlasticityModel
- Result Path: rdfs:comment
- Message: Less than 1 values on :PlasticityModel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :draught
+ Value Node: :draught
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TestPieceThickness
- Result Path: rdfs:comment
- Message: Less than 1 values on :TestPieceThickness->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Benchmark
+ Value Node: :Benchmark
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Clamping
- Result Path: rdfs:comment
- Message: Less than 1 values on :Clamping->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FractureStress
+ Value Node: :FractureStress
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElementDeletionTreatment
- Result Path: rdfs:comment
- Message: Less than 1 values on :ElementDeletionTreatment->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Hill48L
+ Value Node: :Hill48L
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ProofStrengthTotalExtension
- Result Path: rdfs:comment
- Message: Less than 1 values on :ProofStrengthTotalExtension->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :LoadingTime
+ Value Node: :LoadingTime
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :rollGap
+ Value Node: :rollGap
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Laboratory
- Result Path: rdfs:comment
- Message: Less than 1 values on :Laboratory->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :HockettSherbyParameterN
+ Value Node: :HockettSherbyParameterN
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RadiusCurvature
- Result Path: rdfs:comment
- Message: Less than 1 values on :RadiusCurvature->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :UnusualResult
+ Value Node: :UnusualResult
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialsModeling
- Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialsModeling->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ChemicalComposition
+ Value Node: :ChemicalComposition
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialsScience
- Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialsScience->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :GrainBoundaries
+ Value Node: :GrainBoundaries
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FadingExponent
- Result Path: rdfs:comment
- Message: Less than 1 values on :FadingExponent->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :PyironNotebook
+ Value Node: :PyironNotebook
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TruePlasticStrainAtFracture
- Result Path: rdfs:comment
- Message: Less than 1 values on :TruePlasticStrainAtFracture->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ShearTest
+ Value Node: :ShearTest
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :RollingDirection
- Result Path: rdfs:comment
- Message: Less than 1 values on :RollingDirection->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MaterialsScience
+ Value Node: :MaterialsScience
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :OriginalDiameter
- Result Path: rdfs:comment
- Message: Less than 1 values on :OriginalDiameter->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :ElasticConstants_C11_C12_C44
+ Value Node: :ElasticConstants_C11_C12_C44
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MassDensity
- Result Path: rdfs:comment
- Message: Less than 1 values on :MassDensity->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :TotalElongation
+ Value Node: :TotalElongation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :processChainSimulation
- Result Path: rdfs:comment
- Message: Less than 1 values on :processChainSimulation->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :CrystallographyTexture
+ Value Node: :CrystallographyTexture
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NumberOfVirtualExperiments
- Result Path: rdfs:comment
- Message: Less than 1 values on :NumberOfVirtualExperiments->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Validation
+ Value Node: :Validation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ShearTest
- Result Path: rdfs:comment
- Message: Less than 1 values on :ShearTest->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FinalFlowStress_ginf
+ Value Node: :FinalFlowStress_ginf
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FeedbackLoop
- Result Path: rdfs:comment
- Message: Less than 1 values on :FeedbackLoop->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :MachineLearning
+ Value Node: :MachineLearning
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureStrainIdentifier
- Result Path: rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Damage
+ Value Node: :Damage
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :contactLength
- Result Path: rdfs:comment
- Message: Less than 1 values on :contactLength->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FeedbackLoop
+ Value Node: :FeedbackLoop
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Grade
- Result Path: rdfs:comment
- Message: Less than 1 values on :Grade->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Microstructure
+ Value Node: :Microstructure
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InventoryNumber
- Result Path: rdfs:comment
- Message: Less than 1 values on :InventoryNumber->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :StressExponent_n
+ Value Node: :StressExponent_n
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Model
- Result Path: rdfs:comment
- Message: Less than 1 values on :Model->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :Experimentation
+ Value Node: :Experimentation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TimeSeries
- Result Path: rdfs:comment
- Message: Less than 1 values on :TimeSeries->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :HockettSherbyYieldStress
+ Value Node: :HockettSherbyYieldStress
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :SampleType
- Result Path: rdfs:comment
- Message: Less than 1 values on :SampleType->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :JobOutput
+ Value Node: :JobOutput
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CRMUncertainty
- Result Path: rdfs:comment
- Message: Less than 1 values on :CRMUncertainty->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassConnectedShape
+ Focus Node: :FluidSolidTransition
+ Value Node: :FluidSolidTransition
+ Source Constraint: [ sh:select Literal("
+ SELECT $this WHERE
+ {
+ $this a owl:Class .
+ FILTER NOT EXISTS {$this rdfs:subClassOf ?any1} .
+ FILTER NOT EXISTS {?any2 owl:equivalentClass $this} .
+ FILTER NOT EXISTS {$this owl:equivalentClass ?any3} .
+ FILTER NOT EXISTS {?any4 rdfs:subClassOf $this} .
+ FILTER NOT EXISTS {?any5 rdfs:range $this} .
+ FILTER NOT EXISTS {?any6 rdfs:domain $this} .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StrainRateFormulationFlag
- Result Path: rdfs:comment
- Message: Less than 1 values on :StrainRateFormulationFlag->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :workRollDiameter
+ Value Node: :workRollDiameter
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MorphologicalTexture
- Result Path: rdfs:comment
- Message: Less than 1 values on :MorphologicalTexture->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :rollingDirection
+ Value Node: :rollingDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaterialIdentifier
- Result Path: rdfs:comment
- Message: Less than 1 values on :MaterialIdentifier->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :stand
+ Value Node: :stand
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Grain
- Result Path: rdfs:comment
- Message: Less than 1 values on :Grain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :rollingSchedule
+ Value Node: :rollingSchedule
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Source Shape: ex:ClassNoLowercaseShape
Focus Node: :stripWidth
- Result Path: rdfs:comment
- Message: Less than 1 values on :stripWidth->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ReferenceElementSize
- Result Path: rdfs:comment
- Message: Less than 1 values on :ReferenceElementSize->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Value Node: :stripWidth
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Extension
- Result Path: rdfs:comment
- Message: Less than 1 values on :Extension->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :normalDirection
+ Value Node: :normalDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MaximumSpeed
- Result Path: rdfs:comment
- Message: Less than 1 values on :MaximumSpeed->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :stripTension
+ Value Node: :stripTension
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ElasticConstantC12
- Result Path: rdfs:comment
- Message: Less than 1 values on :ElasticConstantC12->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :rollingForce
+ Value Node: :rollingForce
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ComponentTest
- Result Path: rdfs:comment
- Message: Less than 1 values on :ComponentTest->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :numberOfPasses
+ Value Node: :numberOfPasses
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueThicknessStrain
- Result Path: rdfs:comment
- Message: Less than 1 values on :TrueThicknessStrain->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :processChainSimulation
+ Value Node: :processChainSimulation
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ReferenceTemperature
- Result Path: rdfs:comment
- Message: Less than 1 values on :ReferenceTemperature->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :transverseDirection
+ Value Node: :transverseDirection
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrashTest
- Result Path: rdfs:comment
- Message: Less than 1 values on :CrashTest->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :rollingSpeed
+ Value Node: :rollingSpeed
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :NumberSlipSystems
- Result Path: rdfs:comment
- Message: Less than 1 values on :NumberSlipSystems->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :contactLength
+ Value Node: :contactLength
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrossheadDisplacement
- Result Path: rdfs:comment
- Message: Less than 1 values on :CrossheadDisplacement->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :draught
+ Value Node: :draught
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
+Constraint Violation in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MachineLearning
- Result Path: rdfs:comment
- Message: Less than 1 values on :MachineLearning->rdfs:comment
+ Source Shape: ex:ClassNoLowercaseShape
+ Focus Node: :rollGap
+ Value Node: :rollGap
+ Source Constraint: [ sh:select Literal("
+ SELECT $this
+ WHERE {
+ $this a owl:Class .
+ BIND(REPLACE(STR($this), '/([a-z][1]?[A-z0-9]*)$', '' ) as ?str1) .
+ FILTER(STR($this) != STR(?str1)) .
+ }
+ ") ]
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueFractureStrain
+ Focus Node: :HardeningParameterTau1
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueFractureStrain->rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTau1->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EulerAngle2
+ Focus Node: :ComputerControlledTensileTestingMachine
Result Path: rdfs:comment
- Message: Less than 1 values on :EulerAngle2->rdfs:comment
+ Message: Less than 1 values on :ComputerControlledTensileTestingMachine->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HX340LAD
+ Focus Node: :MinimumCrosssectionAfterFracture
Result Path: rdfs:comment
- Message: Less than 1 values on :HX340LAD->rdfs:comment
+ Message: Less than 1 values on :MinimumCrosssectionAfterFracture->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :IndenterIdentifier
+ Focus Node: :MeasuringRange
Result Path: rdfs:comment
- Message: Less than 1 values on :IndenterIdentifier->rdfs:comment
+ Message: Less than 1 values on :MeasuringRange->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :EffecticStrain
+ Focus Node: :Empty
Result Path: rdfs:comment
- Message: Less than 1 values on :EffecticStrain->rdfs:comment
+ Message: Less than 1 values on :Empty->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FailureStrainIdentifier4Temperature
+ Focus Node: :Simulation
Result Path: rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4Temperature->rdfs:comment
+ Message: Less than 1 values on :Simulation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InitialDisplacementRate
+ Focus Node: :TargetClampingForce
Result Path: rdfs:comment
- Message: Less than 1 values on :InitialDisplacementRate->rdfs:comment
+ Message: Less than 1 values on :TargetClampingForce->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MinorTrueStrain
+ Focus Node: :UltimateTensileStrength
Result Path: rdfs:comment
- Message: Less than 1 values on :MinorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :UltimateTensileStrength->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrystalPlasticityParameterFile
+ Focus Node: :EbsdFileName
Result Path: rdfs:comment
- Message: Less than 1 values on :CrystalPlasticityParameterFile->rdfs:comment
+ Message: Less than 1 values on :EbsdFileName->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Stress
+ Focus Node: :ReferenceElementSize
Result Path: rdfs:comment
- Message: Less than 1 values on :Stress->rdfs:comment
+ Message: Less than 1 values on :ReferenceElementSize->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldForce_0.2Percentage
+ Focus Node: :PercentageReductionOfArea
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldForce_0.2Percentage->rdfs:comment
+ Message: Less than 1 values on :PercentageReductionOfArea->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TruePlasticStrain
+ Focus Node: :RollingDirection
Result Path: rdfs:comment
- Message: Less than 1 values on :TruePlasticStrain->rdfs:comment
+ Message: Less than 1 values on :RollingDirection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StiffnessComponent
+ Focus Node: :MaterialsModeling
Result Path: rdfs:comment
- Message: Less than 1 values on :StiffnessComponent->rdfs:comment
+ Message: Less than 1 values on :MaterialsModeling->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :HardeningExponent
+ Focus Node: :FrameOfReference
Result Path: rdfs:comment
- Message: Less than 1 values on :HardeningExponent->rdfs:comment
+ Message: Less than 1 values on :FrameOfReference->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TransitionRadius
+ Focus Node: :ComponentTest
Result Path: rdfs:comment
- Message: Less than 1 values on :TransitionRadius->rdfs:comment
+ Message: Less than 1 values on :ComponentTest->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :IndentationDiameterAverage
+ Focus Node: :PercentageElongation
Result Path: rdfs:comment
- Message: Less than 1 values on :IndentationDiameterAverage->rdfs:comment
+ Message: Less than 1 values on :PercentageElongation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DamageThreshold
+ Focus Node: :LatentHardeningQ0
Result Path: rdfs:comment
- Message: Less than 1 values on :DamageThreshold->rdfs:comment
+ Message: Less than 1 values on :LatentHardeningQ0->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Radius
+ Focus Node: :NominalEngineeringStrainRate
Result Path: rdfs:comment
- Message: Less than 1 values on :Radius->rdfs:comment
+ Message: Less than 1 values on :NominalEngineeringStrainRate->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DamageExponent
+ Focus Node: :TestDirection
Result Path: rdfs:comment
- Message: Less than 1 values on :DamageExponent->rdfs:comment
+ Message: Less than 1 values on :TestDirection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TensileStrength
+ Focus Node: :Strip
Result Path: rdfs:comment
- Message: Less than 1 values on :TensileStrength->rdfs:comment
+ Message: Less than 1 values on :Strip->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :OriginalCrosssection
+ Focus Node: :ElasticConstantC11
Result Path: rdfs:comment
- Message: Less than 1 values on :OriginalCrosssection->rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC11->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :UpperYieldStrength
+ Focus Node: :MassDensity
Result Path: rdfs:comment
- Message: Less than 1 values on :UpperYieldStrength->rdfs:comment
+ Message: Less than 1 values on :MassDensity->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :IndentationDiameterVertical
+ Focus Node: :TensileTestingMachine
Result Path: rdfs:comment
- Message: Less than 1 values on :IndentationDiameterVertical->rdfs:comment
+ Message: Less than 1 values on :TensileTestingMachine->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Validation
+ Focus Node: :StrainRateScaleIdendifier
Result Path: rdfs:comment
- Message: Less than 1 values on :Validation->rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleIdendifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TrueWidthStrain
+ Focus Node: :EstimatedStrainRateOverTheParallelLength
Result Path: rdfs:comment
- Message: Less than 1 values on :TrueWidthStrain->rdfs:comment
+ Message: Less than 1 values on :EstimatedStrainRateOverTheParallelLength->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Plasticity
+ Focus Node: :BrinellHardnessAverage
Result Path: rdfs:comment
- Message: Less than 1 values on :Plasticity->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessAverage->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PrincipalStressLimit4PostProcessing
+ Focus Node: :StrainRateScaleParameterP
Result Path: rdfs:comment
- Message: Less than 1 values on :PrincipalStressLimit4PostProcessing->rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleParameterP->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CoefficientOfCorrelation
+ Focus Node: :DuctileFailure
Result Path: rdfs:comment
- Message: Less than 1 values on :CoefficientOfCorrelation->rdfs:comment
+ Message: Less than 1 values on :DuctileFailure->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ExperimentIdentifier
+ Focus Node: :SpecificPlasticWork
Result Path: rdfs:comment
- Message: Less than 1 values on :ExperimentIdentifier->rdfs:comment
+ Message: Less than 1 values on :SpecificPlasticWork->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Strain
+ Focus Node: :PoissonsRatio
Result Path: rdfs:comment
- Message: Less than 1 values on :Strain->rdfs:comment
+ Message: Less than 1 values on :PoissonsRatio->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageTotalExtensionAtFracture
+ Focus Node: :MicrostructureModel
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageTotalExtensionAtFracture->rdfs:comment
+ Message: Less than 1 values on :MicrostructureModel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MatPiecewiseLinearPlasticity
+ Focus Node: :Inv_ShearRateSensitivity
Result Path: rdfs:comment
- Message: Less than 1 values on :MatPiecewiseLinearPlasticity->rdfs:comment
+ Message: Less than 1 values on :Inv_ShearRateSensitivity->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PercentageReductionOfArea
+ Focus Node: :HardeningLaw
Result Path: rdfs:comment
- Message: Less than 1 values on :PercentageReductionOfArea->rdfs:comment
+ Message: Less than 1 values on :HardeningLaw->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Experimentation
+ Focus Node: :Extension
Result Path: rdfs:comment
- Message: Less than 1 values on :Experimentation->rdfs:comment
+ Message: Less than 1 values on :Extension->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Workflow
+ Focus Node: :TruePlasticStrainAtFracture
Result Path: rdfs:comment
- Message: Less than 1 values on :Workflow->rdfs:comment
+ Message: Less than 1 values on :TruePlasticStrainAtFracture->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
@@ -7823,2361 +8121,2088 @@ Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :AnisotropicYieldFunction
+ Focus Node: :WidthAfterFracture2
Result Path: rdfs:comment
- Message: Less than 1 values on :AnisotropicYieldFunction->rdfs:comment
+ Message: Less than 1 values on :WidthAfterFracture2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ProofStrength_1Percentage
+ Focus Node: :CalibrationStatus
Result Path: rdfs:comment
- Message: Less than 1 values on :ProofStrength_1Percentage->rdfs:comment
+ Message: Less than 1 values on :CalibrationStatus->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TensileTestingMachine
+ Focus Node: :GrainSize
Result Path: rdfs:comment
- Message: Less than 1 values on :TensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :GrainSize->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :TangentYieldModulus
+ Focus Node: :IndentationDiameterAverage
Result Path: rdfs:comment
- Message: Less than 1 values on :TangentYieldModulus->rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterAverage->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DX56D
+ Focus Node: :Grade
Result Path: rdfs:comment
- Message: Less than 1 values on :DX56D->rdfs:comment
+ Message: Less than 1 values on :Grade->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :InitialHardening
+ Focus Node: :TestPieceLength
Result Path: rdfs:comment
- Message: Less than 1 values on :InitialHardening->rdfs:comment
+ Message: Less than 1 values on :TestPieceLength->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :YieldSurface
+ Focus Node: :LubricationSystem
Result Path: rdfs:comment
- Message: Less than 1 values on :YieldSurface->rdfs:comment
+ Message: Less than 1 values on :LubricationSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Elongation
+ Focus Node: :TrueFractureStress
Result Path: rdfs:comment
- Message: Less than 1 values on :Elongation->rdfs:comment
+ Message: Less than 1 values on :TrueFractureStress->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MajorTrueStrain
+ Focus Node: :workRollDiameter
Result Path: rdfs:comment
- Message: Less than 1 values on :MajorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :workRollDiameter->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DieTool
+ Focus Node: :FLCDetermination
Result Path: rdfs:comment
- Message: Less than 1 values on :DieTool->rdfs:comment
+ Message: Less than 1 values on :FLCDetermination->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :DamageTreatment
+ Focus Node: :AbsoluteCrossheadTravel
Result Path: rdfs:comment
- Message: Less than 1 values on :DamageTreatment->rdfs:comment
+ Message: Less than 1 values on :AbsoluteCrossheadTravel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :LatentHardeningQ0
+ Focus Node: :TestingDirection
Result Path: rdfs:comment
- Message: Less than 1 values on :LatentHardeningQ0->rdfs:comment
+ Message: Less than 1 values on :TestingDirection->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Simulation
+ Focus Node: :FractureStrain
Result Path: rdfs:comment
- Message: Less than 1 values on :Simulation->rdfs:comment
+ Message: Less than 1 values on :FractureStrain->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :LatticeStructure
+ Focus Node: :BlankHolderForce
Result Path: rdfs:comment
- Message: Less than 1 values on :LatticeStructure->rdfs:comment
+ Message: Less than 1 values on :BlankHolderForce->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :CrossheadSeparationRate
+ Focus Node: :PressureChamber
Result Path: rdfs:comment
- Message: Less than 1 values on :CrossheadSeparationRate->rdfs:comment
+ Message: Less than 1 values on :PressureChamber->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :ThicknessAfterFracture1
+ Focus Node: :IndentationDiameterHorizontal
Result Path: rdfs:comment
- Message: Less than 1 values on :ThicknessAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterHorizontal->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Work
+ Focus Node: :TestPieceComposition
Result Path: rdfs:comment
- Message: Less than 1 values on :Work->rdfs:comment
+ Message: Less than 1 values on :TestPieceComposition->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :FractureStress
+ Focus Node: :ShearStrength
Result Path: rdfs:comment
- Message: Less than 1 values on :FractureStress->rdfs:comment
+ Message: Less than 1 values on :ShearStrength->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :Discretization
+ Focus Node: :Stress
Result Path: rdfs:comment
- Message: Less than 1 values on :Discretization->rdfs:comment
+ Message: Less than 1 values on :Stress->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :PhaseBoundary
+ Focus Node: :DamageTreatment
Result Path: rdfs:comment
- Message: Less than 1 values on :PhaseBoundary->rdfs:comment
+ Message: Less than 1 values on :DamageTreatment->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StressRate
+ Focus Node: :DX56D
Result Path: rdfs:comment
- Message: Less than 1 values on :StressRate->rdfs:comment
+ Message: Less than 1 values on :DX56D->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :StrainRateScaleIdendifier
+ Focus Node: :Precipitation
Result Path: rdfs:comment
- Message: Less than 1 values on :StrainRateScaleIdendifier->rdfs:comment
+ Message: Less than 1 values on :Precipitation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
- Focus Node: :MildSteel
+ Focus Node: :Model
Result Path: rdfs:comment
- Message: Less than 1 values on :MildSteel->rdfs:comment
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48F
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48F->rdfs:label
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48L
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48L->rdfs:label
-Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
- Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :ElasticConstants_C11_C12_C44
- Result Path: rdfs:label
- Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:label
+ Message: Less than 1 values on :Model->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48H
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48H->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FlatRolling
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FlatRolling->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48G
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48G->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SampleIdentifier-2
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SampleIdentifier-2->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :StressExponent_n
- Result Path: rdfs:label
- Message: Less than 1 values on :StressExponent_n->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MatPiecewiseLinearPlasticity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MatPiecewiseLinearPlasticity->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :ConstitutiveModelParameter
- Result Path: rdfs:label
- Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Identifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Identifier->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :FlowStressExponent_a
- Result Path: rdfs:label
- Message: Less than 1 values on :FlowStressExponent_a->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BrinellHardnessCRMAverage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessCRMAverage->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48M
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48M->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FrameOfMaterial
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FrameOfMaterial->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :FinalFlowStress_ginf
- Result Path: rdfs:label
- Message: Less than 1 values on :FinalFlowStress_ginf->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TotalLength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TotalLength->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Hill48N
- Result Path: rdfs:label
- Message: Less than 1 values on :Hill48N->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ExperimentalWorkflow
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ExperimentalWorkflow->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :MaterialsInformatics
- Result Path: rdfs:label
- Message: Less than 1 values on :MaterialsInformatics->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MatPiecewiseLinearPlasticityLogInterpolation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Manufacturing
- Result Path: rdfs:label
- Message: Less than 1 values on :Manufacturing->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentagePermanentElongation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentagePermanentElongation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :ConstitutiveModel
- Result Path: rdfs:label
- Message: Less than 1 values on :ConstitutiveModel->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CameraSystem
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CameraSystem->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :HardeningModulus_h0
- Result Path: rdfs:label
- Message: Less than 1 values on :HardeningModulus_h0->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RollingMill
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RollingMill->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :InitialFlowStress_g0
- Result Path: rdfs:label
- Message: Less than 1 values on :InitialFlowStress_g0->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ProofStrengthTotalExtension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ProofStrengthTotalExtension->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :MaterialsModeling
- Result Path: rdfs:label
- Message: Less than 1 values on :MaterialsModeling->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InnerDiameterBlankHolder
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InnerDiameterBlankHolder->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :MaterialsScience
- Result Path: rdfs:label
- Message: Less than 1 values on :MaterialsScience->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TaylorQuinneyCoefficient
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TaylorQuinneyCoefficient->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :MachineLearning
- Result Path: rdfs:label
- Message: Less than 1 values on :MachineLearning->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DualPhaseSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DualPhaseSteel->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Experimentation
- Result Path: rdfs:label
- Message: Less than 1 values on :Experimentation->rdfs:label
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :UniformElongation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :UniformElongation->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :Rp02
- Result Path: rdfs:label
- Message: Less than 1 values on :Rp02->rdfs:label
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HardeningParameterTheta1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTheta1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeanEngineeringStrainRate_PER-SEC
- Value Node: Literal("has MeanEngineeringStrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InitialThickness
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InitialThickness->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSpecificPlasticWorkValue
- Value Node: Literal("has SpecificPlasticWorkValue")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SampleInfos
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SampleInfos->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDieTool
- Value Node: Literal("has DieTool")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrossHardeningParameter
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrossHardeningParameter->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWork_KiloJ
- Value Node: Literal("has Work")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SimulationWorkflow
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SimulationWorkflow->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasForce_N
- Value Node: Literal("has Force")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HX340LAD
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HX340LAD->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDualPhaseSteel
- Value Node: Literal("has DualPhaseSteel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MeasuringAid
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MeasuringAid->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPermanentSetStrength_MegaPA
- Value Node: Literal("has PermanentSetStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BrinellHardnessCRMStandardDeviation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessCRMStandardDeviation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCharacteristicEngineeringStrainRate_PER-SEC
- Value Node: Literal("has CharacteristicEngineeringStrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureStrainIdentifier4MeshDependency
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4MeshDependency->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCrossheadDisplacement_MilliM
- Value Node: Literal("has CrossheadDisplacement")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EulerAngle1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EulerAngle1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalWidth_MilliM
- Value Node: Literal("has OriginalWidth")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentagePermanentExtension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentagePermanentExtension->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentagePermanentExtension_PERCENT
- Value Node: Literal("has PercentagePermanentExtension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Plasticity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Plasticity->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasElongation_MilliM
- Value Node: Literal("has Elongation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEffectiveStress_MegaPA
- Value Node: Literal("has EffectiveStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DynamometerArea
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DynamometerArea->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBiaxialStress_MegaPA
- Value Node: Literal("has BiaxialStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :rollingDirection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :rollingDirection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalCrossSection_MilliM2
- Value Node: Literal("has OriginalCrossSection")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCrossHardeningParameter_UNITLESS
- Value Node: Literal("has CrossHardeningParameter")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Laboratory
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Laboratory->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFLCDetermination
- Value Node: Literal("has FLCDetermination")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueElasticStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueElasticStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSlipSystemNumber
- Value Node: Literal("has SlipSystemNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureStrainIdentifier4Temperature
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4Temperature->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceIdentifier
- Value Node: Literal("has TestPieceIdentifier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueStressAtFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueStressAtFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStrainRate_PER-SEC
- Value Node: Literal("has StrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :stand
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :stand->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestingMachineUncertainty_UNITLESS
- Value Node: Literal("has TestingMachineUncertainty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PoissonRatio
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PoissonRatio->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCrystalPlasticityConstitutiveModel
- Value Node: Literal("has CrystalPlasticityConstitutiveModel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ConstitutiveModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ConstitutiveModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasThicknessAfterFracture2_MilliM
- Value Node: Literal("has ThicknessAfterFracture2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ShearLength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ShearLength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTexture
- Value Node: Literal("has Texture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaterialsInformatics
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaterialsInformatics->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDiscretization
- Value Node: Literal("has Discretization")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PistonSpeed
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PistonSpeed->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningLaw
- Value Node: Literal("has HardeningLaw")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureTreatment
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureTreatment->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMatPiecewiseLinearPlasticityLogInterpolation
- Value Node: Literal("has MatPiecewiseLinearPlasticityLogInterpolation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldingIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldingIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeanPlasticStrainRate_PER-SEC
- Value Node: Literal("has MeanPlasticStrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CRMUncertainty
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CRMUncertainty->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaximumForce_KiloN
- Value Node: Literal("has MaximumForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :StressRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :StressRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningParameterTheta0_MegaPA
- Value Node: Literal("has HardeningParameterTheta0")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Ductility
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Ductility->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPiecePreparation
- Value Node: Literal("has TestPiecePreparation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentageElongationAfterFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentageElongationAfterFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasAmplitudeFile
- Value Node: Literal("has AmplitudeFile")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TimeIncrementStep
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TimeIncrementStep->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDisplacement_MilliM
- Value Node: Literal("has Displacement")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RadiusDie
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RadiusDie->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasClamping
- Value Node: Literal("has Clamping")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestPiecePreparation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestPiecePreparation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaximumSpeed
- Value Node: Literal("has MaximumSpeed")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HardeningCurve
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HardeningCurve->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDeliveryDate
- Value Node: Literal("has DeliveryDate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :IndenterIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :IndenterIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasGaugeLength_MilliM
- Value Node: Literal("has GaugeLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureStrainIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLatentHardeningQ1_UNITLESS
- Value Node: Literal("has LatentHardeningQ1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BrinellHardnessStandardDeviation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessStandardDeviation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPressureChamber_MegaPA
- Value Node: Literal("has PressureChamber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FinalThickness
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FinalThickness->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNotchTensileStrength_MegaPA
- Value Node: Literal("has NotchTensileStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :LatentHardeningQ1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :LatentHardeningQ1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTime_SEC
- Value Node: Literal("has Time")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElasticityModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElasticityModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasReferenceShearRate_PER-SEC
- Value Node: Literal("has ReferenceShearRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BrinellHardnessUncertainty
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessUncertainty->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueStressAtFracture_MegaPA
- Value Node: Literal("has TrueStressAtFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrossheadSeparationRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrossheadSeparationRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalDiameter_MilliM
- Value Node: Literal("has OriginalDiameter")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentageYieldPointExtension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentageYieldPointExtension->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasIndentationDiameterAverage_MilliM
- Value Node: Literal("has IndentationDiameterAverage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MildSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MildSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasShearLengthAfterFracture1_MilliM
- Value Node: Literal("has ShearLengthAfterFracture1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :AnisotropicYieldFunctionParameters
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :AnisotropicYieldFunctionParameters->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasIndentationDiameterVertical_MilliM
- Value Node: Literal("has IndentationDiameterVertical")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FadingExponent
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FadingExponent->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInnerDiameterDie_MilliM
- Value Node: Literal("has InnerDiameterDie")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :AnisotropicYieldFunction
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :AnisotropicYieldFunction->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasUpperYieldStrength_MegaPA
- Value Node: Literal("has UpperYieldStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RadiusCurvature
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RadiusCurvature->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasComplexPhaseSteel
- Value Node: Literal("has ComplexPhaseSteel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaximumForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaximumForce->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDrawingSpeed_MilliM-PER-MIN
- Value Node: Literal("has DrawingSpeed")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :GaugeLength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :GaugeLength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceProcessing
- Value Node: Literal("has TestPieceProcessing")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Remark
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Remark->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInnerDiameterBlankHolder_MilliM
- Value Node: Literal("has InnerDiameterBlankHolder")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SlopeElasticPartStressStrainCurve
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SlopeElasticPartStressStrainCurve->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasAbsoluteCrossheadTravel_MilliM
- Value Node: Literal("has AbsoluteCrossheadTravel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :OriginalCrossSection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :OriginalCrossSection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaximumForceDiscontinousYielding_N
- Value Node: Literal("has MaximumForceDiscontinousYielding")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ThicknessAfterFracture2
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ThicknessAfterFracture2->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExtensionAtFracture_MilliM
- Value Node: Literal("has ExtensionAtFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PlasticityModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PlasticityModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSpecimenWidth_MilliM
- Value Node: Literal("has SpecimenWidth")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EvaluationMethod
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EvaluationMethod->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEstimatedStrainRateOverTheParallelLength_PER-SEC
- Value Node: Literal("has EstimatedStrainRateOverTheParallelLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EngineeringStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EngineeringStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInventoryNumber
- Value Node: Literal("has InventoryNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MatTabulatedJohnsonCookLogInterpolation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MatTabulatedJohnsonCookLogInterpolation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInitialSheetThickness_MilliM
- Value Node: Literal("has InitialSheetThickness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TensileTest
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TensileTest->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFinalGaugeLengthAfterFracture_MilliM
- Value Node: Literal("has FinalGaugeLengthAfterFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Deformation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Deformation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRollingDirection
- Value Node: Literal("has RollingDirection")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Elasticity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Elasticity->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NakajimaTest
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NakajimaTest->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTargetClampingForce_KiloN
- Value Node: Literal("has TargetClampingForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InitialHardening
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InitialHardening->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCalibrationStatus
- Value Node: Literal("has CalibrationStatus")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Job
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Job->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNominalEngineeringStrainRate_PER-SEC
- Value Node: Literal("has NominalEngineeringStrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NotchTensileStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NotchTensileStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasModulusOfElasticity_GigaPA
- Value Node: Literal("has ModulusOfElasticity")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaterialInstabilityStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaterialInstabilityStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDiameter_MilliM
- Value Node: Literal("has Diameter")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Work
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Work->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStrainRateFormulationFlag
- Value Node: Literal("has StrainRateFormulationFlag")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PlasticEngineeringStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PlasticEngineeringStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExtensometerGaugeLength_MilliM
- Value Node: Literal("has ExtensometerGaugeLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NumberFailedIntegrationPoints
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NumberFailedIntegrationPoints->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPunchDiameter_MilliM
- Value Node: Literal("has PunchDiameter")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RateSensitivityOfSlip
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RateSensitivityOfSlip->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentagePlasticExtensionAtMaximumForce_PERCENT
- Value Node: Literal("has PercentagePlasticExtensionAtMaximumForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentageTotalExtensionAtFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentageTotalExtensionAtFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaterialClass
- Value Node: Literal("has MaterialClass")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :GridSize
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :GridSize->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueFractureStress_MegaPA
- Value Node: Literal("has TrueFractureStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MajorTrueStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MajorTrueStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWidth_MilliM
- Value Node: Literal("has Width")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :OriginalDiameter
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :OriginalDiameter->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLubricationSystem
- Value Node: Literal("has LubricationSystem")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestPieceThickness
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestPieceThickness->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasForceMeasuringSystem
- Value Node: Literal("has ForceMeasuringSystem")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentageTotalExtensionAtMaximumForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentageTotalExtensionAtMaximumForce->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaterialCard
- Value Node: Literal("has MaterialCard")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ShearLengthAfterFracture1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ShearLengthAfterFracture1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStandardDeviationOfTheSlope_MegaPA
- Value Node: Literal("has StandardDeviationOfTheSlope")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DamageExponent
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DamageExponent->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasParallelLength_MilliM
- Value Node: Literal("has ParallelLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DamageThreshold
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DamageThreshold->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMachine
- Value Node: Literal("has Machine")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaximumForceNoDiscontinousYielding
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaximumForceNoDiscontinousYielding->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceLength_MilliM
- Value Node: Literal("has TestPieceLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MinorTrueStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MinorTrueStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWidthAfterFracture2_MilliM
- Value Node: Literal("has WidthAfterFracture2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Software
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Software->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasResultsFile
- Value Node: Literal("has ResultsFile")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Failure
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Failure->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDataSamplingFrequency
- Value Node: Literal("has DataSamplingFrequency")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TruePlasticThicknessStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TruePlasticThicknessStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMatTabulatedJohnsonCookLogInterpolation
- Value Node: Literal("has MatTabulatedJohnsonCookLogInterpolation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrystalPlasticityConstitutiveModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrystalPlasticityConstitutiveModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeasuringRange
- Value Node: Literal("has MeasuringRange")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestTime
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestTime->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEulerAngle1
- Value Node: Literal("has EulerAngle1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MinimumCrossSectionAfterFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MinimumCrossSectionAfterFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageReductionOfArea_PERCENT
- Value Node: Literal("has PercentageReductionOfArea")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Workflow
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Workflow->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFEMSolver
- Value Node: Literal("has FEMSolver")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TotalAverageDiameter
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TotalAverageDiameter->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCRMUncertainty_UNITLESS
- Value Node: Literal("has CRMUncertainty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldingIdentifierIsoThermal
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldingIdentifierIsoThermal->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageTotalExtensionAtMaximumForce_PERCENT
- Value Node: Literal("has PercentageTotalExtensionAtMaximumForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FormingLimitCurve
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FormingLimitCurve->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestingRate
- Value Node: Literal("has TestingRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :rollingSchedule
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :rollingSchedule->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasElasticityModel
- Value Node: Literal("has ElasticityModel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DeliveryDate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DeliveryDate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDefaultValue
- Value Node: Literal("has DefaultValue")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DamaskCode
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DamaskCode->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardnessCRMStandardDeviation_HBW
- Value Node: Literal("has BrinellHardnessCRMStandardDeviation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ClampingForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ClampingForce->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTangentYieldModulus_MegaPA
- Value Node: Literal("has TangentYieldModulus")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ProofStrength_0.2Percentage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ProofStrength_0.2Percentage->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTotalLength_MilliM
- Value Node: Literal("has TotalLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :GrainOrientation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :GrainOrientation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTruePlasticStrain_UNITLESS
- Value Node: Literal("has TruePlasticStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TotalEngineeringStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TotalEngineeringStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTotalEngineeringStrain_PERCENT
- Value Node: Literal("has TotalEngineeringStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ForceAtFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ForceAtFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSlopeElasticPartStressStrainCurve_MegaPA
- Value Node: Literal("has SlopeElasticPartStressStrainCurve")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FEMSolver
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FEMSolver->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMinorTrueStrain
- Value Node: Literal("has MinorTrueStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MeasuringDevice
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MeasuringDevice->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEvaluationMethod
- Value Node: Literal("has EvaluationMethod")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureStrainIdentifier4StrainRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4StrainRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWidthChange_MilliM
- Value Node: Literal("has WidthChange")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Component
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Component->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleInfos
- Value Node: Literal("has SampleInfos")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Width
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Width->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSupplier
- Value Node: Literal("has Supplier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Geometry
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Geometry->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDynamometerArea_MilliM2
- Value Node: Literal("has DynamometerArea")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ConstitutiveModelParameter
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasReferenceElementSize_MilliM
- Value Node: Literal("has ReferenceElementSize")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Manufacturing
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Manufacturing->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasComputerControlledTensileTestingMachine
- Value Node: Literal("has ComputerControlledTensileTestingMachine")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentageExtension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentageExtension->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MorphologicalTexture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MorphologicalTexture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEmpty
- Value Node: Literal("has Empty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :stripWidth
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :stripWidth->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueThicknessStrain
- Value Node: Literal("has TrueThicknessStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Displacement
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Displacement->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDX56D
- Value Node: Literal("has DX56D")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PhaseBoundary
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PhaseBoundary->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPlasticEngineeringStrain_PERCENT
- Value Node: Literal("has PlasticEngineeringStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaterialClass
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaterialClass->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDamageThreshold_UNITLESS
- Value Node: Literal("has DamageThreshold")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ExperimentIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ExperimentIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDamageTreatment_UNITLESS
- Value Node: Literal("has DamageTreatment")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PunchDisplacement
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PunchDisplacement->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProofStrength_0.2Percentage_MegaPA
- Value Node: Literal("has ProofStrength_0.2Percentage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :normalDirection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :normalDirection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEulerAngle2
- Value Node: Literal("has EulerAngle2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :stripTension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :stripTension->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueStress_MegaPA
- Value Node: Literal("has TrueStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :IndentationDiameterVertical
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterVertical->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLatticeStructure
- Value Node: Literal("has LatticeStructure")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :StiffnessComponent
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :StiffnessComponent->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeasuringDevice
- Value Node: Literal("has MeasuringDevice")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestTemperature
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestTemperature->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTruePlasticThicknessStrain
- Value Node: Literal("has TruePlasticThicknessStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestingFacility
- Value Node: Literal("has TestingFacility")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DiameterAfterFracture2
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DiameterAfterFracture2->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStrainRateScaleParameterP_UNITLESS
- Value Node: Literal("has StrainRateScaleParameterP")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BulgeTest
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BulgeTest->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCrossheadSeparationRate_MilliM-PER-SEC
- Value Node: Literal("has CrossheadSeparationRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EffectiveStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EffectiveStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCrystalPlasticityParameterFile
- Value Node: Literal("has CrystalPlasticityParameterFile")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SampleType
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SampleType->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasForceAtFracture
- Value Node: Literal("has ForceAtFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldSurface
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldSurface->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExtensionMeasuringSystem
- Value Node: Literal("has ExtensionMeasuringSystem")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :rollingForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :rollingForce->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasComposition
- Value Node: Literal("has Composition")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :numberOfPasses
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :numberOfPasses->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFracture
- Value Node: Literal("has Fracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueThicknessStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueThicknessStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStrain_PERCENT
- Value Node: Literal("has Strain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SerialNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SerialNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasElasticConstantC11_MegaPA
- Value Node: Literal("has ElasticConstantC11")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InnerDiameterDie
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InnerDiameterDie->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMinimumCrossSectionAfterFracture_MilliM2
- Value Node: Literal("has MinimumCrossSectionAfterFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrashTest
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrashTest->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardnessCRMAverage_HBW
- Value Node: Literal("has BrinellHardnessCRMAverage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HardeningExponent
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HardeningExponent->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasClampingForce_N
- Value Node: Literal("has ClampingForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaterialIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaterialIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTimeStamp
- Value Node: Literal("has TimeStamp")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElasticConstantC44
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC44->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEngineeringStress_MegaPA
- Value Node: Literal("has EngineeringStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :processChainSimulation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :processChainSimulation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMAT_ADD_DAMAGE_GISSMO
- Value Node: Literal("has MAT_ADD_DAMAGE_GISSMO")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PrincipalStressLimit4PostProcessing
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PrincipalStressLimit4PostProcessing->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestingDirection
- Value Node: Literal("has TestingDirection")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MAT_ADD_DAMAGE_GISSMO
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MAT_ADD_DAMAGE_GISSMO->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMatTabulatedJohnsonCook
- Value Node: Literal("has MatTabulatedJohnsonCook")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueWidthStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueWidthStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasYieldStress_MegaPA
- Value Node: Literal("has YieldStress")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DefaultValue
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DefaultValue->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeasuringAid
- Value Node: Literal("has MeasuringAid")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Force
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Force->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStrainRateScaleParameterC_UNITLESS
- Value Node: Literal("has StrainRateScaleParameterC")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PostProcessingSoftware
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PostProcessingSoftware->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPoissonRatio_UNITLESS
- Value Node: Literal("has PoissonRatio")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaximumSpeed
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaximumSpeed->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasReferenceTemperature_K
- Value Node: Literal("has ReferenceTemperature")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureCriteriaTypeAdd4StrainAverage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd4StrainAverage->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInitialDisplacementRate_MilliM-PER-SEC
- Value Node: Literal("has InitialDisplacementRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :User
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :User->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCameraSystem
- Value Node: Literal("has CameraSystem")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueWidthStrain_UNITLESS
- Value Node: Literal("has TrueWidthStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MeanEngineeringStrainRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MeanEngineeringStrainRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardnessStandardDeviation_HBW
- Value Node: Literal("has BrinellHardnessStandardDeviation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TimeSeries
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TimeSeries->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceThickness
- Value Node: Literal("has TestPieceThickness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Supplier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Supplier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasGridSize_MilliM
- Value Node: Literal("has GridSize")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Time
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Time->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRepetition_MilliM
- Value Node: Literal("has Repetition")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :AmplitudeFile
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :AmplitudeFile->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInitialThickness_MilliM
- Value Node: Literal("has InitialThickness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SpecimenCrossSection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SpecimenCrossSection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMildSteel
- Value Node: Literal("has MildSteel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :transverseDirection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :transverseDirection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSoftware
- Value Node: Literal("has Software")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Steel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Steel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBoundaryFile
- Value Node: Literal("has BoundaryFile")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElementDeletionTreatment
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElementDeletionTreatment->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ExtensionAtFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ExtensionAtFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProjectNumber
- Value Node: Literal("has ProjectNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Grain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Grain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestStandard
- Value Node: Literal("has TestStandard")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FinalGaugeLengthAfterFracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FinalGaugeLengthAfterFracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceGeometry
- Value Node: Literal("has TestPieceGeometry")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TransitionRadius
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TransitionRadius->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSerialNumber
- Value Node: Literal("has SerialNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Discretization
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Discretization->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleType
- Value Node: Literal("has SampleType")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HardeningParameterTheta0
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTheta0->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPunchDisplacement_MilliM
- Value Node: Literal("has PunchDisplacement")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PermissibleUncertainty
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PermissibleUncertainty->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaximumForce_N
- Value Node: Literal("has MaximumForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Radius
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Radius->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPermissibleUncertainty_UNITLESS
- Value Node: Literal("has PermissibleUncertainty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :rollingSpeed
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :rollingSpeed->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCoefficientOfCorrelation_UNITLESS
- Value Node: Literal("has CoefficientOfCorrelation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HCT980C
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HCT980C->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningParameterTau0_MegaPA
- Value Node: Literal("has HardeningParameterTau0")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ForceMeasuringSystem
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ForceMeasuringSystem->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasGrainNumber
- Value Node: Literal("has GrainNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MeasurementResolutionUncertainty
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MeasurementResolutionUncertainty->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInteractionMatrix_UNITLESS
- Value Node: Literal("has InteractionMatrix")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CoordinateSystem
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CoordinateSystem->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRelativeStandardDeviationOfTheSlope_PERCENT
- Value Node: Literal("has RelativeStandardDeviationOfTheSlope")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :contactLength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :contactLength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTransitionRadius_MilliM
- Value Node: Literal("has TransitionRadius")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InitialDisplacementRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InitialDisplacementRate->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSymbolLatex
- Result Path: rdfs:label
- Message: Less than 1 values on :hasSymbolLatex->rdfs:label
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TimeDependentEngineeringStrainRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TimeDependentEngineeringStrainRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNumberFailedIntegrationPoints_UNITLESS
- Value Node: Literal("has NumberFailedIntegrationPoints")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SampleCode
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SampleCode->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPoissonsRatio_UNITLESS
- Value Node: Literal("has PoissonsRatio")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Experiment
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Experiment->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMinTimeStep4ElementDel_SEC
- Value Node: Literal("has MinTimeStep4ElementDel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :LatticeStructure
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :LatticeStructure->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEffecticStrain_UNITLESS
- Value Node: Literal("has EffecticStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :draught
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :draught->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasIndentationDiameterHorizontal_MilliM
- Value Node: Literal("has IndentationDiameterHorizontal")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NumberSlipSystems
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NumberSlipSystems->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEbsdFileName
- Value Node: Literal("has EbsdFileName")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueFractureStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueFractureStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestDirection
- Value Node: Literal("has TestDirection")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ComplexPhaseSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ComplexPhaseSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExtension_MilliM
- Value Node: Literal("has Extension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HardeningParameterTau0
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTau0->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Benchmark
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Benchmark->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaterial
- Value Node: Literal("has Material")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HDF5
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HDF5->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentagePermanentElongation_PERCENT
- Value Node: Literal("has PercentagePermanentElongation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :WidthStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :WidthStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPiece
- Value Node: Literal("has TestPiece")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FractureStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FractureStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProjectName
- Value Node: Literal("has ProjectName")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrystalPlasticityParameterFile
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrystalPlasticityParameterFile->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSteel
- Value Node: Literal("has Steel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BatchNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BatchNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTensileTestingMachine
- Value Node: Literal("has TensileTestingMachine")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SimulationCode
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SimulationCode->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageElongation_PERCENT
- Value Node: Literal("has PercentageElongation")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PunchDiameter
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PunchDiameter->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExampleData
- Result Path: rdfs:label
- Message: Less than 1 values on :hasExampleData->rdfs:label
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ExtensionMeasuringSystem
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ExtensionMeasuringSystem->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDiameterAfterFracture1_MilliM
- Value Node: Literal("has DiameterAfterFracture1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CoefficientOfCorrelation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CoefficientOfCorrelation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTotalAverageDiameter_MilliM
- Value Node: Literal("has TotalAverageDiameter")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PermanentSetStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PermanentSetStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasElasticConstantC44_MegaPA
- Value Node: Literal("has ElasticConstantC44")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ModulusOfElasticity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ModulusOfElasticity->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceProducer
- Value Node: Literal("has TestPieceProducer")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureCriteriaTypeAdd4ElementDeletion
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd4ElementDeletion->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS
- Value Node: Literal("has FailureCriteriaTypeAdd4StrainAverage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InteractionMatrix
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InteractionMatrix->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFadingExponent_UNITLESS
- Value Node: Literal("has FadingExponent")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestPieceProducer
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestPieceProducer->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleCode
- Value Node: Literal("has SampleCode")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ShearLengthAfterFracture2
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ShearLengthAfterFracture2->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEulerAngleConvention
- Value Node: Literal("has EulerAngleConvention")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :StrainRateFormulationFlag
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :StrainRateFormulationFlag->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasIdentifier
- Value Node: Literal("has Identifier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SpecificHeatCapacity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SpecificHeatCapacity->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHomogenizationModel
- Value Node: Literal("has HomogenizationModel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :OriginalCrosssection
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :OriginalCrosssection->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLaboratory
- Value Node: Literal("has Laboratory")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Fracture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Fracture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalThickness_MilliM
- Value Node: Literal("has OriginalThickness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestPieceIdentifier
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestPieceIdentifier->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasAnisotropicYieldFunction
- Value Node: Literal("has AnisotropicYieldFunction")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :rollGap
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :rollGap->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEngineeringStrain_PERCENT
- Value Node: Literal("has EngineeringStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestTemperatur
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestTemperatur->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLowerYieldStrength_MegaPA
- Value Node: Literal("has LowerYieldStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EffecticStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EffecticStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RValue
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RValue->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageExtension_UNITLESS
- Value Node: Literal("has PercentageExtension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestPieceProcessing
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestPieceProcessing->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRValue_UNITLESS
- Value Node: Literal("has RValue")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MatTabulatedJohnsonCook
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MatTabulatedJohnsonCook->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSheetThickness
- Value Node: Literal("has SheetThickness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningParameterTheta1_MegaPA
- Value Node: Literal("has HardeningParameterTheta1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :YieldForce_0.2Percentage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :YieldForce_0.2Percentage->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningParameterTau1_MegaPA
- Value Node: Literal("has HardeningParameterTau1")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ChemicalComposition
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ChemicalComposition->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNumberSlipSystems_UNITLESS
- Value Node: Literal("has NumberSlipSystems")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DiameterAfterFracture1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DiameterAfterFracture1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBatchNumber
- Value Node: Literal("has BatchNumber")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ReferenceTemperature
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ReferenceTemperature->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleIdentifier-2
- Value Node: Literal("has SampleIdentifier-2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TruePlasticStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TruePlasticStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardnessAverage_HBW
- Value Node: Literal("has BrinellHardnessAverage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PunchVelocity
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PunchVelocity->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHCT980C
- Value Node: Literal("has HCT980C")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HCT980X
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HCT980X->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalCrosssection_MilliM2
- Value Node: Literal("has OriginalCrosssection")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MeanPlasticStrainRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MeanPlasticStrainRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLatentHardeningQ0_UNITLESS
- Value Node: Literal("has LatentHardeningQ0")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InventoryNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InventoryNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasAnisotropicYieldFunctionParameters
- Value Node: Literal("has AnisotropicYieldFunctionParameters")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TrueTotalStrain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TrueTotalStrain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPreliminaryForce_KiloN
- Value Node: Literal("has PreliminaryForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SampleProduction
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SampleProduction->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFormingLimitDiagram
- Value Node: Literal("has FormingLimitDiagram")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FinalCriticalStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FinalCriticalStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMinimumCrosssectionAfterFracture_MilliM2
- Value Node: Literal("has MinimumCrosssectionAfterFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ReferenceShearRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ReferenceShearRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMicroalloyedSteel
- Value Node: Literal("has MicroalloyedSteel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EngineeringStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EngineeringStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRemark
- Value Node: Literal("has Remark")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EulerAngleConvention
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EulerAngleConvention->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageYieldPointExtension_PERCENT
- Value Node: Literal("has PercentageYieldPointExtension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ProofStrengthPlasticExtension
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ProofStrengthPlasticExtension->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNumberOfVirtualExperiments
- Value Node: Literal("has NumberOfVirtualExperiments")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ShearTest
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ShearTest->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMajorTrueStrain
- Value Node: Literal("has MajorTrueStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :InitialCriticalStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :InitialCriticalStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasReferenceShearRate_UNITLESS
- Value Node: Literal("has ReferenceShearRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Strain
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Strain->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProofStrengthPlasticExtension_MegaPA
- Value Node: Literal("has ProofStrengthPlasticExtension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestingRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestingRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NumberGrains
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NumberGrains->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueTotalStrain_UNITLESS
- Value Node: Literal("has TrueTotalStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DataSamplingFrequency
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DataSamplingFrequency->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFailureTreatment_UNITLESS
- Value Node: Literal("has FailureTreatment")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :StrainRateScaleParameterC
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleParameterC->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasInv_ShearRateSensitivity_UNITLESS
- Value Node: Literal("has Inv_ShearRateSensitivity")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PreliminaryForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PreliminaryForce->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardness_HBW
- Value Node: Literal("has BrinellHardness")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EulerAngle2
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EulerAngle2->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProofStrength_1Percentage_MegaPA
- Value Node: Literal("has ProofStrength_1Percentage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaterialsScience
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaterialsScience->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasShearLength_MilliM
- Value Node: Literal("has ShearLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Texture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Texture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOriginalGaugeLength_MilliM
- Value Node: Literal("has OriginalGaugeLength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :WidthChange
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :WidthChange->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningCurve
- Value Node: Literal("has HardeningCurve")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SpecimenWidth
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SpecimenWidth->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestTemperature_DEG_C
- Value Node: Literal("has TestTemperature")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElasticConstants_C11_C12_C44
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasShearStrength_MegaPA
- Value Node: Literal("has ShearStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FailureCriteriaTypeAdd
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRadiusCurvature_MilliM
- Value Node: Literal("has RadiusCurvature")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Grid
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Grid->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestTemperatur
- Value Node: Literal("has TestTemperatur")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TotalElongation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TotalElongation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasForce_KiloN
- Value Node: Literal("has Force")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DrawingSpeed
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DrawingSpeed->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasProofStrengthTotalExtension_MegaPA
- Value Node: Literal("has ProofStrengthTotalExtension")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BiaxialStress
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BiaxialStress->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMaximumForceNoDiscontinousYielding_N
- Value Node: Literal("has MaximumForceNoDiscontinousYielding")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :NumberOfVirtualExperiments
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :NumberOfVirtualExperiments->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageElongationAfterFracture_PERCENT
- Value Node: Literal("has PercentageElongationAfterFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrystallographyTexture
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrystallographyTexture->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMassDensity_GM-PER-CentiM3
- Value Node: Literal("has MassDensity")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ThicknessAfterFracture1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ThicknessAfterFracture1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPistonSpeed_MilliM-PER-SEC
- Value Node: Literal("has PistonSpeed")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElasticConstantC12
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC12->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleIdentifier
- Value Node: Literal("has SampleIdentifier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :EulerAngle3
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :EulerAngle3->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSpecificPlasticWork
- Value Node: Literal("has SpecificPlasticWork")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TestingMachineUncertainty
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TestingMachineUncertainty->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTester
- Value Node: Literal("has Tester")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Validation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Validation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPreliminaryForce_MegaPA
- Value Node: Literal("has PreliminaryForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :RelativeStandardDeviationOfTheSlope
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :RelativeStandardDeviationOfTheSlope->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasYieldForce_0.2Percentage_KiloN
- Value Node: Literal("has YieldForce_0.2Percentage")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :HomogenizationModel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :HomogenizationModel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTimeDependentEngineeringStrainRate_PER-SEC
- Value Node: Literal("has TimeDependentEngineeringStrainRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Clamping
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Clamping->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTruePlasticStrainAtFracture_PERCENT
- Value Node: Literal("has TruePlasticStrainAtFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :PercentagePlasticExtensionAtMaximumForce
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :PercentagePlasticExtensionAtMaximumForce->rdfs:comment
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSymbol
- Result Path: rdfs:label
- Message: Less than 1 values on :hasSymbol->rdfs:label
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :GrainNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :GrainNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasElasticConstantC12_MegaPA
- Value Node: Literal("has ElasticConstantC12")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SheetThickness
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SheetThickness->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasLocation
- Value Node: Literal("has Location")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Location
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Location->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDamageExponent_UNITLESS
- Value Node: Literal("has DamageExponent")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MachineLearning
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MachineLearning->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasCalibrationComponents
- Value Node: Literal("has CalibrationComponents")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CrossheadDisplacement
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CrossheadDisplacement->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMatPiecewiseLinearPlasticity
- Value Node: Literal("has MatPiecewiseLinearPlasticity")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :DieTool
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :DieTool->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestTime_SEC
- Value Node: Literal("has TestTime")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Damage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Damage->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasExperimentIdentifier
- Value Node: Literal("has ExperimentIdentifier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TensileStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TensileStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTestPieceComposition
- Value Node: Literal("has TestPieceComposition")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ProofStrength_1Percentage
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ProofStrength_1Percentage->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasUser
- Value Node: Literal("has User")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ElementDeletionFlag
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ElementDeletionFlag->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasYieldStrength_MegaPA
- Value Node: Literal("has YieldStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FeedbackLoop
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FeedbackLoop->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTaylorQuinneyCoefficient_UNITLESS
- Value Node: Literal("has TaylorQuinneyCoefficient")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :ResultsFile
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :ResultsFile->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMeasurementResolutionUncertainty_HBW
- Value Node: Literal("has MeasurementResolutionUncertainty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :WidthAfterFracture1
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :WidthAfterFracture1->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWidthStrain_UNITLESS
- Value Node: Literal("has WidthStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MicroalloyedSteel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MicroalloyedSteel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDiameterAfterFracture2_MilliM
- Value Node: Literal("has DiameterAfterFracture2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MaximumForceDiscontinousYielding
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MaximumForceDiscontinousYielding->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasNumberGrains
- Value Node: Literal("has NumberGrains")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SpecificPlasticWorkValue
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SpecificPlasticWorkValue->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasMicrostructureModel
- Value Node: Literal("has MicrostructureModel")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CharacteristicEngineeringStrainRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CharacteristicEngineeringStrainRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasGrade
- Value Node: Literal("has Grade")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :StandardDeviationOfTheSlope
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :StandardDeviationOfTheSlope->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBlankHolderForce_KiloN
- Value Node: Literal("has BlankHolderForce")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :SlipSystemNumber
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :SlipSystemNumber->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasModulusOfElasticity_MegaPA
- Value Node: Literal("has ModulusOfElasticity")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FrameRate
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FrameRate->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageTotalExtensionAtFracture_PERCENT
- Value Node: Literal("has PercentageTotalExtensionAtFracture")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Microstructure
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Microstructure->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
+ Severity: sh:Violation
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BoundaryFile
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BoundaryFile->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFrameRate_PER-SEC
- Value Node: Literal("has FrameRate")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FormingLimitDiagram
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FormingLimitDiagram->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueStrain_UNITLESS
- Value Node: Literal("has TrueStrain")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :UpperYieldStrength
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :UpperYieldStrength->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasOperator
- Value Node: Literal("has Operator")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :TangentYieldModulus
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :TangentYieldModulus->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS
- Value Node: Literal("has FailureCriteriaTypeAdd4ElementDeletion")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Experimentation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Experimentation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasBrinellHardnessUncertainty_HBW
- Value Node: Literal("has BrinellHardnessUncertainty")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :CalibrationComponents
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :CalibrationComponents->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPostProcessingSoftware
- Value Node: Literal("has PostProcessingSoftware")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :MinTimeStep4ElementDel
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :MinTimeStep4ElementDel->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasShearLengthAfterFracture2_MilliM
- Value Node: Literal("has ShearLengthAfterFracture2")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :FluidSolidTransition
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :FluidSolidTransition->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasIndenterIdentifier
- Value Node: Literal("has IndenterIdentifier")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :BrinellHardness
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :BrinellHardness->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTensileStrength_MegaPA
- Value Node: Literal("has TensileStrength")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Repetition
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Repetition->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
- Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasYoungsModulus_MegaPA
- Value Node: Literal("has YoungsModulus")
- Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:comment ]
+ Focus Node: :Elongation
+ Result Path: rdfs:comment
+ Message: Less than 1 values on :Elongation->rdfs:comment
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHardeningExponent_UNITLESS
- Value Node: Literal("has HardeningExponent")
+ Focus Node: :MaterialsModeling
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :MaterialsModeling->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasFormingLimitCurve
- Value Node: Literal("has FormingLimitCurve")
+ Focus Node: :Rp02
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Rp02->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasStress_MegaPA
- Value Node: Literal("has Stress")
+ Focus Node: :Hill48M
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48M->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPunchVelocity_MilliM-PER-SEC
- Value Node: Literal("has PunchVelocity")
+ Focus Node: :Hill48H
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48H->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentageElongation_MilliM
- Value Node: Literal("has PercentageElongation")
+ Focus Node: :InitialFlowStress_g0
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :InitialFlowStress_g0->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHX340LAD
- Value Node: Literal("has HX340LAD")
+ Focus Node: :Hill48G
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48G->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSampleProduction
- Value Node: Literal("has SampleProduction")
+ Focus Node: :ConstitutiveModel
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :ConstitutiveModel->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasSpecificHeatCapacity_J-Per-Gm-K
- Value Node: Literal("has SpecificHeatCapacity")
+ Focus Node: :MaterialsInformatics
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :MaterialsInformatics->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRadius_MilliM
- Value Node: Literal("has Radius")
+ Focus Node: :Hill48F
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48F->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasWidthAfterFracture1_MilliM
- Value Node: Literal("has WidthAfterFracture1")
+ Focus Node: :HardeningModulus_h0
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :HardeningModulus_h0->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasForceMeasuringDevice
- Value Node: Literal("has ForceMeasuringDevice")
+ Focus Node: :Hill48N
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48N->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPercentagePermanentExtension_UNITLESS
- Value Node: Literal("has PercentagePermanentExtension")
+ Focus Node: :ConstitutiveModelParameter
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasThicknessAfterFracture1_MilliM
- Value Node: Literal("has ThicknessAfterFracture1")
+ Focus Node: :Manufacturing
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Manufacturing->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasHCT980X
- Value Node: Literal("has HCT980X")
+ Focus Node: :FlowStressExponent_a
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :FlowStressExponent_a->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasTrueFractureStrain
- Value Node: Literal("has TrueFractureStrain")
+ Focus Node: :Hill48L
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :Hill48L->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasPlasticityModel
- Value Node: Literal("has PlasticityModel")
+ Focus Node: :MaterialsScience
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :MaterialsScience->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasEulerAngle3
- Value Node: Literal("has EulerAngle3")
+ Focus Node: :ElasticConstants_C11_C12_C44
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRateSensitivityOfSlip_UNITLESS
- Value Node: Literal("has RateSensitivityOfSlip")
+ Focus Node: :FinalFlowStress_ginf
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :FinalFlowStress_ginf->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasDisplacementTransducer
- Value Node: Literal("has DisplacementTransducer")
+ Focus Node: :MachineLearning
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :MachineLearning->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasGrid
- Value Node: Literal("has Grid")
+ Focus Node: :StressExponent_n
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
-Constraint Violation in DatatypeConstraintComponent (http://www.w3.org/ns/shacl#DatatypeConstraintComponent):
+ Message: Less than 1 values on :StressExponent_n->rdfs:label
+Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:datatype rdf:langString ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path rdfs:label ]
- Focus Node: :hasRadiusDie_MilliM
- Value Node: Literal("has RadiusDie")
+ Focus Node: :Experimentation
Result Path: rdfs:label
- Message: Value is not Literal with datatype rdf:langString
+ Message: Less than 1 values on :Experimentation->rdfs:label
diff --git a/docs/validation-report.txt b/docs/validation-report.txt
index b4823733..55768000 100644
--- a/docs/validation-report.txt
+++ b/docs/validation-report.txt
@@ -1,1026 +1,7 @@
Validation Report
Conforms: False
-Results (1439):
- Message: Less than 1 values on :hasShearLengthAfterFracture2_Object->rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityParameterFile_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd_Object->rdfs:comment
- Message: Less than 1 values on :hasMeanEngineeringStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWorkValue->rdfs:comment
- Message: Less than 1 values on :hasDieTool->rdfs:comment
- Message: Less than 1 values on :hasWork_KiloJ->rdfs:comment
- Message: Less than 1 values on :hasCrossheadDisplacement_Object->rdfs:comment
- Message: Less than 1 values on :hasForce_N->rdfs:comment
- Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_Object->rdfs:comment
- Message: Less than 1 values on :hasDamageTreatment_Object->rdfs:comment
- Message: Less than 1 values on :hasDualPhaseSteel->rdfs:comment
- Message: Less than 1 values on :hasSampleType_Object->rdfs:comment
- Message: Less than 1 values on :hasPermanentSetStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTransitionRadius_Object->rdfs:comment
- Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasNominalEngineeringStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasShearStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasBatchNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasDrawingSpeed_Object->rdfs:comment
- Message: Less than 1 values on :hasEffectiveStress_Object->rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterDie_Object->rdfs:comment
- Message: Less than 1 values on :hasCrossheadDisplacement_MilliM->rdfs:comment
- Message: Less than 1 values on :hasRadiusCurvature_Object->rdfs:comment
- Message: Less than 1 values on :hasOriginalWidth_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTestPieceGeometry_Object->rdfs:comment
- Message: Less than 1 values on :hasPunchDiameter_Object->rdfs:comment
- Message: Less than 1 values on :hasYieldingIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasElongation_MilliM->rdfs:comment
- Message: Less than 1 values on :hasEffectiveStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTotalAverageDiameter_Object->rdfs:comment
- Message: Less than 1 values on :hasBiaxialStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasCameraSystem_Object->rdfs:comment
- Message: Less than 1 values on :hasOriginalCrossSection_MilliM2->rdfs:comment
- Message: Less than 1 values on :hasCrossHardeningParameter_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasDescriptionCitationSource->rdfs:comment
- Message: Less than 1 values on :hasFLCDetermination->rdfs:comment
- Message: Less than 1 values on :hasForce_Object->rdfs:comment
- Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasDieTool_Object->rdfs:comment
- Message: Less than 1 values on :hasSlipSystemNumber->rdfs:comment
- Message: Less than 1 values on :hasBiaxialStress_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier-2_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterialCard_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPieceIdentifier->rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterP_Object->rdfs:comment
- Message: Less than 1 values on :hasStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasTestingMachineUncertainty_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle1_Object->rdfs:comment
- Message: Less than 1 values on :hasLocation_Object->rdfs:comment
- Message: Less than 1 values on :hasExtensionAtFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStress_Object->rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel->rdfs:comment
- Message: Less than 1 values on :hasFLCDetermination_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueStress_Object->rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture2_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTexture->rdfs:comment
- Message: Less than 1 values on :hasDiscretization->rdfs:comment
- Message: Less than 1 values on :hasEulerAngleConvention_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningLaw->rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
- Message: Less than 1 values on :hasMeanPlasticStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasMicroalloyedSteel_Object->rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture1_Object->rdfs:comment
- Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_Object->rdfs:comment
- Message: Less than 1 values on :hasMachine_Object->rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_KiloN->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta0_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasMaterialClass_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPiecePreparation->rdfs:comment
- Message: Less than 1 values on :hasDamageExponent_Object->rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_Object->rdfs:comment
- Message: Less than 1 values on :hasAmplitudeFile->rdfs:comment
- Message: Less than 1 values on :hasDisplacement_MilliM->rdfs:comment
- Message: Less than 1 values on :hasHomogenizationModel_Object->rdfs:comment
- Message: Less than 1 values on :hasClamping->rdfs:comment
- Message: Less than 1 values on :hasMaximumSpeed->rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_Object->rdfs:comment
- Message: Less than 1 values on :hasDeliveryDate->rdfs:comment
- Message: Less than 1 values on :hasGaugeLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTrueTotalStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ1_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasStress_Object->rdfs:comment
- Message: Less than 1 values on :hasPressureChamber_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTestPieceProducer_Object->rdfs:comment
- Message: Less than 1 values on :hasOriginalDiameter_Object->rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ1_Object->rdfs:comment
- Message: Less than 1 values on :hasNotchTensileStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTime_SEC->rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasTrueStressAtFracture_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasOriginalDiameter_MilliM->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterAverage_MilliM->rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture1_MilliM->rdfs:comment
- Message: Less than 1 values on :hasRollingDirection_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterVertical_MilliM->rdfs:comment
- Message: Less than 1 values on :hasMeasuringAid_Object->rdfs:comment
- Message: Less than 1 values on :hasForceAtFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterDie_MilliM->rdfs:comment
- Message: Less than 1 values on :codeVersion->rdfs:comment
- Message: Less than 1 values on :hasPlasticEngineeringStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasUpperYieldStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation_Object->rdfs:comment
- Message: Less than 1 values on :hasComplexPhaseSteel->rdfs:comment
- Message: Less than 1 values on :hasFormingLimitCurve_Object->rdfs:comment
- Message: Less than 1 values on :hasYoungsModulus_Object->rdfs:comment
- Message: Less than 1 values on :hasDrawingSpeed_MilliM-PER-MIN->rdfs:comment
- Message: Less than 1 values on :hasFEMSolver_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPieceProcessing->rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterBlankHolder_MilliM->rdfs:comment
- Message: Less than 1 values on :hasAbsoluteCrossheadTravel_MilliM->rdfs:comment
- Message: Less than 1 values on :hasRadiusDie_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentElongation_Object->rdfs:comment
- Message: Less than 1 values on :hasTypicalUnit->rdfs:comment
- Message: Less than 1 values on :hasProjectNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4MeshDependency_Object->rdfs:comment
- Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_N->rdfs:comment
- Message: Less than 1 values on :hasDeliveryDate_Object->rdfs:comment
- Message: Less than 1 values on :hasExtensionAtFracture_MilliM->rdfs:comment
- Message: Less than 1 values on :hasMaterialIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasSpecimenWidth_MilliM->rdfs:comment
- Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_Object->rdfs:comment
- Message: Less than 1 values on :hasInventoryNumber->rdfs:comment
- Message: Less than 1 values on :hasInitialSheetThickness_MilliM->rdfs:comment
- Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_MilliM->rdfs:comment
- Message: Less than 1 values on :hasRollingDirection->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardness_Object->rdfs:comment
- Message: Less than 1 values on :hasTargetClampingForce_KiloN->rdfs:comment
- Message: Less than 1 values on :hasCalibrationStatus->rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO_Object->rdfs:comment
- Message: Less than 1 values on :hasNominalEngineeringStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasIndenterIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasComposition_Object->rdfs:comment
- Message: Less than 1 values on :hasOperator_Object->rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_GigaPA->rdfs:comment
- Message: Less than 1 values on :hasDiameter_MilliM->rdfs:comment
- Message: Less than 1 values on :hasBoundaryFile_Object->rdfs:comment
- Message: Less than 1 values on :hasReferenceElementSize_Object->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterAverage_Object->rdfs:comment
- Message: Less than 1 values on :hasNumberOfVirtualExperiments_Object->rdfs:comment
- Message: Less than 1 values on :hasStrainRateFormulationFlag->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_Object->rdfs:comment
- Message: Less than 1 values on :hasMinorTrueStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasExtensometerGaugeLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTestPiece_Object->rdfs:comment
- Message: Less than 1 values on :hasDiscretization_Object->rdfs:comment
- Message: Less than 1 values on :hasComputerControlledTensileTestingMachine_Object->rdfs:comment
- Message: Less than 1 values on :hasPunchDiameter_MilliM->rdfs:comment
- Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasGrid_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterialClass->rdfs:comment
- Message: Less than 1 values on :hasOriginalCrossSection_Object->rdfs:comment
- Message: Less than 1 values on :hasInv_ShearRateSensitivity_Object->rdfs:comment
- Message: Less than 1 values on :hasDisplacementTransducer_Object->rdfs:comment
- Message: Less than 1 values on :hasProofStrengthTotalExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasWidth_MilliM->rdfs:comment
- Message: Less than 1 values on :hasLubricationSystem->rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringSystem->rdfs:comment
- Message: Less than 1 values on :hasHCT980C_Object->rdfs:comment
- Message: Less than 1 values on :hasSupplier_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterialCard->rdfs:comment
- Message: Less than 1 values on :hasDX56D_Object->rdfs:comment
- Message: Less than 1 values on :hasStandardDeviationOfTheSlope_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasParallelLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTensileTestingMachine_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPiecePreparation_Object->rdfs:comment
- Message: Less than 1 values on :hasInitialSheetThickness_Object->rdfs:comment
- Message: Less than 1 values on :hasMachine->rdfs:comment
- Message: Less than 1 values on :hasPercentageReductionOfArea_Object->rdfs:comment
- Message: Less than 1 values on :hasOutput->rdfs:comment
- Message: Less than 1 values on :hasMaximumSpeed_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPieceLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture2_MilliM->rdfs:comment
- Message: Less than 1 values on :hasResultsFile->rdfs:comment
- Message: Less than 1 values on :hasDataSamplingFrequency->rdfs:comment
- Message: Less than 1 values on :hasFormingLimitDiagram_Object->rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation->rdfs:comment
- Message: Less than 1 values on :hasMeasuringRange->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle1->rdfs:comment
- Message: Less than 1 values on :hasPercentageReductionOfArea_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasFEMSolver->rdfs:comment
- Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_Object->rdfs:comment
- Message: Less than 1 values on :hasLaboratory_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterial_Object->rdfs:comment
- Message: Less than 1 values on :hasEffecticStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasCRMUncertainty_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasPlasticityModel_Object->rdfs:comment
- Message: Less than 1 values on :hasParallelLength_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasEngineeringStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasTestingRate->rdfs:comment
- Message: Less than 1 values on :hasInitialThickness_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticityModel->rdfs:comment
- Message: Less than 1 values on :hasDefaultValue->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_HBW->rdfs:comment
- Message: Less than 1 values on :hasStandard->rdfs:comment
- Message: Less than 1 values on :hasTestTemperatur_Object->rdfs:comment
- Message: Less than 1 values on :hasFrameRate_Object->rdfs:comment
- Message: Less than 1 values on :hasTangentYieldModulus_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTotalLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTestPieceProcessing_Object->rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity_Object->rdfs:comment
- Message: Less than 1 values on :hasUpperYieldStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasInitialCriticalStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasMeanEngineeringStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasRemark_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningExponent_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasPostProcessingSoftware_Object->rdfs:comment
- Message: Less than 1 values on :hasTotalEngineeringStrain_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasMinorTrueStrain->rdfs:comment
- Message: Less than 1 values on :hasEvaluationMethod->rdfs:comment
- Message: Less than 1 values on :hasReferenceTemperature_Object->rdfs:comment
- Message: Less than 1 values on :hasWidthChange_MilliM->rdfs:comment
- Message: Less than 1 values on :sequence->rdfs:comment
- Message: Less than 1 values on :environment->rdfs:comment
- Message: Less than 1 values on :hasClampingForce_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleInfos->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau1_Object->rdfs:comment
- Message: Less than 1 values on :hasHX340LAD_Object->rdfs:comment
- Message: Less than 1 values on :hasSupplier->rdfs:comment
- Message: Less than 1 values on :hasDynamometerArea_MilliM2->rdfs:comment
- Message: Less than 1 values on :hasReferenceElementSize_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTensileStrength_Object->rdfs:comment
- Message: Less than 1 values on :metadata->rdfs:comment
- Message: Less than 1 values on :hasTrueStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasSheetThickness_Object->rdfs:comment
- Message: Less than 1 values on :hasComputerControlledTensileTestingMachine->rdfs:comment
- Message: Less than 1 values on :hasEmpty->rdfs:comment
- Message: Less than 1 values on :hasTypicalUnitLabel->rdfs:comment
- Message: Less than 1 values on :hasTrueThicknessStrain->rdfs:comment
- Message: Less than 1 values on :hasDX56D->rdfs:comment
- Message: Less than 1 values on :hasDisplacement_Object->rdfs:comment
- Message: Less than 1 values on :hasPlasticEngineeringStrain_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasDamageThreshold_UNITLESS->rdfs:comment
- Message: Less than 1 values on :usesCode->rdfs:comment
- Message: Less than 1 values on :hasTestPieceComposition_Object->rdfs:comment
- Message: Less than 1 values on :hasRValue_Object->rdfs:comment
- Message: Less than 1 values on :hasDamageTreatment_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasMajorTrueStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasProofStrength_0.2Percentage_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle2->rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture2_Object->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessAverage_Object->rdfs:comment
- Message: Less than 1 values on :hasEngineeringStress_Object->rdfs:comment
- Message: Less than 1 values on :hasTimeStamp_Object->rdfs:comment
- Message: Less than 1 values on :hasMeasurementResolutionUncertainty_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasLatticeStructure->rdfs:comment
- Message: Less than 1 values on :hasMeasuringDevice->rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticThicknessStrain->rdfs:comment
- Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageElongationAfterFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasTestingFacility->rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterP_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasEvaluationMethod_Object->rdfs:comment
- Message: Less than 1 values on :parameters->rdfs:comment
- Message: Less than 1 values on :hasTangentYieldModulus_Object->rdfs:comment
- Message: Less than 1 values on :hasCrossheadSeparationRate_MilliM-PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasInitialHardening_Object->rdfs:comment
- Message: Less than 1 values on :hasJob->rdfs:comment
- Message: Less than 1 values on :hasMicrostructureModel_Object->rdfs:comment
- Message: Less than 1 values on :hasResultsFile_Object->rdfs:comment
- Message: Less than 1 values on :hasEmpty_Object->rdfs:comment
- Message: Less than 1 values on :executedBy->rdfs:comment
- Message: Less than 1 values on :ressourceUri->rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterC_Object->rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityParameterFile->rdfs:comment
- Message: Less than 1 values on :hasHCT980X_Object->rdfs:comment
- Message: Less than 1 values on :hasGridSize_Object->rdfs:comment
- Message: Less than 1 values on :hasTestStandard_Object->rdfs:comment
- Message: Less than 1 values on :hasForceAtFracture->rdfs:comment
- Message: Less than 1 values on :hasExtensionMeasuringSystem->rdfs:comment
- Message: Less than 1 values on :hasComposition->rdfs:comment
- Message: Less than 1 values on :hasFracture->rdfs:comment
- Message: Less than 1 values on :hasStrain_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasMassDensity_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC11_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_MilliM2->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMAverage_HBW->rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture1_Object->rdfs:comment
- Message: Less than 1 values on :hasInnerDiameterBlankHolder_Object->rdfs:comment
- Message: Less than 1 values on :hasInitialDisplacementRate_Object->rdfs:comment
- Message: Less than 1 values on :hasMildSteel_Object->rdfs:comment
- Message: Less than 1 values on :hasClampingForce_N->rdfs:comment
- Message: Less than 1 values on :hasTimeStamp->rdfs:comment
- Message: Less than 1 values on :hasEngineeringStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasWidth_Object->rdfs:comment
- Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO->rdfs:comment
- Message: Less than 1 values on :hasTestingDirection->rdfs:comment
- Message: Less than 1 values on :hasCalibrationComponents_Object->rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCook->rdfs:comment
- Message: Less than 1 values on :hasSlipSystemNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasLabelSource->rdfs:comment
- Message: Less than 1 values on :hasYieldStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTestingFacility_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4StrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringDevice_Object->rdfs:comment
- Message: Less than 1 values on :hasMeasuringAid->rdfs:comment
- Message: Less than 1 values on :hasDynamometerArea_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPieceThickness_Object->rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleParameterC_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasStandardDeviationOfTheSlope_Object->rdfs:comment
- Message: Less than 1 values on :hasPoissonRatio_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasReferenceTemperature_K->rdfs:comment
- Message: Less than 1 values on :hasInitialDisplacementRate_MilliM-PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasCameraSystem->rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture2_Object->rdfs:comment
- Message: Less than 1 values on :hasCrossHardeningParameter_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueStressAtFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueWidthStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_HBW->rdfs:comment
- Message: Less than 1 values on :hasSpecificHeatCapacity_Object->rdfs:comment
- Message: Less than 1 values on :hasHDF->rdfs:comment
- Message: Less than 1 values on :hasTestPieceThickness->rdfs:comment
- Message: Less than 1 values on :hasCrossheadSeparationRate_Object->rdfs:comment
- Message: Less than 1 values on :hasTestProperty->rdfs:comment
- Message: Less than 1 values on :hasGridSize_MilliM->rdfs:comment
- Message: Less than 1 values on :hasComplexPhaseSteel_Object->rdfs:comment
- Message: Less than 1 values on :hasRepetition_MilliM->rdfs:comment
- Message: Less than 1 values on :hasClamping_Object->rdfs:comment
- Message: Less than 1 values on :hasTestingMachineUncertainty_Object->rdfs:comment
- Message: Less than 1 values on :hasStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasInitialThickness_MilliM->rdfs:comment
- Message: Less than 1 values on :hasMildSteel->rdfs:comment
- Message: Less than 1 values on :hasSerialNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasSoftware->rdfs:comment
- Message: Less than 1 values on :hasBoundaryFile->rdfs:comment
- Message: Less than 1 values on :hasProjectNumber->rdfs:comment
- Message: Less than 1 values on :hasTestStandard->rdfs:comment
- Message: Less than 1 values on :hasTestPieceGeometry->rdfs:comment
- Message: Less than 1 values on :hasSerialNumber->rdfs:comment
- Message: Less than 1 values on :hasSampleType->rdfs:comment
- Message: Less than 1 values on :hasPunchDisplacement_MilliM->rdfs:comment
- Message: Less than 1 values on :hasRateSensitivityOfSlip_Object->rdfs:comment
- Message: Less than 1 values on :hasMaximumForce_N->rdfs:comment
- Message: Less than 1 values on :hasRadius_Object->rdfs:comment
- Message: Less than 1 values on :hasPunchDisplacement_Object->rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ0_Object->rdfs:comment
- Message: Less than 1 values on :hasFinalCriticalStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasTestTemperature_Object->rdfs:comment
- Message: Less than 1 values on :hasMeasuringRange_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticThicknessStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasPermissibleUncertainty_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasCoefficientOfCorrelation_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle2_Object->rdfs:comment
- Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleInfos_Object->rdfs:comment
- Message: Less than 1 values on :hasWidthStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau0_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasGrainNumber->rdfs:comment
- Message: Less than 1 values on :hasGrainNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasInteractionMatrix_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasTransitionRadius_MilliM->rdfs:comment
- Message: Less than 1 values on :hasSymbolLatex->rdfs:comment
- Message: Less than 1 values on :hasNumberFailedIntegrationPoints_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasPoissonsRatio_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasUser_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterialInstabilityStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasMinTimeStep4ElementDel_SEC->rdfs:comment
- Message: Less than 1 values on :hasEffecticStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterHorizontal_MilliM->rdfs:comment
- Message: Less than 1 values on :hasFadingExponent_Object->rdfs:comment
- Message: Less than 1 values on :hasEbsdFileName->rdfs:comment
- Message: Less than 1 values on :hasTrueThicknessStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasDiameter_Object->rdfs:comment
- Message: Less than 1 values on :hasMinTimeStep4ElementDel_Object->rdfs:comment
- Message: Less than 1 values on :hasTestDirection->rdfs:comment
- Message: Less than 1 values on :hasCoefficientOfCorrelation_Object->rdfs:comment
- Message: Less than 1 values on :hasElementDeletionTreatment_Object->rdfs:comment
- Message: Less than 1 values on :hasYieldStress_Object->rdfs:comment
- Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel_Object->rdfs:comment
- Message: Less than 1 values on :hasExtension_MilliM->rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWorkValue_Object->rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWork_Object->rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunction_Object->rdfs:comment
- Message: Less than 1 values on :hasMaterial->rdfs:comment
- Message: Less than 1 values on :hasRepetition_Object->rdfs:comment
- Message: Less than 1 values on :hasPermanentSetStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentElongation_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasTestPiece->rdfs:comment
- Message: Less than 1 values on :hasPressureChamber_Object->rdfs:comment
- Message: Less than 1 values on :hasProjectName->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau0_Object->rdfs:comment
- Message: Less than 1 values on :hasSteel->rdfs:comment
- Message: Less than 1 values on :hasStrainRateFormulationFlag_Object->rdfs:comment
- Message: Less than 1 values on :hasTensileTestingMachine->rdfs:comment
- Message: Less than 1 values on :hasShearLength_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC11_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier4Temperature_Object->rdfs:comment
- Message: Less than 1 values on :hasTotalEngineeringStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC12_Object->rdfs:comment
- Message: Less than 1 values on :hasExampleData->rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture1_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTotalAverageDiameter_MilliM->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC44_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasProofStrength_0.2Percentage_Object->rdfs:comment
- Message: Less than 1 values on :hasTestPieceProducer->rdfs:comment
- Message: Less than 1 values on :hasTestPieceLength_Object->rdfs:comment
- Message: Less than 1 values on :hasLowerYieldStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessCRMAverage_Object->rdfs:comment
- Message: Less than 1 values on :hasFadingExponent_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasOriginalGaugeLength_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleCode->rdfs:comment
- Message: Less than 1 values on :hasEulerAngleConvention->rdfs:comment
- Message: Less than 1 values on :output->rdfs:comment
- Message: Less than 1 values on :hasDataSamplingFrequency_Object->rdfs:comment
- Message: Less than 1 values on :hasIdentifier->rdfs:comment
- Message: Less than 1 values on :hasHomogenizationModel->rdfs:comment
- Message: Less than 1 values on :input->rdfs:comment
- Message: Less than 1 values on :hasLaboratory->rdfs:comment
- Message: Less than 1 values on :hasOriginalThickness_MilliM->rdfs:comment
- Message: Less than 1 values on :hasWidthChange_Object->rdfs:comment
- Message: Less than 1 values on :hasNumberGrains_Object->rdfs:comment
- Message: Less than 1 values on :related->rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunction->rdfs:comment
- Message: Less than 1 values on :hasTestPieceIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasEngineeringStrain_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasLowerYieldStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasSoftware_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageExtension_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasProofStrength_1Percentage_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrain_Object->rdfs:comment
- Message: Less than 1 values on :workflowSteps->rdfs:comment
- Message: Less than 1 values on :hasCRMUncertainty_Object->rdfs:comment
- Message: Less than 1 values on :hasRValue_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasSheetThickness->rdfs:comment
- Message: Less than 1 values on :hasNumberSlipSystems_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasStiffnessComponent_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta1_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta1_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTau1_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasEbsdFileName_Object->rdfs:comment
- Message: Less than 1 values on :hasNumberSlipSystems_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasUnitLabel->rdfs:comment
- Message: Less than 1 values on :hasBatchNumber->rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier-2->rdfs:comment
- Message: Less than 1 values on :hasSteel_Object->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessUncertainty_Object->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessAverage_HBW->rdfs:comment
- Message: Less than 1 values on :hasSpecimenWidth_Object->rdfs:comment
- Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrainAtFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasHCT980C->rdfs:comment
- Message: Less than 1 values on :hasOriginalCrosssection_MilliM2->rdfs:comment
- Message: Less than 1 values on :hasLatentHardeningQ0_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters->rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_KiloN->rdfs:comment
- Message: Less than 1 values on :hasFormingLimitDiagram->rdfs:comment
- Message: Less than 1 values on :hasWork_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_Object->rdfs:comment
- Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_MilliM2->rdfs:comment
- Message: Less than 1 values on :hasMicroalloyedSteel->rdfs:comment
- Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_Object->rdfs:comment
- Message: Less than 1 values on :hasRemark->rdfs:comment
- Message: Less than 1 values on :hasInventoryNumber_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureTreatment_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageYieldPointExtension_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasTestTime_Object->rdfs:comment
- Message: Less than 1 values on :hasTexture_Object->rdfs:comment
- Message: Less than 1 values on :hasNumberOfVirtualExperiments->rdfs:comment
- Message: Less than 1 values on :hasBlankHolderForce_Object->rdfs:comment
- Message: Less than 1 values on :hasMajorTrueStrain->rdfs:comment
- Message: Less than 1 values on :hasTestingDirection_Object->rdfs:comment
- Message: Less than 1 values on :hasPrincipalStressLimit4PostProcessing_Object->rdfs:comment
- Message: Less than 1 values on :hasLubricationSystem_Object->rdfs:comment
- Message: Less than 1 values on :hasReferenceShearRate_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasProofStrengthPlasticExtension_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTrueTotalStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasFailureTreatment_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasInv_ShearRateSensitivity_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture1_Object->rdfs:comment
- Message: Less than 1 values on :hasStressRate_Object->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardness_HBW->rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringSystem_Object->rdfs:comment
- Message: Less than 1 values on :hasPoissonRatio_Object->rdfs:comment
- Message: Less than 1 values on :hasProofStrength_1Percentage_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTestingRate_Object->rdfs:comment
- Message: Less than 1 values on :hasShearLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasOriginalGaugeLength_MilliM->rdfs:comment
- Message: Less than 1 values on :hasHardeningCurve->rdfs:comment
- Message: Less than 1 values on :hasTestTemperature_DEG_C->rdfs:comment
- Message: Less than 1 values on :hasShearStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasRadiusCurvature_MilliM->rdfs:comment
- Message: Less than 1 values on :hasTestTemperatur->rdfs:comment
- Message: Less than 1 values on :hasPistonSpeed_Object->rdfs:comment
- Message: Less than 1 values on :hasForce_KiloN->rdfs:comment
- Message: Less than 1 values on :hasHardeningParameterTheta0_Object->rdfs:comment
- Message: Less than 1 values on :hasProofStrengthTotalExtension_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_N->rdfs:comment
- Message: Less than 1 values on :hasPercentageElongationAfterFracture_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasSubJob->rdfs:comment
- Message: Less than 1 values on :hasNumberFailedIntegrationPoints_Object->rdfs:comment
- Message: Less than 1 values on :hasMassDensity_GM-PER-CentiM3->rdfs:comment
- Message: Less than 1 values on :hasPistonSpeed_MilliM-PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture1_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier->rdfs:comment
- Message: Less than 1 values on :hasSpecificPlasticWork->rdfs:comment
- Message: Less than 1 values on :hasPermissibleUncertainty_Object->rdfs:comment
- Message: Less than 1 values on :hasTester->rdfs:comment
- Message: Less than 1 values on :hasPreliminaryForce_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasGaugeLength_Object->rdfs:comment
- Message: Less than 1 values on :jobStartTime->rdfs:comment
- Message: Less than 1 values on :hasYieldForce_0.2Percentage_KiloN->rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_Object->rdfs:comment
- Message: Less than 1 values on :hasPoissonsRatio_Object->rdfs:comment
- Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasHardeningLaw_Object->rdfs:comment
- Message: Less than 1 values on :hasTruePlasticStrainAtFracture_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasSymbol->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterVertical_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC12_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasLocation->rdfs:comment
- Message: Less than 1 values on :hasDamageExponent_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasCalibrationComponents->rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity->rdfs:comment
- Message: Less than 1 values on :hasTime_Object->rdfs:comment
- Message: Less than 1 values on :norm->rdfs:comment
- Message: Less than 1 values on :hasLatticeStructure_Object->rdfs:comment
- Message: Less than 1 values on :hasMatTabulatedJohnsonCook_Object->rdfs:comment
- Message: Less than 1 values on :hasTestTime_SEC->rdfs:comment
- Message: Less than 1 values on :hasStrainRateScaleIdendifier_Object->rdfs:comment
- Message: Less than 1 values on :hasExperimentIdentifier->rdfs:comment
- Message: Less than 1 values on :hasTestPieceComposition->rdfs:comment
- Message: Less than 1 values on :hasHardeningCurve_Object->rdfs:comment
- Message: Less than 1 values on :hasYieldForce_0.2Percentage_Object->rdfs:comment
- Message: Less than 1 values on :hasMeanPlasticStrainRate_Object->rdfs:comment
- Message: Less than 1 values on :hasUser->rdfs:comment
- Message: Less than 1 values on :hasStep->rdfs:comment
- Message: Less than 1 values on :hasElongation_Object->rdfs:comment
- Message: Less than 1 values on :hasInput->rdfs:comment
- Message: Less than 1 values on :hasYieldStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasTaylorQuinneyCoefficient_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasMeasurementResolutionUncertainty_HBW->rdfs:comment
- Message: Less than 1 values on :hasProjectName_Object->rdfs:comment
- Message: Less than 1 values on :hasDefaultValue_Object->rdfs:comment
- Message: Less than 1 values on :hasWidthStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasGrade_Object->rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture2_MilliM->rdfs:comment
- Message: Less than 1 values on :hasNumberGrains->rdfs:comment
- Message: Less than 1 values on :hasMicrostructureModel->rdfs:comment
- Message: Less than 1 values on :hasGrade->rdfs:comment
- Message: Less than 1 values on :hasDamageThreshold_Object->rdfs:comment
- Message: Less than 1 values on :hasFracture_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters_Object->rdfs:comment
- Message: Less than 1 values on :hasTester_Object->rdfs:comment
- Message: Less than 1 values on :hasBlankHolderForce_KiloN->rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasAbsoluteCrossheadTravel_Object->rdfs:comment
- Message: Less than 1 values on :hasTotalLength_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_PERCENT->rdfs:comment
- Message: Less than 1 values on :hasYieldingIdentifierIsoThermal_Object->rdfs:comment
- Message: Less than 1 values on :hasOriginalThickness_Object->rdfs:comment
- Message: Less than 1 values on :hasFrameRate_PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasOriginalCrosssection_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueStrain_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasOperator->rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessUncertainty_HBW->rdfs:comment
- Message: Less than 1 values on :hasPostProcessingSoftware->rdfs:comment
- Message: Less than 1 values on :hasShearLengthAfterFracture2_MilliM->rdfs:comment
- Message: Less than 1 values on :hasIndenterIdentifier->rdfs:comment
- Message: Less than 1 values on :hasTensileStrength_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasPercentageYieldPointExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasTrueWidthStrain_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticityModel_Object->rdfs:comment
- Message: Less than 1 values on :hasYoungsModulus_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasHardeningExponent_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasFormingLimitCurve->rdfs:comment
- Message: Less than 1 values on :hasStress_MegaPA->rdfs:comment
- Message: Less than 1 values on :hasNotchTensileStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasUnit->rdfs:comment
- Message: Less than 1 values on :hasSampleProduction_Object->rdfs:comment
- Message: Less than 1 values on :hasTestDirection_Object->rdfs:comment
- Message: Less than 1 values on :hasExtensionMeasuringSystem_Object->rdfs:comment
- Message: Less than 1 values on :hasAmplitudeFile_Object->rdfs:comment
- Message: Less than 1 values on :hasPunchVelocity_MilliM-PER-SEC->rdfs:comment
- Message: Less than 1 values on :hasExtensometerGaugeLength_Object->rdfs:comment
- Message: Less than 1 values on :hasPercentageElongation_MilliM->rdfs:comment
- Message: Less than 1 values on :hasHX340LAD->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle3_Object->rdfs:comment
- Message: Less than 1 values on :hasElasticConstantC44_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleCode_Object->rdfs:comment
- Message: Less than 1 values on :hasTargetClampingForce_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureStrainIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasExperimentIdentifier_Object->rdfs:comment
- Message: Less than 1 values on :hasSampleProduction->rdfs:comment
- Message: Less than 1 values on :hasProofStrengthPlasticExtension_Object->rdfs:comment
- Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation_Object->rdfs:comment
- Message: Less than 1 values on :hasOriginalWidth_Object->rdfs:comment
- Message: Less than 1 values on :hasTaylorQuinneyCoefficient_Object->rdfs:comment
- Message: Less than 1 values on :hasMeasuringDevice_Object->rdfs:comment
- Message: Less than 1 values on :hasSpecificHeatCapacity_J-Per-Gm-K->rdfs:comment
- Message: Less than 1 values on :hasRadius_MilliM->rdfs:comment
- Message: Less than 1 values on :hasWidthAfterFracture1_MilliM->rdfs:comment
- Message: Less than 1 values on :hasForceMeasuringDevice->rdfs:comment
- Message: Less than 1 values on :hasPercentagePermanentExtension_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasModulusOfElasticity_Object->rdfs:comment
- Message: Less than 1 values on :hasYieldStrength_Object->rdfs:comment
- Message: Less than 1 values on :hasThicknessAfterFracture1_MilliM->rdfs:comment
- Message: Less than 1 values on :hasElementDeletionFlag_Object->rdfs:comment
- Message: Less than 1 values on :hasHCT980X->rdfs:comment
- Message: Less than 1 values on :hasTrueFractureStrain->rdfs:comment
- Message: Less than 1 values on :hasPlasticityModel->rdfs:comment
- Message: Less than 1 values on :hasIndentationDiameterHorizontal_Object->rdfs:comment
- Message: Less than 1 values on :hasEulerAngle3->rdfs:comment
- Message: Less than 1 values on :hasRateSensitivityOfSlip_UNITLESS->rdfs:comment
- Message: Less than 1 values on :hasPunchVelocity_Object->rdfs:comment
- Message: Less than 1 values on :hasDisplacementTransducer->rdfs:comment
- Message: Less than 1 values on :hasDiameterAfterFracture2_Object->rdfs:comment
- Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_Object->rdfs:comment
- Message: Less than 1 values on :hasCalibrationStatus_Object->rdfs:comment
- Message: Less than 1 values on :hasDualPhaseSteel_Object->rdfs:comment
- Message: Less than 1 values on :hasGrid->rdfs:comment
- Message: Less than 1 values on :hasInteractionMatrix_Object->rdfs:comment
- Message: Less than 1 values on :hasRadiusDie_MilliM->rdfs:comment
- Message: Less than 1 values on :TestPieceLength->rdfs:comment
- Message: Less than 1 values on :ForceAtFracture->rdfs:comment
- Message: Less than 1 values on :ThicknessAfterFracture2->rdfs:comment
- Message: Less than 1 values on :DataSamplingFrequency->rdfs:comment
- Message: Less than 1 values on :InitialCriticalStrength->rdfs:comment
- Message: Less than 1 values on :Displacement->rdfs:comment
- Message: Less than 1 values on :Benchmark->rdfs:comment
- Message: Less than 1 values on :Force->rdfs:comment
- Message: Less than 1 values on :PercentageYieldPointExtension->rdfs:comment
- Message: Less than 1 values on :SimulationCode->rdfs:comment
- Message: Less than 1 values on :ProofStrengthPlasticExtension->rdfs:comment
- Message: Less than 1 values on :WidthStrain->rdfs:comment
- Message: Less than 1 values on :HardeningParameterTheta1->rdfs:comment
- Message: Less than 1 values on :MeanPlasticStrainRate->rdfs:comment
- Message: Less than 1 values on :FEMSolver->rdfs:comment
- Message: Less than 1 values on :CameraSystem->rdfs:comment
- Message: Less than 1 values on :PercentageTotalExtensionAtMaximumForce->rdfs:comment
- Message: Less than 1 values on :Time->rdfs:comment
- Message: Less than 1 values on :BrinellHardnessUncertainty->rdfs:comment
- Message: Less than 1 values on :Inv_ShearRateSensitivity->rdfs:comment
- Message: Less than 1 values on :TestPieceIdentifier->rdfs:comment
- Message: Less than 1 values on :MatTabulatedJohnsonCookLogInterpolation->rdfs:comment
- Message: Less than 1 values on :ChemicalComposition->rdfs:comment
- Message: Less than 1 values on :UltimateTensileStrength->rdfs:comment
- Message: Less than 1 values on :GrainSize->rdfs:comment
- Message: Less than 1 values on :TaylorQuinneyCoefficient->rdfs:comment
- Message: Less than 1 values on :NominalEngineeringStrainRate->rdfs:comment
- Message: Less than 1 values on :PercentageElongation->rdfs:comment
- Message: Less than 1 values on :GridSize->rdfs:comment
- Message: Less than 1 values on :YieldStrength->rdfs:comment
- Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:comment
- Message: Less than 1 values on :CrossHardeningParameter->rdfs:comment
- Message: Less than 1 values on :InnerDiameterBlankHolder->rdfs:comment
- Message: Less than 1 values on :DiameterAfterFracture1->rdfs:comment
- Message: Less than 1 values on :SlipSystemNumber->rdfs:comment
- Message: Less than 1 values on :PercentagePermanentElongation->rdfs:comment
- Message: Less than 1 values on :TargetClampingForce->rdfs:comment
- Message: Less than 1 values on :StrainRateScaleParameterC->rdfs:comment
- Message: Less than 1 values on :MinimumCrosssectionAfterFracture->rdfs:comment
- Message: Less than 1 values on :OriginalCrossSection->rdfs:comment
- Message: Less than 1 values on :Job->rdfs:comment
- Message: Less than 1 values on :NotchTensileStrength->rdfs:comment
- Message: Less than 1 values on :NakajimaTest->rdfs:comment
- Message: Less than 1 values on :TrueStrain->rdfs:comment
- Message: Less than 1 values on :ComplexPhaseSteel->rdfs:comment
- Message: Less than 1 values on :HomogenizationModel->rdfs:comment
- Message: Less than 1 values on :SpecificPlasticWork->rdfs:comment
- Message: Less than 1 values on :AnisotropicYieldFunctionParameters->rdfs:comment
- Message: Less than 1 values on :ExtensionMeasuringSystem->rdfs:comment
- Message: Less than 1 values on :MeasuringAid->rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4StrainRate->rdfs:comment
- Message: Less than 1 values on :MinTimeStep4ElementDel->rdfs:comment
- Message: Less than 1 values on :BlankHolderForce->rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd4ElementDeletion->rdfs:comment
- Message: Less than 1 values on :TruePlasticThicknessStrain->rdfs:comment
- Message: Less than 1 values on :ClampingForce->rdfs:comment
- Message: Less than 1 values on :TimeIncrementStep->rdfs:comment
- Message: Less than 1 values on :PoissonRatio->rdfs:comment
- Message: Less than 1 values on :HardeningParameterTau0->rdfs:comment
- Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:comment
- Message: Less than 1 values on :FrameOfReference->rdfs:comment
- Message: Less than 1 values on :MeasuringRange->rdfs:comment
- Message: Less than 1 values on :Identifier->rdfs:comment
- Message: Less than 1 values on :PostProcessingSoftware->rdfs:comment
- Message: Less than 1 values on :YieldingIdentifierIsoThermal->rdfs:comment
- Message: Less than 1 values on :TestTime->rdfs:comment
- Message: Less than 1 values on :Fracture->rdfs:comment
- Message: Less than 1 values on :Ductility->rdfs:comment
- Message: Less than 1 values on :MatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
- Message: Less than 1 values on :FinalThickness->rdfs:comment
- Message: Less than 1 values on :rollingForce->rdfs:comment
- Message: Less than 1 values on :Experiment->rdfs:comment
- Message: Less than 1 values on :PermanentSetStrength->rdfs:comment
- Message: Less than 1 values on :TotalLength->rdfs:comment
- Message: Less than 1 values on :MaximumForceDiscontinousYielding->rdfs:comment
- Message: Less than 1 values on :WidthChange->rdfs:comment
- Message: Less than 1 values on :InitialThickness->rdfs:comment
- Message: Less than 1 values on :TrueFractureStress->rdfs:comment
- Message: Less than 1 values on :WidthAfterFracture2->rdfs:comment
- Message: Less than 1 values on :TrueStress->rdfs:comment
- Message: Less than 1 values on :SimulationWorkflow->rdfs:comment
- Message: Less than 1 values on :transverseDirection->rdfs:comment
- Message: Less than 1 values on :MicrostructureModel->rdfs:comment
- Message: Less than 1 values on :PoissonsRatio->rdfs:comment
- Message: Less than 1 values on :SampleIdentifier-2->rdfs:comment
- Message: Less than 1 values on :BatchNumber->rdfs:comment
- Message: Less than 1 values on :MeasuringDevice->rdfs:comment
- Message: Less than 1 values on :stripTension->rdfs:comment
- Message: Less than 1 values on :TotalAverageDiameter->rdfs:comment
- Message: Less than 1 values on :ModulusOfElasticity->rdfs:comment
- Message: Less than 1 values on :DualPhaseSteel->rdfs:comment
- Message: Less than 1 values on :Texture->rdfs:comment
- Message: Less than 1 values on :YieldingIdentifier->rdfs:comment
- Message: Less than 1 values on :ElementDeletionFlag->rdfs:comment
- Message: Less than 1 values on :Software->rdfs:comment
- Message: Less than 1 values on :Supplier->rdfs:comment
- Message: Less than 1 values on :StrainRateScaleParameterP->rdfs:comment
- Message: Less than 1 values on :ShearLengthAfterFracture2->rdfs:comment
- Message: Less than 1 values on :SpecimenWidth->rdfs:comment
- Message: Less than 1 values on :Repetition->rdfs:comment
- Message: Less than 1 values on :TrueElasticStrain->rdfs:comment
- Message: Less than 1 values on :HCT980X->rdfs:comment
- Message: Less than 1 values on :EulerAngleConvention->rdfs:comment
- Message: Less than 1 values on :FLCDetermination->rdfs:comment
- Message: Less than 1 values on :CrystallographyTexture->rdfs:comment
- Message: Less than 1 values on :numberOfPasses->rdfs:comment
- Message: Less than 1 values on :BulgeTest->rdfs:comment
- Message: Less than 1 values on :GaugeLength->rdfs:comment
- Message: Less than 1 values on :CalibrationStatus->rdfs:comment
- Message: Less than 1 values on :Grid->rdfs:comment
- Message: Less than 1 values on :FrameOfMaterial->rdfs:comment
- Message: Less than 1 values on :TestTemperature->rdfs:comment
- Message: Less than 1 values on :normalDirection->rdfs:comment
- Message: Less than 1 values on :Deformation->rdfs:comment
- Message: Less than 1 values on :InnerDiameterDie->rdfs:comment
- Message: Less than 1 values on :YieldStress->rdfs:comment
- Message: Less than 1 values on :TestTemperatur->rdfs:comment
- Message: Less than 1 values on :AbsoluteCrossheadTravel->rdfs:comment
- Message: Less than 1 values on :MicroalloyedSteel->rdfs:comment
- Message: Less than 1 values on :GrainNumber->rdfs:comment
- Message: Less than 1 values on :FailureStrain->rdfs:comment
- Message: Less than 1 values on :TestPiecePreparation->rdfs:comment
- Message: Less than 1 values on :FrameRate->rdfs:comment
- Message: Less than 1 values on :Damage->rdfs:comment
- Message: Less than 1 values on :TestPieceComposition->rdfs:comment
- Message: Less than 1 values on :EffectiveStress->rdfs:comment
- Message: Less than 1 values on :ElasticConstantC11->rdfs:comment
- Message: Less than 1 values on :ResultsFile->rdfs:comment
- Message: Less than 1 values on :BrinellHardnessCRMStandardDeviation->rdfs:comment
- Message: Less than 1 values on :SheetThickness->rdfs:comment
- Message: Less than 1 values on :Strip->rdfs:comment
- Message: Less than 1 values on :ElasticConstantC44->rdfs:comment
- Message: Less than 1 values on :MaterialsInformatics->rdfs:comment
- Message: Less than 1 values on :MatTabulatedJohnsonCook->rdfs:comment
- Message: Less than 1 values on :TrueStressAtFracture->rdfs:comment
- Message: Less than 1 values on :FormingLimitCurve->rdfs:comment
- Message: Less than 1 values on :DiameterAfterFracture2->rdfs:comment
- Message: Less than 1 values on :FormingLimitDiagram->rdfs:comment
- Message: Less than 1 values on :ShearLength->rdfs:comment
- Message: Less than 1 values on :PunchVelocity->rdfs:comment
- Message: Less than 1 values on :Width->rdfs:comment
- Message: Less than 1 values on :BoundaryFile->rdfs:comment
- Message: Less than 1 values on :TestingRate->rdfs:comment
- Message: Less than 1 values on :HardeningParameterTheta0->rdfs:comment
- Message: Less than 1 values on :EulerAngle1->rdfs:comment
- Message: Less than 1 values on :GrainOrientation->rdfs:comment
- Message: Less than 1 values on :PlasticEngineeringStrain->rdfs:comment
- Message: Less than 1 values on :PistonSpeed->rdfs:comment
- Message: Less than 1 values on :DamaskCode->rdfs:comment
- Message: Less than 1 values on :HardeningParameterTau1->rdfs:comment
- Message: Less than 1 values on :NumberFailedIntegrationPoints->rdfs:comment
- Message: Less than 1 values on :ForceMeasuringSystem->rdfs:comment
- Message: Less than 1 values on :CalibrationComponents->rdfs:comment
- Message: Less than 1 values on :ElasticityModel->rdfs:comment
- Message: Less than 1 values on :EulerAngle3->rdfs:comment
- Message: Less than 1 values on :TestingDirection->rdfs:comment
- Message: Less than 1 values on :DeliveryDate->rdfs:comment
- Message: Less than 1 values on :DuctileFailure->rdfs:comment
- Message: Less than 1 values on :BiaxialStress->rdfs:comment
- Message: Less than 1 values on :Component->rdfs:comment
- Message: Less than 1 values on :MaximumForce->rdfs:comment
- Message: Less than 1 values on :SampleProduction->rdfs:comment
- Message: Less than 1 values on :RateSensitivityOfSlip->rdfs:comment
- Message: Less than 1 values on :Elasticity->rdfs:comment
- Message: Less than 1 values on :SerialNumber->rdfs:comment
- Message: Less than 1 values on :SampleInfos->rdfs:comment
- Message: Less than 1 values on :Remark->rdfs:comment
- Message: Less than 1 values on :Failure->rdfs:comment
- Message: Less than 1 values on :rollingSchedule->rdfs:comment
- Message: Less than 1 values on :RelativeStandardDeviationOfTheSlope->rdfs:comment
- Message: Less than 1 values on :FractureStrain->rdfs:comment
- Message: Less than 1 values on :rollingSpeed->rdfs:comment
- Message: Less than 1 values on :FinalGaugeLengthAfterFracture->rdfs:comment
- Message: Less than 1 values on :CharacteristicEngineeringStrainRate->rdfs:comment
- Message: Less than 1 values on :TotalEngineeringStrain->rdfs:comment
- Message: Less than 1 values on :MaterialClass->rdfs:comment
- Message: Less than 1 values on :SampleCode->rdfs:comment
- Message: Less than 1 values on :MeanEngineeringStrainRate->rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd->rdfs:comment
- Message: Less than 1 values on :HDF5->rdfs:comment
- Message: Less than 1 values on :PunchDisplacement->rdfs:comment
- Message: Less than 1 values on :DynamometerArea->rdfs:comment
- Message: Less than 1 values on :draught->rdfs:comment
- Message: Less than 1 values on :HCT980C->rdfs:comment
- Message: Less than 1 values on :LatentHardeningQ1->rdfs:comment
- Message: Less than 1 values on :HardeningLaw->rdfs:comment
- Message: Less than 1 values on :MaterialInstabilityStrain->rdfs:comment
- Message: Less than 1 values on :DrawingSpeed->rdfs:comment
- Message: Less than 1 values on :PressureChamber->rdfs:comment
- Message: Less than 1 values on :PercentageElongationAfterFracture->rdfs:comment
- Message: Less than 1 values on :RollingMill->rdfs:comment
- Message: Less than 1 values on :EvaluationMethod->rdfs:comment
- Message: Less than 1 values on :BrinellHardness->rdfs:comment
- Message: Less than 1 values on :TotalElongation->rdfs:comment
- Message: Less than 1 values on :PercentagePlasticExtensionAtMaximumForce->rdfs:comment
- Message: Less than 1 values on :Microstructure->rdfs:comment
- Message: Less than 1 values on :SpecificPlasticWorkValue->rdfs:comment
- Message: Less than 1 values on :CrystalPlasticityConstitutiveModel->rdfs:comment
- Message: Less than 1 values on :TimeDependentEngineeringStrainRate->rdfs:comment
- Message: Less than 1 values on :BrinellHardnessStandardDeviation->rdfs:comment
- Message: Less than 1 values on :Manufacturing->rdfs:comment
- Message: Less than 1 values on :InteractionMatrix->rdfs:comment
- Message: Less than 1 values on :MinimumCrossSectionAfterFracture->rdfs:comment
- Message: Less than 1 values on :StandardDeviationOfTheSlope->rdfs:comment
- Message: Less than 1 values on :TestPieceProcessing->rdfs:comment
- Message: Less than 1 values on :WidthAfterFracture1->rdfs:comment
- Message: Less than 1 values on :BrinellHardnessAverage->rdfs:comment
- Message: Less than 1 values on :TestPieceProducer->rdfs:comment
- Message: Less than 1 values on :FailureCriteriaTypeAdd4StrainAverage->rdfs:comment
- Message: Less than 1 values on :SpecificHeatCapacity->rdfs:comment
- Message: Less than 1 values on :MAT_ADD_DAMAGE_GISSMO->rdfs:comment
- Message: Less than 1 values on :BrinellHardnessCRMAverage->rdfs:comment
- Message: Less than 1 values on :EbsdFileName->rdfs:comment
- Message: Less than 1 values on :ExtensionAtFracture->rdfs:comment
- Message: Less than 1 values on :MeasurementResolutionUncertainty->rdfs:comment
- Message: Less than 1 values on :rollGap->rdfs:comment
- Message: Less than 1 values on :ReferenceShearRate->rdfs:comment
- Message: Less than 1 values on :ShearLengthAfterFracture1->rdfs:comment
- Message: Less than 1 values on :FlatRolling->rdfs:comment
- Message: Less than 1 values on :CoordinateSystem->rdfs:comment
- Message: Less than 1 values on :FailureTreatment->rdfs:comment
- Message: Less than 1 values on :RadiusDie->rdfs:comment
- Message: Less than 1 values on :PermissibleUncertainty->rdfs:comment
- Message: Less than 1 values on :HardeningCurve->rdfs:comment
- Message: Less than 1 values on :SlopeElasticPartStressStrainCurve->rdfs:comment
- Message: Less than 1 values on :TensileTest->rdfs:comment
- Message: Less than 1 values on :IndentationDiameterHorizontal->rdfs:comment
- Message: Less than 1 values on :EngineeringStress->rdfs:comment
- Message: Less than 1 values on :Location->rdfs:comment
- Message: Less than 1 values on :Geometry->rdfs:comment
- Message: Less than 1 values on :stand->rdfs:comment
- Message: Less than 1 values on :PercentagePermanentExtension->rdfs:comment
- Message: Less than 1 values on :PunchDiameter->rdfs:comment
- Message: Less than 1 values on :Precipitation->rdfs:comment
- Message: Less than 1 values on :LubricationSystem->rdfs:comment
- Message: Less than 1 values on :PreliminaryForce->rdfs:comment
- Message: Less than 1 values on :TestDirection->rdfs:comment
- Message: Less than 1 values on :TestingMachineUncertainty->rdfs:comment
- Message: Less than 1 values on :EngineeringStrain->rdfs:comment
- Message: Less than 1 values on :rollingDirection->rdfs:comment
- Message: Less than 1 values on :FinalCriticalStrength->rdfs:comment
- Message: Less than 1 values on :ExperimentalWorkflow->rdfs:comment
- Message: Less than 1 values on :Steel->rdfs:comment
- Message: Less than 1 values on :NumberGrains->rdfs:comment
- Message: Less than 1 values on :EstimatedStrainRateOverTheParallelLength->rdfs:comment
- Message: Less than 1 values on :DefaultValue->rdfs:comment
- Message: Less than 1 values on :ComputerControlledTensileTestingMachine->rdfs:comment
- Message: Less than 1 values on :ShearStrength->rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4MeshDependency->rdfs:comment
- Message: Less than 1 values on :ConstitutiveModel->rdfs:comment
- Message: Less than 1 values on :FluidSolidTransition->rdfs:comment
- Message: Less than 1 values on :MaximumForceNoDiscontinousYielding->rdfs:comment
- Message: Less than 1 values on :UniformElongation->rdfs:comment
- Message: Less than 1 values on :ProofStrength_0.2Percentage->rdfs:comment
- Message: Less than 1 values on :RValue->rdfs:comment
- Message: Less than 1 values on :User->rdfs:comment
- Message: Less than 1 values on :TrueTotalStrain->rdfs:comment
- Message: Less than 1 values on :Empty->rdfs:comment
- Message: Less than 1 values on :AmplitudeFile->rdfs:comment
- Message: Less than 1 values on :PercentageExtension->rdfs:comment
- Message: Less than 1 values on :workRollDiameter->rdfs:comment
- Message: Less than 1 values on :PlasticityModel->rdfs:comment
- Message: Less than 1 values on :TestPieceThickness->rdfs:comment
- Message: Less than 1 values on :Clamping->rdfs:comment
- Message: Less than 1 values on :ElementDeletionTreatment->rdfs:comment
- Message: Less than 1 values on :ProofStrengthTotalExtension->rdfs:comment
- Message: Less than 1 values on :Laboratory->rdfs:comment
- Message: Less than 1 values on :RadiusCurvature->rdfs:comment
- Message: Less than 1 values on :MaterialsModeling->rdfs:comment
- Message: Less than 1 values on :MaterialsScience->rdfs:comment
- Message: Less than 1 values on :FadingExponent->rdfs:comment
- Message: Less than 1 values on :TruePlasticStrainAtFracture->rdfs:comment
- Message: Less than 1 values on :RollingDirection->rdfs:comment
- Message: Less than 1 values on :OriginalDiameter->rdfs:comment
- Message: Less than 1 values on :MassDensity->rdfs:comment
- Message: Less than 1 values on :processChainSimulation->rdfs:comment
- Message: Less than 1 values on :NumberOfVirtualExperiments->rdfs:comment
- Message: Less than 1 values on :ShearTest->rdfs:comment
- Message: Less than 1 values on :FeedbackLoop->rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier->rdfs:comment
- Message: Less than 1 values on :contactLength->rdfs:comment
- Message: Less than 1 values on :Grade->rdfs:comment
- Message: Less than 1 values on :InventoryNumber->rdfs:comment
- Message: Less than 1 values on :Model->rdfs:comment
- Message: Less than 1 values on :TimeSeries->rdfs:comment
- Message: Less than 1 values on :SampleType->rdfs:comment
- Message: Less than 1 values on :CRMUncertainty->rdfs:comment
- Message: Less than 1 values on :StrainRateFormulationFlag->rdfs:comment
- Message: Less than 1 values on :MorphologicalTexture->rdfs:comment
- Message: Less than 1 values on :MaterialIdentifier->rdfs:comment
- Message: Less than 1 values on :Grain->rdfs:comment
- Message: Less than 1 values on :stripWidth->rdfs:comment
- Message: Less than 1 values on :ReferenceElementSize->rdfs:comment
- Message: Less than 1 values on :Extension->rdfs:comment
- Message: Less than 1 values on :MaximumSpeed->rdfs:comment
- Message: Less than 1 values on :ElasticConstantC12->rdfs:comment
- Message: Less than 1 values on :ComponentTest->rdfs:comment
- Message: Less than 1 values on :TrueThicknessStrain->rdfs:comment
- Message: Less than 1 values on :ReferenceTemperature->rdfs:comment
- Message: Less than 1 values on :CrashTest->rdfs:comment
- Message: Less than 1 values on :NumberSlipSystems->rdfs:comment
- Message: Less than 1 values on :CrossheadDisplacement->rdfs:comment
- Message: Less than 1 values on :MachineLearning->rdfs:comment
- Message: Less than 1 values on :TrueFractureStrain->rdfs:comment
- Message: Less than 1 values on :EulerAngle2->rdfs:comment
- Message: Less than 1 values on :HX340LAD->rdfs:comment
- Message: Less than 1 values on :IndenterIdentifier->rdfs:comment
- Message: Less than 1 values on :EffecticStrain->rdfs:comment
- Message: Less than 1 values on :FailureStrainIdentifier4Temperature->rdfs:comment
- Message: Less than 1 values on :InitialDisplacementRate->rdfs:comment
- Message: Less than 1 values on :MinorTrueStrain->rdfs:comment
- Message: Less than 1 values on :CrystalPlasticityParameterFile->rdfs:comment
- Message: Less than 1 values on :Stress->rdfs:comment
- Message: Less than 1 values on :YieldForce_0.2Percentage->rdfs:comment
- Message: Less than 1 values on :TruePlasticStrain->rdfs:comment
- Message: Less than 1 values on :StiffnessComponent->rdfs:comment
- Message: Less than 1 values on :HardeningExponent->rdfs:comment
- Message: Less than 1 values on :TransitionRadius->rdfs:comment
- Message: Less than 1 values on :IndentationDiameterAverage->rdfs:comment
- Message: Less than 1 values on :DamageThreshold->rdfs:comment
- Message: Less than 1 values on :Radius->rdfs:comment
- Message: Less than 1 values on :DamageExponent->rdfs:comment
- Message: Less than 1 values on :TensileStrength->rdfs:comment
- Message: Less than 1 values on :OriginalCrosssection->rdfs:comment
- Message: Less than 1 values on :UpperYieldStrength->rdfs:comment
- Message: Less than 1 values on :IndentationDiameterVertical->rdfs:comment
- Message: Less than 1 values on :Validation->rdfs:comment
- Message: Less than 1 values on :TrueWidthStrain->rdfs:comment
- Message: Less than 1 values on :Plasticity->rdfs:comment
- Message: Less than 1 values on :PrincipalStressLimit4PostProcessing->rdfs:comment
- Message: Less than 1 values on :CoefficientOfCorrelation->rdfs:comment
- Message: Less than 1 values on :ExperimentIdentifier->rdfs:comment
- Message: Less than 1 values on :Strain->rdfs:comment
- Message: Less than 1 values on :PercentageTotalExtensionAtFracture->rdfs:comment
- Message: Less than 1 values on :MatPiecewiseLinearPlasticity->rdfs:comment
- Message: Less than 1 values on :PercentageReductionOfArea->rdfs:comment
- Message: Less than 1 values on :Experimentation->rdfs:comment
- Message: Less than 1 values on :Workflow->rdfs:comment
- Message: Less than 1 values on :InitialSheetThickness->rdfs:comment
- Message: Less than 1 values on :AnisotropicYieldFunction->rdfs:comment
- Message: Less than 1 values on :ProofStrength_1Percentage->rdfs:comment
- Message: Less than 1 values on :TensileTestingMachine->rdfs:comment
- Message: Less than 1 values on :TangentYieldModulus->rdfs:comment
- Message: Less than 1 values on :DX56D->rdfs:comment
- Message: Less than 1 values on :InitialHardening->rdfs:comment
- Message: Less than 1 values on :YieldSurface->rdfs:comment
- Message: Less than 1 values on :Elongation->rdfs:comment
- Message: Less than 1 values on :MajorTrueStrain->rdfs:comment
- Message: Less than 1 values on :DieTool->rdfs:comment
- Message: Less than 1 values on :DamageTreatment->rdfs:comment
- Message: Less than 1 values on :LatentHardeningQ0->rdfs:comment
- Message: Less than 1 values on :Simulation->rdfs:comment
- Message: Less than 1 values on :LatticeStructure->rdfs:comment
- Message: Less than 1 values on :CrossheadSeparationRate->rdfs:comment
- Message: Less than 1 values on :ThicknessAfterFracture1->rdfs:comment
- Message: Less than 1 values on :Work->rdfs:comment
- Message: Less than 1 values on :FractureStress->rdfs:comment
- Message: Less than 1 values on :Discretization->rdfs:comment
- Message: Less than 1 values on :PhaseBoundary->rdfs:comment
- Message: Less than 1 values on :StressRate->rdfs:comment
- Message: Less than 1 values on :StrainRateScaleIdendifier->rdfs:comment
- Message: Less than 1 values on :MildSteel->rdfs:comment
- Message: Less than 1 values on :Hill48F->rdfs:label
- Message: Less than 1 values on :Hill48L->rdfs:label
- Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:label
- Message: Less than 1 values on :Hill48H->rdfs:label
- Message: Less than 1 values on :Hill48G->rdfs:label
- Message: Less than 1 values on :StressExponent_n->rdfs:label
- Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:label
- Message: Less than 1 values on :FlowStressExponent_a->rdfs:label
- Message: Less than 1 values on :Hill48M->rdfs:label
- Message: Less than 1 values on :FinalFlowStress_ginf->rdfs:label
- Message: Less than 1 values on :Hill48N->rdfs:label
- Message: Less than 1 values on :MaterialsInformatics->rdfs:label
- Message: Less than 1 values on :Manufacturing->rdfs:label
- Message: Less than 1 values on :ConstitutiveModel->rdfs:label
- Message: Less than 1 values on :HardeningModulus_h0->rdfs:label
- Message: Less than 1 values on :InitialFlowStress_g0->rdfs:label
- Message: Less than 1 values on :MaterialsModeling->rdfs:label
- Message: Less than 1 values on :MaterialsScience->rdfs:label
- Message: Less than 1 values on :MachineLearning->rdfs:label
- Message: Less than 1 values on :Experimentation->rdfs:label
- Message: Less than 1 values on :Rp02->rdfs:label
+Results (1443):
+ Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1077,6 +58,7 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
+ Message: Less than 1 values on :hasSymbolLatex->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1116,6 +98,7 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
+ Message: Less than 1 values on :hasSymbol->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1133,6 +116,7 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
+ Message: Less than 1 values on :hasExampleData->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1189,7 +173,6 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
- Message: Less than 1 values on :hasSymbolLatex->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1205,7 +188,6 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
- Message: Less than 1 values on :hasExampleData->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1269,7 +251,6 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
- Message: Less than 1 values on :hasSymbol->rdfs:label
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
@@ -1321,4 +302,1027 @@ Results (1439):
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
Message: Value is not Literal with datatype rdf:langString
+ Message: Less than 1 values on :hasMeasuringAid->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle2->rdfs:comment
+ Message: Less than 1 values on :hasPermissibleUncertainty_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTensileStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthTotalExtension_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasRValue_Object->rdfs:comment
+ Message: Less than 1 values on :hasBiaxialStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtensometerGaugeLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasHCT980C_Object->rdfs:comment
+ Message: Less than 1 values on :hasRepetition_Object->rdfs:comment
+ Message: Less than 1 values on :hasEvaluationMethod_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingFacility_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingMachineUncertainty_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasCameraSystem->rdfs:comment
+ Message: Less than 1 values on :hasShearLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasRemark->rdfs:comment
+ Message: Less than 1 values on :hasNominalEngineeringStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasHardeningLaw->rdfs:comment
+ Message: Less than 1 values on :hasDamageThreshold_Object->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ1_Object->rdfs:comment
+ Message: Less than 1 values on :hasPermanentSetStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCook_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_GigaPA->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasBiaxialStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasElasticityModel->rdfs:comment
+ Message: Less than 1 values on :hasUser->rdfs:comment
+ Message: Less than 1 values on :hasEffecticStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasSerialNumber->rdfs:comment
+ Message: Less than 1 values on :hasDefaultValue->rdfs:comment
+ Message: Less than 1 values on :hasComposition->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_N->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthTotalExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongationAfterFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasTensileTestingMachine_Object->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrainAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasYoungsModulus_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasClampingForce_N->rdfs:comment
+ Message: Less than 1 values on :hasDamageThreshold_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasPercentageExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasGridSize_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_HBW->rdfs:comment
+ Message: Less than 1 values on :hasOperator_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentElongation_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasBlankHolderForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle3->rdfs:comment
+ Message: Less than 1 values on :hasPlasticityModel->rdfs:comment
+ Message: Less than 1 values on :hasPercentageReductionOfArea_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMajorTrueStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO->rdfs:comment
+ Message: Less than 1 values on :hasPostProcessingSoftware->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC44_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleProduction->rdfs:comment
+ Message: Less than 1 values on :hasLaboratory_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticThicknessStrain->rdfs:comment
+ Message: Less than 1 values on :hasForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunction_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialSheetThickness_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasSoftware_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasBatchNumber->rdfs:comment
+ Message: Less than 1 values on :hasStandard->rdfs:comment
+ Message: Less than 1 values on :hasDynamometerArea_Object->rdfs:comment
+ Message: Less than 1 values on :hasEbsdFileName_Object->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationComponents_Object->rdfs:comment
+ Message: Less than 1 values on :hasTransitionRadius_Object->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_0.2Percentage_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringDevice->rdfs:comment
+ Message: Less than 1 values on :codeVersion->rdfs:comment
+ Message: Less than 1 values on :hasFadingExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasNumberGrains_Object->rdfs:comment
+ Message: Less than 1 values on :hasLowerYieldStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasSheetThickness->rdfs:comment
+ Message: Less than 1 values on :hasCameraSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasRadius_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasMaximumSpeed->rdfs:comment
+ Message: Less than 1 values on :hasInventoryNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasFLCDetermination_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanPlasticStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingRate->rdfs:comment
+ Message: Less than 1 values on :hasMaterialClass_Object->rdfs:comment
+ Message: Less than 1 values on :hasHomogenizationModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasRepetition_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau0_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrainAtFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasEffecticStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasRadiusDie_Object->rdfs:comment
+ Message: Less than 1 values on :hasEbsdFileName->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateFormulationFlag_Object->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTestDirection_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasLaboratory->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossHardeningParameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasSymbolLatex->rdfs:comment
+ Message: Less than 1 values on :hasMachine_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterBlankHolder_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasNumberSlipSystems_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidth_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasCRMUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialCriticalStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasHX340LAD->rdfs:comment
+ Message: Less than 1 values on :hasDefaultValue_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasInteractionMatrix_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadDisplacement_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProducer->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasEffectiveStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasPunchVelocity_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasHCT980C->rdfs:comment
+ Message: Less than 1 values on :hasOriginalDiameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasStandardDeviationOfTheSlope_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :hasCRMUncertainty_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMaterialClass->rdfs:comment
+ Message: Less than 1 values on :hasTrueWidthStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasTangentYieldModulus_Object->rdfs:comment
+ Message: Less than 1 values on :hasExperimentIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasBatchNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrid_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC12_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasDualPhaseSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasSlipSystemNumber->rdfs:comment
+ Message: Less than 1 values on :hasHardeningExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanEngineeringStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleIdendifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasBlankHolderForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringRange->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterVertical_Object->rdfs:comment
+ Message: Less than 1 values on :hasTypicalUnitLabel->rdfs:comment
+ Message: Less than 1 values on :hasEmpty->rdfs:comment
+ Message: Less than 1 values on :hasPistonSpeed_Object->rdfs:comment
+ Message: Less than 1 values on :hasDiscretization_Object->rdfs:comment
+ Message: Less than 1 values on :jobStartTime->rdfs:comment
+ Message: Less than 1 values on :hasTotalAverageDiameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasOriginalDiameter_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasAmplitudeFile->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasTransitionRadius_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPoissonRatio_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasDieTool->rdfs:comment
+ Message: Less than 1 values on :hasTaylorQuinneyCoefficient_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau0_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingMachineUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasClampingForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingFacility->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ0_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceGeometry_Object->rdfs:comment
+ Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateFormulationFlag->rdfs:comment
+ Message: Less than 1 values on :hasExperimentIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasAmplitudeFile_Object->rdfs:comment
+ Message: Less than 1 values on :hasDescriptionCitationSource->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitDiagram->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterDie_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueTotalStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterDie_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasSymbol->rdfs:comment
+ Message: Less than 1 values on :hasPunchDisplacement_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasFailureTreatment_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenCrossSection->rdfs:comment
+ Message: Less than 1 values on :hasDisplacementTransducer->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau1_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasComplexPhaseSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthChange_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanEngineeringStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasSerialNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMStandardDeviation_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestStandard->rdfs:comment
+ Message: Less than 1 values on :hasTrueWidthStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMicroalloyedSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasDiscretization->rdfs:comment
+ Message: Less than 1 values on :hasTrueStressAtFracture_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasNominalEngineeringStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasInput->rdfs:comment
+ Message: Less than 1 values on :hasNumberOfVirtualExperiments_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasTypicalUnit->rdfs:comment
+ Message: Less than 1 values on :hasTotalEngineeringStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasResultsFile->rdfs:comment
+ Message: Less than 1 values on :hasIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasTotalEngineeringStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperature_Object->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthPlasticExtension_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperature_DEG_C->rdfs:comment
+ Message: Less than 1 values on :hasDamageExponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunction->rdfs:comment
+ Message: Less than 1 values on :hasForce_N->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrosssection_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterAverage_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndenterIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasExampleData->rdfs:comment
+ Message: Less than 1 values on :hasTensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :hasPreliminaryForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta1_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialHardening_Object->rdfs:comment
+ Message: Less than 1 values on :hasDisplacementTransducer_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaterialCard->rdfs:comment
+ Message: Less than 1 values on :hasSampleInfos_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureTreatment_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTestingRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueTotalStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasInitialDisplacementRate_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasDisplacement_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPiecePreparation_Object->rdfs:comment
+ Message: Less than 1 values on :hasForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringRange_Object->rdfs:comment
+ Message: Less than 1 values on :hasTangentYieldModulus_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_N->rdfs:comment
+ Message: Less than 1 values on :hasHCT980X_Object->rdfs:comment
+ Message: Less than 1 values on :hasDeliveryDate->rdfs:comment
+ Message: Less than 1 values on :hasExtensometerGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasOutput->rdfs:comment
+ Message: Less than 1 values on :hasLocation->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity->rdfs:comment
+ Message: Less than 1 values on :hasExtensionMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :hasSampleInfos->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier->rdfs:comment
+ Message: Less than 1 values on :hasSoftware->rdfs:comment
+ Message: Less than 1 values on :hasTexture_Object->rdfs:comment
+ Message: Less than 1 values on :hasNotchTensileStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :hasDamageExponent_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasPostProcessingSoftware_Object->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasFadingExponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasDX56D->rdfs:comment
+ Message: Less than 1 values on :hasPlasticEngineeringStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTestPiece->rdfs:comment
+ Message: Less than 1 values on :hasReferenceTemperature_K->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessUncertainty_HBW->rdfs:comment
+ Message: Less than 1 values on :hasComplexPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :hasTester->rdfs:comment
+ Message: Less than 1 values on :hasPoissonRatio_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrosssection_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasRollingDirection_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueStressAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinTimeStep4ElementDel_SEC->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterC_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTester_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleType_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningCurve_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterP_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticityLogInterpolation_Object->rdfs:comment
+ Message: Less than 1 values on :hasPermissibleUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier-2->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_1Percentage_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasDeliveryDate_Object->rdfs:comment
+ Message: Less than 1 values on :hasReferenceTemperature_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCookLogInterpolation_Object->rdfs:comment
+ Message: Less than 1 values on :hasTimeStamp->rdfs:comment
+ Message: Less than 1 values on :hasNumberSlipSystems_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasSampleCode_Object->rdfs:comment
+ Message: Less than 1 values on :hasUpperYieldStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasRollingDirection->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWorkValue->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterAverage_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC12_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalGaugeLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessAverage_HBW->rdfs:comment
+ Message: Less than 1 values on :hasExtensionAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasFEMSolver->rdfs:comment
+ Message: Less than 1 values on :hasInitialThickness_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationStatus_Object->rdfs:comment
+ Message: Less than 1 values on :executedBy->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMAverage_HBW->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceThickness->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceGeometry->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasRadiusCurvature_Object->rdfs:comment
+ Message: Less than 1 values on :hasGridSize_Object->rdfs:comment
+ Message: Less than 1 values on :related->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasDiameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingDirection_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialDisplacementRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadDisplacement_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleProduction_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceDiscontinousYielding_Object->rdfs:comment
+ Message: Less than 1 values on :hasElementDeletionFlag_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasGrainNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterHorizontal_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticThicknessStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaterial->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityParameterFile_Object->rdfs:comment
+ Message: Less than 1 values on :hasMassDensity_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC44_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC11_Object->rdfs:comment
+ Message: Less than 1 values on :hasLubricationSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldForce_0.2Percentage_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceComposition_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldingIdentifierIsoThermal_Object->rdfs:comment
+ Message: Less than 1 values on :hasLabelSource->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasMachine->rdfs:comment
+ Message: Less than 1 values on :hasPoissonsRatio_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrainNumber->rdfs:comment
+ Message: Less than 1 values on :hasSampleCode->rdfs:comment
+ Message: Less than 1 values on :hasHCT980X->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasStep->rdfs:comment
+ Message: Less than 1 values on :hasReferenceElementSize_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasSteel->rdfs:comment
+ Message: Less than 1 values on :hasYieldingIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasElongation_Object->rdfs:comment
+ Message: Less than 1 values on :hasComputerControlledTensileTestingMachine_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrid->rdfs:comment
+ Message: Less than 1 values on :hasOriginalWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardness_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringDevice_Object->rdfs:comment
+ Message: Less than 1 values on :hasUser_Object->rdfs:comment
+ Message: Less than 1 values on :hasNumberOfVirtualExperiments->rdfs:comment
+ Message: Less than 1 values on :hasMicrostructureModel->rdfs:comment
+ Message: Less than 1 values on :hasMildSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForce_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationStatus->rdfs:comment
+ Message: Less than 1 values on :hasThicknessAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasMaterialIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasMildSteel->rdfs:comment
+ Message: Less than 1 values on :hasSpecificHeatCapacity_J-Per-Gm-K->rdfs:comment
+ Message: Less than 1 values on :hasTestPiecePreparation->rdfs:comment
+ Message: Less than 1 values on :hasProjectName_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_Object->rdfs:comment
+ Message: Less than 1 values on :hasDiameter_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasAbsoluteCrossheadTravel_Object->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringDevice->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWorkValue_Object->rdfs:comment
+ Message: Less than 1 values on :hasStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasParallelLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture1_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTime_SEC->rdfs:comment
+ Message: Less than 1 values on :hasRadius_Object->rdfs:comment
+ Message: Less than 1 values on :hasPistonSpeed_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasTimeDependentEngineeringStrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4MeshDependency_Object->rdfs:comment
+ Message: Less than 1 values on :hasDieTool_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProcessing->rdfs:comment
+ Message: Less than 1 values on :environment->rdfs:comment
+ Message: Less than 1 values on :hasGrade_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4StrainAverage_Object->rdfs:comment
+ Message: Less than 1 values on :ressourceUri->rdfs:comment
+ Message: Less than 1 values on :hasEngineeringStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasBoundaryFile_Object->rdfs:comment
+ Message: Less than 1 values on :hasInv_ShearRateSensitivity_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialSheetThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasTime_Object->rdfs:comment
+ Message: Less than 1 values on :hasTaylorQuinneyCoefficient_Object->rdfs:comment
+ Message: Less than 1 values on :hasFrameRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleType->rdfs:comment
+ Message: Less than 1 values on :hasHardeningCurve->rdfs:comment
+ Message: Less than 1 values on :hasSlipSystemNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_1Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWork_Object->rdfs:comment
+ Message: Less than 1 values on :hasInventoryNumber->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta0_Object->rdfs:comment
+ Message: Less than 1 values on :hasProjectName->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentElongation_Object->rdfs:comment
+ Message: Less than 1 values on :hasSubJob->rdfs:comment
+ Message: Less than 1 values on :hasOriginalThickness_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasRadiusCurvature_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasWork_KiloJ->rdfs:comment
+ Message: Less than 1 values on :hasBoundaryFile->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasTimeStamp_Object->rdfs:comment
+ Message: Less than 1 values on :hasPressureChamber_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestingDirection->rdfs:comment
+ Message: Less than 1 values on :hasStressRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasGrade->rdfs:comment
+ Message: Less than 1 values on :hasStandardDeviationOfTheSlope_Object->rdfs:comment
+ Message: Less than 1 values on :hasDualPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :hasComposition_Object->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitDiagram_Object->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessStandardDeviation_HBW->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProcessing_Object->rdfs:comment
+ Message: Less than 1 values on :hasHDF->rdfs:comment
+ Message: Less than 1 values on :hasInv_ShearRateSensitivity_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMassDensity_GM-PER-CentiM3->rdfs:comment
+ Message: Less than 1 values on :hasTotalAverageDiameter_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasEffectiveStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperatur->rdfs:comment
+ Message: Less than 1 values on :hasTargetClampingForce_Object->rdfs:comment
+ Message: Less than 1 values on :usesCode->rdfs:comment
+ Message: Less than 1 values on :hasFinalGaugeLengthAfterFracture_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasNumberGrains->rdfs:comment
+ Message: Less than 1 values on :hasElongation_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPercentageYieldPointExtension_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasTotalLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasWork_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta1_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasUnit->rdfs:comment
+ Message: Less than 1 values on :hasPunchDiameter_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitCurve->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongationAfterFracture_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasPercentageElongation_Object->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterVertical_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTestStandard_Object->rdfs:comment
+ Message: Less than 1 values on :hasClamping->rdfs:comment
+ Message: Less than 1 values on :hasPercentageExtension_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasDrawingSpeed_MilliM-PER-MIN->rdfs:comment
+ Message: Less than 1 values on :hasTargetClampingForce_KiloN->rdfs:comment
+ Message: Less than 1 values on :hasForceAtFracture->rdfs:comment
+ Message: Less than 1 values on :hasFLCDetermination->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessAverage_Object->rdfs:comment
+ Message: Less than 1 values on :hasFrameRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasElementDeletionTreatment_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringDevice_Object->rdfs:comment
+ Message: Less than 1 values on :hasRelativeStandardDeviationOfTheSlope_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceProducer_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningExponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasHX340LAD_Object->rdfs:comment
+ Message: Less than 1 values on :hasLatticeStructure_Object->rdfs:comment
+ Message: Less than 1 values on :hasParallelLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardness_HBW->rdfs:comment
+ Message: Less than 1 values on :hasLocation_Object->rdfs:comment
+ Message: Less than 1 values on :hasLatticeStructure->rdfs:comment
+ Message: Less than 1 values on :hasOperator->rdfs:comment
+ Message: Less than 1 values on :hasProofStrength_0.2Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle1_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningLaw_Object->rdfs:comment
+ Message: Less than 1 values on :hasInitialThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasInnerDiameterBlankHolder_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadSeparationRate_MilliM-PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngleConvention_Object->rdfs:comment
+ Message: Less than 1 values on :hasPrincipalStressLimit4PostProcessing_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeasurementResolutionUncertainty_HBW->rdfs:comment
+ Message: Less than 1 values on :hasSpecificHeatCapacity_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalWidth_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasTestProperty->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrossSectionAfterFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenWidth_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasNotchTensileStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :workflowSteps->rdfs:comment
+ Message: Less than 1 values on :hasBrinellHardnessCRMAverage_Object->rdfs:comment
+ Message: Less than 1 values on :hasNumberFailedIntegrationPoints_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ1_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasShearStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMinimumCrosssectionAfterFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_N->rdfs:comment
+ Message: Less than 1 values on :hasMatPiecewiseLinearPlasticity_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrossheadSeparationRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasAbsoluteCrossheadTravel_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasFracture->rdfs:comment
+ Message: Less than 1 values on :hasPercentageReductionOfArea_Object->rdfs:comment
+ Message: Less than 1 values on :hasTensileStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasMeasuringAid_Object->rdfs:comment
+ Message: Less than 1 values on :hasReferenceShearRate_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasSlopeElasticPartStressStrainCurve_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenWidth_Object->rdfs:comment
+ Message: Less than 1 values on :hasModulusOfElasticity_Object->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4StrainRate_Object->rdfs:comment
+ Message: Less than 1 values on :hasFormingLimitCurve_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePlasticExtensionAtMaximumForce_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasFailureStrainIdentifier4Temperature_Object->rdfs:comment
+ Message: Less than 1 values on :input->rdfs:comment
+ Message: Less than 1 values on :hasDataSamplingFrequency->rdfs:comment
+ Message: Less than 1 values on :hasYieldStress_Object->rdfs:comment
+ Message: Less than 1 values on :hasUnitLabel->rdfs:comment
+ Message: Less than 1 values on :hasSheetThickness_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestTime_Object->rdfs:comment
+ Message: Less than 1 values on :hasFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaterialInstabilityStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthChange_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasYoungsModulus_Object->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityConstitutiveModel_Object->rdfs:comment
+ Message: Less than 1 values on :output->rdfs:comment
+ Message: Less than 1 values on :hasTrueStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasFailureCriteriaTypeAdd4ElementDeletion_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueFractureStrain->rdfs:comment
+ Message: Less than 1 values on :hasCrystalPlasticityParameterFile->rdfs:comment
+ Message: Less than 1 values on :hasMinTimeStep4ElementDel_Object->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle2_Object->rdfs:comment
+ Message: Less than 1 values on :hasFEMSolver_Object->rdfs:comment
+ Message: Less than 1 values on :hasMajorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :hasRValue_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :sequence->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasForceAtFracture_Object->rdfs:comment
+ Message: Less than 1 values on :hasRateSensitivityOfSlip_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasCharacteristicEngineeringStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrossSection_MilliM2->rdfs:comment
+ Message: Less than 1 values on :metadata->rdfs:comment
+ Message: Less than 1 values on :hasCoefficientOfCorrelation_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasResultsFile_Object->rdfs:comment
+ Message: Less than 1 values on :hasMaximumForceNoDiscontinousYielding_Object->rdfs:comment
+ Message: Less than 1 values on :hasNumberFailedIntegrationPoints_Object->rdfs:comment
+ Message: Less than 1 values on :hasClamping_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestTemperatur_Object->rdfs:comment
+ Message: Less than 1 values on :hasIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeanPlasticStrainRate_PER-SEC->rdfs:comment
+ Message: Less than 1 values on :hasSpecimenCrossSection_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestTime_SEC->rdfs:comment
+ Message: Less than 1 values on :hasUpperYieldStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasCoefficientOfCorrelation_Object->rdfs:comment
+ Message: Less than 1 values on :hasPlasticityModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtensionAtFracture_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasGaugeLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasPunchDisplacement_Object->rdfs:comment
+ Message: Less than 1 values on :hasJob->rdfs:comment
+ Message: Less than 1 values on :hasDisplacement_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasMAT_ADD_DAMAGE_GISSMO_Object->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasDamageTreatment_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterC_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPiece_Object->rdfs:comment
+ Message: Less than 1 values on :hasLubricationSystem->rdfs:comment
+ Message: Less than 1 values on :hasPermanentSetStrength_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasFinalCriticalStrength_Object->rdfs:comment
+ Message: Less than 1 values on :hasSupplier->rdfs:comment
+ Message: Less than 1 values on :hasPercentageTotalExtensionAtMaximumForce_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasMicroalloyedSteel->rdfs:comment
+ Message: Less than 1 values on :hasMaterialCard_Object->rdfs:comment
+ Message: Less than 1 values on :hasShearLengthAfterFracture2_Object->rdfs:comment
+ Message: Less than 1 values on :hasHomogenizationModel->rdfs:comment
+ Message: Less than 1 values on :hasEvaluationMethod->rdfs:comment
+ Message: Less than 1 values on :hasRadiusDie_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasLowerYieldStrength_Object->rdfs:comment
+ Message: Less than 1 values on :parameters->rdfs:comment
+ Message: Less than 1 values on :hasElasticConstantC11_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasPunchVelocity_Object->rdfs:comment
+ Message: Less than 1 values on :hasProjectNumber_Object->rdfs:comment
+ Message: Less than 1 values on :hasPressureChamber_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasAnisotropicYieldFunctionParameters_Object->rdfs:comment
+ Message: Less than 1 values on :hasWidthStrain_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasDiameterAfterFracture1_Object->rdfs:comment
+ Message: Less than 1 values on :hasEstimatedStrainRateOverTheParallelLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasCalibrationComponents->rdfs:comment
+ Message: Less than 1 values on :hasExtensionMeasuringSystem_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrain_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngleConvention->rdfs:comment
+ Message: Less than 1 values on :hasCrossHardeningParameter_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMaximumSpeed_Object->rdfs:comment
+ Message: Less than 1 values on :hasPlasticEngineeringStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasSteel_Object->rdfs:comment
+ Message: Less than 1 values on :hasYieldForce_0.2Percentage_Object->rdfs:comment
+ Message: Less than 1 values on :hasDamageTreatment_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasMicrostructureModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueStress_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasDataSamplingFrequency_Object->rdfs:comment
+ Message: Less than 1 values on :hasTruePlasticStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasTexture->rdfs:comment
+ Message: Less than 1 values on :hasProofStrengthPlasticExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasMinorTrueStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasRemark_Object->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTau1_Object->rdfs:comment
+ Message: Less than 1 values on :hasExtension_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasRateSensitivityOfSlip_Object->rdfs:comment
+ Message: Less than 1 values on :hasComputerControlledTensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :hasPercentagePermanentExtension_PERCENT->rdfs:comment
+ Message: Less than 1 values on :hasForceMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :hasPoissonsRatio_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasTrueThicknessStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasTrueThicknessStrain->rdfs:comment
+ Message: Less than 1 values on :hasDrawingSpeed_Object->rdfs:comment
+ Message: Less than 1 values on :hasMatTabulatedJohnsonCook->rdfs:comment
+ Message: Less than 1 values on :hasDX56D_Object->rdfs:comment
+ Message: Less than 1 values on :hasStiffnessComponent_Object->rdfs:comment
+ Message: Less than 1 values on :hasTotalLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasSupplier_Object->rdfs:comment
+ Message: Less than 1 values on :hasGaugeLength_MilliM->rdfs:comment
+ Message: Less than 1 values on :norm->rdfs:comment
+ Message: Less than 1 values on :hasWidthStrain_Object->rdfs:comment
+ Message: Less than 1 values on :hasElasticityModel_Object->rdfs:comment
+ Message: Less than 1 values on :hasOriginalCrossSection_Object->rdfs:comment
+ Message: Less than 1 values on :hasSampleIdentifier-2_Object->rdfs:comment
+ Message: Less than 1 values on :hasEmpty_Object->rdfs:comment
+ Message: Less than 1 values on :hasSpecificPlasticWork->rdfs:comment
+ Message: Less than 1 values on :hasMaterial_Object->rdfs:comment
+ Message: Less than 1 values on :hasTestPieceComposition->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle3_Object->rdfs:comment
+ Message: Less than 1 values on :hasReferenceElementSize_Object->rdfs:comment
+ Message: Less than 1 values on :hasDynamometerArea_MilliM2->rdfs:comment
+ Message: Less than 1 values on :hasTestDirection->rdfs:comment
+ Message: Less than 1 values on :hasPercentageYieldPointExtension_Object->rdfs:comment
+ Message: Less than 1 values on :hasInteractionMatrix_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasWidthAfterFracture2_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasPunchDiameter_Object->rdfs:comment
+ Message: Less than 1 values on :hasMeasurementResolutionUncertainty_Object->rdfs:comment
+ Message: Less than 1 values on :hasEulerAngle1->rdfs:comment
+ Message: Less than 1 values on :hasIndenterIdentifier_Object->rdfs:comment
+ Message: Less than 1 values on :hasProjectNumber->rdfs:comment
+ Message: Less than 1 values on :hasHardeningParameterTheta0_MegaPA->rdfs:comment
+ Message: Less than 1 values on :hasShearLength_Object->rdfs:comment
+ Message: Less than 1 values on :hasStrainRateScaleParameterP_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :hasIndentationDiameterHorizontal_MilliM->rdfs:comment
+ Message: Less than 1 values on :hasLatentHardeningQ0_UNITLESS->rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTau1->rdfs:comment
+ Message: Less than 1 values on :ComputerControlledTensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :MinimumCrosssectionAfterFracture->rdfs:comment
+ Message: Less than 1 values on :MeasuringRange->rdfs:comment
+ Message: Less than 1 values on :Empty->rdfs:comment
+ Message: Less than 1 values on :Simulation->rdfs:comment
+ Message: Less than 1 values on :TargetClampingForce->rdfs:comment
+ Message: Less than 1 values on :UltimateTensileStrength->rdfs:comment
+ Message: Less than 1 values on :EbsdFileName->rdfs:comment
+ Message: Less than 1 values on :ReferenceElementSize->rdfs:comment
+ Message: Less than 1 values on :PercentageReductionOfArea->rdfs:comment
+ Message: Less than 1 values on :RollingDirection->rdfs:comment
+ Message: Less than 1 values on :MaterialsModeling->rdfs:comment
+ Message: Less than 1 values on :FrameOfReference->rdfs:comment
+ Message: Less than 1 values on :ComponentTest->rdfs:comment
+ Message: Less than 1 values on :PercentageElongation->rdfs:comment
+ Message: Less than 1 values on :LatentHardeningQ0->rdfs:comment
+ Message: Less than 1 values on :NominalEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :TestDirection->rdfs:comment
+ Message: Less than 1 values on :Strip->rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC11->rdfs:comment
+ Message: Less than 1 values on :MassDensity->rdfs:comment
+ Message: Less than 1 values on :TensileTestingMachine->rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleIdendifier->rdfs:comment
+ Message: Less than 1 values on :EstimatedStrainRateOverTheParallelLength->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessAverage->rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleParameterP->rdfs:comment
+ Message: Less than 1 values on :DuctileFailure->rdfs:comment
+ Message: Less than 1 values on :SpecificPlasticWork->rdfs:comment
+ Message: Less than 1 values on :PoissonsRatio->rdfs:comment
+ Message: Less than 1 values on :MicrostructureModel->rdfs:comment
+ Message: Less than 1 values on :Inv_ShearRateSensitivity->rdfs:comment
+ Message: Less than 1 values on :HardeningLaw->rdfs:comment
+ Message: Less than 1 values on :Extension->rdfs:comment
+ Message: Less than 1 values on :TruePlasticStrainAtFracture->rdfs:comment
+ Message: Less than 1 values on :InitialSheetThickness->rdfs:comment
+ Message: Less than 1 values on :WidthAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :CalibrationStatus->rdfs:comment
+ Message: Less than 1 values on :GrainSize->rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterAverage->rdfs:comment
+ Message: Less than 1 values on :Grade->rdfs:comment
+ Message: Less than 1 values on :TestPieceLength->rdfs:comment
+ Message: Less than 1 values on :LubricationSystem->rdfs:comment
+ Message: Less than 1 values on :TrueFractureStress->rdfs:comment
+ Message: Less than 1 values on :workRollDiameter->rdfs:comment
+ Message: Less than 1 values on :FLCDetermination->rdfs:comment
+ Message: Less than 1 values on :AbsoluteCrossheadTravel->rdfs:comment
+ Message: Less than 1 values on :TestingDirection->rdfs:comment
+ Message: Less than 1 values on :FractureStrain->rdfs:comment
+ Message: Less than 1 values on :BlankHolderForce->rdfs:comment
+ Message: Less than 1 values on :PressureChamber->rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterHorizontal->rdfs:comment
+ Message: Less than 1 values on :TestPieceComposition->rdfs:comment
+ Message: Less than 1 values on :ShearStrength->rdfs:comment
+ Message: Less than 1 values on :Stress->rdfs:comment
+ Message: Less than 1 values on :DamageTreatment->rdfs:comment
+ Message: Less than 1 values on :DX56D->rdfs:comment
+ Message: Less than 1 values on :Precipitation->rdfs:comment
+ Message: Less than 1 values on :Model->rdfs:comment
+ Message: Less than 1 values on :FlatRolling->rdfs:comment
+ Message: Less than 1 values on :SampleIdentifier-2->rdfs:comment
+ Message: Less than 1 values on :MatPiecewiseLinearPlasticity->rdfs:comment
+ Message: Less than 1 values on :Identifier->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessCRMAverage->rdfs:comment
+ Message: Less than 1 values on :FrameOfMaterial->rdfs:comment
+ Message: Less than 1 values on :TotalLength->rdfs:comment
+ Message: Less than 1 values on :ExperimentalWorkflow->rdfs:comment
+ Message: Less than 1 values on :MatPiecewiseLinearPlasticityLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :PercentagePermanentElongation->rdfs:comment
+ Message: Less than 1 values on :CameraSystem->rdfs:comment
+ Message: Less than 1 values on :RollingMill->rdfs:comment
+ Message: Less than 1 values on :ProofStrengthTotalExtension->rdfs:comment
+ Message: Less than 1 values on :InnerDiameterBlankHolder->rdfs:comment
+ Message: Less than 1 values on :TaylorQuinneyCoefficient->rdfs:comment
+ Message: Less than 1 values on :DualPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :UniformElongation->rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTheta1->rdfs:comment
+ Message: Less than 1 values on :InitialThickness->rdfs:comment
+ Message: Less than 1 values on :SampleInfos->rdfs:comment
+ Message: Less than 1 values on :CrossHardeningParameter->rdfs:comment
+ Message: Less than 1 values on :SimulationWorkflow->rdfs:comment
+ Message: Less than 1 values on :HX340LAD->rdfs:comment
+ Message: Less than 1 values on :MeasuringAid->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessCRMStandardDeviation->rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4MeshDependency->rdfs:comment
+ Message: Less than 1 values on :EulerAngle1->rdfs:comment
+ Message: Less than 1 values on :PercentagePermanentExtension->rdfs:comment
+ Message: Less than 1 values on :Plasticity->rdfs:comment
+ Message: Less than 1 values on :FailureStrain->rdfs:comment
+ Message: Less than 1 values on :DynamometerArea->rdfs:comment
+ Message: Less than 1 values on :rollingDirection->rdfs:comment
+ Message: Less than 1 values on :YieldStress->rdfs:comment
+ Message: Less than 1 values on :Laboratory->rdfs:comment
+ Message: Less than 1 values on :TrueElasticStrain->rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4Temperature->rdfs:comment
+ Message: Less than 1 values on :TrueStressAtFracture->rdfs:comment
+ Message: Less than 1 values on :stand->rdfs:comment
+ Message: Less than 1 values on :PoissonRatio->rdfs:comment
+ Message: Less than 1 values on :ConstitutiveModel->rdfs:comment
+ Message: Less than 1 values on :ShearLength->rdfs:comment
+ Message: Less than 1 values on :MaterialsInformatics->rdfs:comment
+ Message: Less than 1 values on :PistonSpeed->rdfs:comment
+ Message: Less than 1 values on :FailureTreatment->rdfs:comment
+ Message: Less than 1 values on :YieldingIdentifier->rdfs:comment
+ Message: Less than 1 values on :CRMUncertainty->rdfs:comment
+ Message: Less than 1 values on :StressRate->rdfs:comment
+ Message: Less than 1 values on :Ductility->rdfs:comment
+ Message: Less than 1 values on :PercentageElongationAfterFracture->rdfs:comment
+ Message: Less than 1 values on :TimeIncrementStep->rdfs:comment
+ Message: Less than 1 values on :RadiusDie->rdfs:comment
+ Message: Less than 1 values on :TestPiecePreparation->rdfs:comment
+ Message: Less than 1 values on :HardeningCurve->rdfs:comment
+ Message: Less than 1 values on :IndenterIdentifier->rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessStandardDeviation->rdfs:comment
+ Message: Less than 1 values on :FinalThickness->rdfs:comment
+ Message: Less than 1 values on :LatentHardeningQ1->rdfs:comment
+ Message: Less than 1 values on :ElasticityModel->rdfs:comment
+ Message: Less than 1 values on :BrinellHardnessUncertainty->rdfs:comment
+ Message: Less than 1 values on :CrossheadSeparationRate->rdfs:comment
+ Message: Less than 1 values on :PercentageYieldPointExtension->rdfs:comment
+ Message: Less than 1 values on :MildSteel->rdfs:comment
+ Message: Less than 1 values on :AnisotropicYieldFunctionParameters->rdfs:comment
+ Message: Less than 1 values on :FadingExponent->rdfs:comment
+ Message: Less than 1 values on :AnisotropicYieldFunction->rdfs:comment
+ Message: Less than 1 values on :RadiusCurvature->rdfs:comment
+ Message: Less than 1 values on :MaximumForce->rdfs:comment
+ Message: Less than 1 values on :GaugeLength->rdfs:comment
+ Message: Less than 1 values on :Remark->rdfs:comment
+ Message: Less than 1 values on :SlopeElasticPartStressStrainCurve->rdfs:comment
+ Message: Less than 1 values on :OriginalCrossSection->rdfs:comment
+ Message: Less than 1 values on :ThicknessAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :PlasticityModel->rdfs:comment
+ Message: Less than 1 values on :EvaluationMethod->rdfs:comment
+ Message: Less than 1 values on :EngineeringStrain->rdfs:comment
+ Message: Less than 1 values on :MatTabulatedJohnsonCookLogInterpolation->rdfs:comment
+ Message: Less than 1 values on :TensileTest->rdfs:comment
+ Message: Less than 1 values on :Deformation->rdfs:comment
+ Message: Less than 1 values on :Elasticity->rdfs:comment
+ Message: Less than 1 values on :NakajimaTest->rdfs:comment
+ Message: Less than 1 values on :InitialHardening->rdfs:comment
+ Message: Less than 1 values on :Job->rdfs:comment
+ Message: Less than 1 values on :NotchTensileStrength->rdfs:comment
+ Message: Less than 1 values on :MaterialInstabilityStrain->rdfs:comment
+ Message: Less than 1 values on :Work->rdfs:comment
+ Message: Less than 1 values on :PlasticEngineeringStrain->rdfs:comment
+ Message: Less than 1 values on :NumberFailedIntegrationPoints->rdfs:comment
+ Message: Less than 1 values on :RateSensitivityOfSlip->rdfs:comment
+ Message: Less than 1 values on :PercentageTotalExtensionAtFracture->rdfs:comment
+ Message: Less than 1 values on :GridSize->rdfs:comment
+ Message: Less than 1 values on :MajorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :OriginalDiameter->rdfs:comment
+ Message: Less than 1 values on :TestPieceThickness->rdfs:comment
+ Message: Less than 1 values on :PercentageTotalExtensionAtMaximumForce->rdfs:comment
+ Message: Less than 1 values on :ShearLengthAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :DamageExponent->rdfs:comment
+ Message: Less than 1 values on :DamageThreshold->rdfs:comment
+ Message: Less than 1 values on :MaximumForceNoDiscontinousYielding->rdfs:comment
+ Message: Less than 1 values on :MinorTrueStrain->rdfs:comment
+ Message: Less than 1 values on :Software->rdfs:comment
+ Message: Less than 1 values on :Failure->rdfs:comment
+ Message: Less than 1 values on :TruePlasticThicknessStrain->rdfs:comment
+ Message: Less than 1 values on :CrystalPlasticityConstitutiveModel->rdfs:comment
+ Message: Less than 1 values on :TestTime->rdfs:comment
+ Message: Less than 1 values on :MinimumCrossSectionAfterFracture->rdfs:comment
+ Message: Less than 1 values on :Workflow->rdfs:comment
+ Message: Less than 1 values on :TotalAverageDiameter->rdfs:comment
+ Message: Less than 1 values on :YieldingIdentifierIsoThermal->rdfs:comment
+ Message: Less than 1 values on :FormingLimitCurve->rdfs:comment
+ Message: Less than 1 values on :rollingSchedule->rdfs:comment
+ Message: Less than 1 values on :DeliveryDate->rdfs:comment
+ Message: Less than 1 values on :DamaskCode->rdfs:comment
+ Message: Less than 1 values on :ClampingForce->rdfs:comment
+ Message: Less than 1 values on :ProofStrength_0.2Percentage->rdfs:comment
+ Message: Less than 1 values on :GrainOrientation->rdfs:comment
+ Message: Less than 1 values on :TotalEngineeringStrain->rdfs:comment
+ Message: Less than 1 values on :ForceAtFracture->rdfs:comment
+ Message: Less than 1 values on :FEMSolver->rdfs:comment
+ Message: Less than 1 values on :MeasuringDevice->rdfs:comment
+ Message: Less than 1 values on :FailureStrainIdentifier4StrainRate->rdfs:comment
+ Message: Less than 1 values on :Component->rdfs:comment
+ Message: Less than 1 values on :Width->rdfs:comment
+ Message: Less than 1 values on :Geometry->rdfs:comment
+ Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:comment
+ Message: Less than 1 values on :Manufacturing->rdfs:comment
+ Message: Less than 1 values on :PercentageExtension->rdfs:comment
+ Message: Less than 1 values on :MorphologicalTexture->rdfs:comment
+ Message: Less than 1 values on :stripWidth->rdfs:comment
+ Message: Less than 1 values on :Displacement->rdfs:comment
+ Message: Less than 1 values on :PhaseBoundary->rdfs:comment
+ Message: Less than 1 values on :MaterialClass->rdfs:comment
+ Message: Less than 1 values on :ExperimentIdentifier->rdfs:comment
+ Message: Less than 1 values on :PunchDisplacement->rdfs:comment
+ Message: Less than 1 values on :normalDirection->rdfs:comment
+ Message: Less than 1 values on :stripTension->rdfs:comment
+ Message: Less than 1 values on :IndentationDiameterVertical->rdfs:comment
+ Message: Less than 1 values on :StiffnessComponent->rdfs:comment
+ Message: Less than 1 values on :TestTemperature->rdfs:comment
+ Message: Less than 1 values on :TrueStress->rdfs:comment
+ Message: Less than 1 values on :DiameterAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :BulgeTest->rdfs:comment
+ Message: Less than 1 values on :EffectiveStress->rdfs:comment
+ Message: Less than 1 values on :SampleType->rdfs:comment
+ Message: Less than 1 values on :YieldSurface->rdfs:comment
+ Message: Less than 1 values on :rollingForce->rdfs:comment
+ Message: Less than 1 values on :numberOfPasses->rdfs:comment
+ Message: Less than 1 values on :TrueThicknessStrain->rdfs:comment
+ Message: Less than 1 values on :SerialNumber->rdfs:comment
+ Message: Less than 1 values on :InnerDiameterDie->rdfs:comment
+ Message: Less than 1 values on :CrashTest->rdfs:comment
+ Message: Less than 1 values on :HardeningExponent->rdfs:comment
+ Message: Less than 1 values on :MaterialIdentifier->rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC44->rdfs:comment
+ Message: Less than 1 values on :processChainSimulation->rdfs:comment
+ Message: Less than 1 values on :PrincipalStressLimit4PostProcessing->rdfs:comment
+ Message: Less than 1 values on :MAT_ADD_DAMAGE_GISSMO->rdfs:comment
+ Message: Less than 1 values on :TrueWidthStrain->rdfs:comment
+ Message: Less than 1 values on :DefaultValue->rdfs:comment
+ Message: Less than 1 values on :Force->rdfs:comment
+ Message: Less than 1 values on :PostProcessingSoftware->rdfs:comment
+ Message: Less than 1 values on :MaximumSpeed->rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd4StrainAverage->rdfs:comment
+ Message: Less than 1 values on :User->rdfs:comment
+ Message: Less than 1 values on :TrueStrain->rdfs:comment
+ Message: Less than 1 values on :MeanEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :TimeSeries->rdfs:comment
+ Message: Less than 1 values on :Supplier->rdfs:comment
+ Message: Less than 1 values on :Time->rdfs:comment
+ Message: Less than 1 values on :AmplitudeFile->rdfs:comment
+ Message: Less than 1 values on :SpecimenCrossSection->rdfs:comment
+ Message: Less than 1 values on :transverseDirection->rdfs:comment
+ Message: Less than 1 values on :Steel->rdfs:comment
+ Message: Less than 1 values on :ElementDeletionTreatment->rdfs:comment
+ Message: Less than 1 values on :ExtensionAtFracture->rdfs:comment
+ Message: Less than 1 values on :Grain->rdfs:comment
+ Message: Less than 1 values on :FinalGaugeLengthAfterFracture->rdfs:comment
+ Message: Less than 1 values on :TransitionRadius->rdfs:comment
+ Message: Less than 1 values on :Discretization->rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTheta0->rdfs:comment
+ Message: Less than 1 values on :PermissibleUncertainty->rdfs:comment
+ Message: Less than 1 values on :Radius->rdfs:comment
+ Message: Less than 1 values on :rollingSpeed->rdfs:comment
+ Message: Less than 1 values on :HCT980C->rdfs:comment
+ Message: Less than 1 values on :ForceMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :MeasurementResolutionUncertainty->rdfs:comment
+ Message: Less than 1 values on :CoordinateSystem->rdfs:comment
+ Message: Less than 1 values on :contactLength->rdfs:comment
+ Message: Less than 1 values on :InitialDisplacementRate->rdfs:comment
+ Message: Less than 1 values on :TimeDependentEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :SampleCode->rdfs:comment
+ Message: Less than 1 values on :Experiment->rdfs:comment
+ Message: Less than 1 values on :LatticeStructure->rdfs:comment
+ Message: Less than 1 values on :draught->rdfs:comment
+ Message: Less than 1 values on :NumberSlipSystems->rdfs:comment
+ Message: Less than 1 values on :TrueFractureStrain->rdfs:comment
+ Message: Less than 1 values on :ComplexPhaseSteel->rdfs:comment
+ Message: Less than 1 values on :HardeningParameterTau0->rdfs:comment
+ Message: Less than 1 values on :Benchmark->rdfs:comment
+ Message: Less than 1 values on :HDF5->rdfs:comment
+ Message: Less than 1 values on :WidthStrain->rdfs:comment
+ Message: Less than 1 values on :FractureStress->rdfs:comment
+ Message: Less than 1 values on :CrystalPlasticityParameterFile->rdfs:comment
+ Message: Less than 1 values on :BatchNumber->rdfs:comment
+ Message: Less than 1 values on :SimulationCode->rdfs:comment
+ Message: Less than 1 values on :PunchDiameter->rdfs:comment
+ Message: Less than 1 values on :ExtensionMeasuringSystem->rdfs:comment
+ Message: Less than 1 values on :CoefficientOfCorrelation->rdfs:comment
+ Message: Less than 1 values on :PermanentSetStrength->rdfs:comment
+ Message: Less than 1 values on :ModulusOfElasticity->rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd4ElementDeletion->rdfs:comment
+ Message: Less than 1 values on :InteractionMatrix->rdfs:comment
+ Message: Less than 1 values on :TestPieceProducer->rdfs:comment
+ Message: Less than 1 values on :ShearLengthAfterFracture2->rdfs:comment
+ Message: Less than 1 values on :StrainRateFormulationFlag->rdfs:comment
+ Message: Less than 1 values on :SpecificHeatCapacity->rdfs:comment
+ Message: Less than 1 values on :OriginalCrosssection->rdfs:comment
+ Message: Less than 1 values on :Fracture->rdfs:comment
+ Message: Less than 1 values on :TestPieceIdentifier->rdfs:comment
+ Message: Less than 1 values on :rollGap->rdfs:comment
+ Message: Less than 1 values on :TestTemperatur->rdfs:comment
+ Message: Less than 1 values on :EffecticStrain->rdfs:comment
+ Message: Less than 1 values on :RValue->rdfs:comment
+ Message: Less than 1 values on :TestPieceProcessing->rdfs:comment
+ Message: Less than 1 values on :MatTabulatedJohnsonCook->rdfs:comment
+ Message: Less than 1 values on :YieldStrength->rdfs:comment
+ Message: Less than 1 values on :YieldForce_0.2Percentage->rdfs:comment
+ Message: Less than 1 values on :ChemicalComposition->rdfs:comment
+ Message: Less than 1 values on :DiameterAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :ReferenceTemperature->rdfs:comment
+ Message: Less than 1 values on :TruePlasticStrain->rdfs:comment
+ Message: Less than 1 values on :PunchVelocity->rdfs:comment
+ Message: Less than 1 values on :HCT980X->rdfs:comment
+ Message: Less than 1 values on :MeanPlasticStrainRate->rdfs:comment
+ Message: Less than 1 values on :InventoryNumber->rdfs:comment
+ Message: Less than 1 values on :TrueTotalStrain->rdfs:comment
+ Message: Less than 1 values on :SampleProduction->rdfs:comment
+ Message: Less than 1 values on :FinalCriticalStrength->rdfs:comment
+ Message: Less than 1 values on :ReferenceShearRate->rdfs:comment
+ Message: Less than 1 values on :EngineeringStress->rdfs:comment
+ Message: Less than 1 values on :EulerAngleConvention->rdfs:comment
+ Message: Less than 1 values on :ProofStrengthPlasticExtension->rdfs:comment
+ Message: Less than 1 values on :ShearTest->rdfs:comment
+ Message: Less than 1 values on :InitialCriticalStrength->rdfs:comment
+ Message: Less than 1 values on :Strain->rdfs:comment
+ Message: Less than 1 values on :TestingRate->rdfs:comment
+ Message: Less than 1 values on :NumberGrains->rdfs:comment
+ Message: Less than 1 values on :DataSamplingFrequency->rdfs:comment
+ Message: Less than 1 values on :StrainRateScaleParameterC->rdfs:comment
+ Message: Less than 1 values on :PreliminaryForce->rdfs:comment
+ Message: Less than 1 values on :EulerAngle2->rdfs:comment
+ Message: Less than 1 values on :MaterialsScience->rdfs:comment
+ Message: Less than 1 values on :Texture->rdfs:comment
+ Message: Less than 1 values on :WidthChange->rdfs:comment
+ Message: Less than 1 values on :SpecimenWidth->rdfs:comment
+ Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:comment
+ Message: Less than 1 values on :FailureCriteriaTypeAdd->rdfs:comment
+ Message: Less than 1 values on :Grid->rdfs:comment
+ Message: Less than 1 values on :TotalElongation->rdfs:comment
+ Message: Less than 1 values on :DrawingSpeed->rdfs:comment
+ Message: Less than 1 values on :BiaxialStress->rdfs:comment
+ Message: Less than 1 values on :NumberOfVirtualExperiments->rdfs:comment
+ Message: Less than 1 values on :CrystallographyTexture->rdfs:comment
+ Message: Less than 1 values on :ThicknessAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :ElasticConstantC12->rdfs:comment
+ Message: Less than 1 values on :EulerAngle3->rdfs:comment
+ Message: Less than 1 values on :TestingMachineUncertainty->rdfs:comment
+ Message: Less than 1 values on :Validation->rdfs:comment
+ Message: Less than 1 values on :RelativeStandardDeviationOfTheSlope->rdfs:comment
+ Message: Less than 1 values on :HomogenizationModel->rdfs:comment
+ Message: Less than 1 values on :Clamping->rdfs:comment
+ Message: Less than 1 values on :PercentagePlasticExtensionAtMaximumForce->rdfs:comment
+ Message: Less than 1 values on :GrainNumber->rdfs:comment
+ Message: Less than 1 values on :SheetThickness->rdfs:comment
+ Message: Less than 1 values on :Location->rdfs:comment
+ Message: Less than 1 values on :MachineLearning->rdfs:comment
+ Message: Less than 1 values on :CrossheadDisplacement->rdfs:comment
+ Message: Less than 1 values on :DieTool->rdfs:comment
+ Message: Less than 1 values on :Damage->rdfs:comment
+ Message: Less than 1 values on :TensileStrength->rdfs:comment
+ Message: Less than 1 values on :ProofStrength_1Percentage->rdfs:comment
+ Message: Less than 1 values on :ElementDeletionFlag->rdfs:comment
+ Message: Less than 1 values on :FeedbackLoop->rdfs:comment
+ Message: Less than 1 values on :ResultsFile->rdfs:comment
+ Message: Less than 1 values on :WidthAfterFracture1->rdfs:comment
+ Message: Less than 1 values on :MicroalloyedSteel->rdfs:comment
+ Message: Less than 1 values on :MaximumForceDiscontinousYielding->rdfs:comment
+ Message: Less than 1 values on :SpecificPlasticWorkValue->rdfs:comment
+ Message: Less than 1 values on :CharacteristicEngineeringStrainRate->rdfs:comment
+ Message: Less than 1 values on :StandardDeviationOfTheSlope->rdfs:comment
+ Message: Less than 1 values on :SlipSystemNumber->rdfs:comment
+ Message: Less than 1 values on :FrameRate->rdfs:comment
+ Message: Less than 1 values on :Microstructure->rdfs:comment
+ Message: Less than 1 values on :BoundaryFile->rdfs:comment
+ Message: Less than 1 values on :FormingLimitDiagram->rdfs:comment
+ Message: Less than 1 values on :UpperYieldStrength->rdfs:comment
+ Message: Less than 1 values on :TangentYieldModulus->rdfs:comment
+ Message: Less than 1 values on :Experimentation->rdfs:comment
+ Message: Less than 1 values on :CalibrationComponents->rdfs:comment
+ Message: Less than 1 values on :MinTimeStep4ElementDel->rdfs:comment
+ Message: Less than 1 values on :FluidSolidTransition->rdfs:comment
+ Message: Less than 1 values on :BrinellHardness->rdfs:comment
+ Message: Less than 1 values on :Repetition->rdfs:comment
+ Message: Less than 1 values on :Elongation->rdfs:comment
+ Message: Less than 1 values on :MaterialsModeling->rdfs:label
+ Message: Less than 1 values on :Rp02->rdfs:label
+ Message: Less than 1 values on :Hill48M->rdfs:label
+ Message: Less than 1 values on :Hill48H->rdfs:label
+ Message: Less than 1 values on :InitialFlowStress_g0->rdfs:label
+ Message: Less than 1 values on :Hill48G->rdfs:label
+ Message: Less than 1 values on :ConstitutiveModel->rdfs:label
+ Message: Less than 1 values on :MaterialsInformatics->rdfs:label
+ Message: Less than 1 values on :Hill48F->rdfs:label
+ Message: Less than 1 values on :HardeningModulus_h0->rdfs:label
+ Message: Less than 1 values on :Hill48N->rdfs:label
+ Message: Less than 1 values on :ConstitutiveModelParameter->rdfs:label
+ Message: Less than 1 values on :Manufacturing->rdfs:label
+ Message: Less than 1 values on :FlowStressExponent_a->rdfs:label
+ Message: Less than 1 values on :Hill48L->rdfs:label
+ Message: Less than 1 values on :MaterialsScience->rdfs:label
+ Message: Less than 1 values on :ElasticConstants_C11_C12_C44->rdfs:label
+ Message: Less than 1 values on :FinalFlowStress_ginf->rdfs:label
+ Message: Less than 1 values on :MachineLearning->rdfs:label
+ Message: Less than 1 values on :StressExponent_n->rdfs:label
+ Message: Less than 1 values on :Experimentation->rdfs:label
maybe some result lines are missing if they do not print out a message line.