Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#573

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jan 9, 2024
1 parent 312dd3e commit 5e95ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 124 deletions.
4 changes: 2 additions & 2 deletions examples/illustrations/partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
{
"@id": "kb:Relationship-ec126575-d6a4-4590-9690-f2571a48b8ac",
"@type": "uco-observable:ObservableRelationship",
"@type": "uco-core:Relationship",
"uco-core:isDirectional": true,
"uco-core:kindOfRelationship": "Has_Role",
"uco-core:source": {
Expand Down Expand Up @@ -2363,7 +2363,7 @@
},
{
"@id": "kb:Relationship-e1919c92-4d47-4b33-be27-691ef4ec5b8c",
"@type": "uco-observable:ObservableRelationship",
"@type": "uco-core:Relationship",
"uco-core:isDirectional": true,
"uco-core:kindOfRelationship": "Has_Role",
"uco-core:source": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -8,60 +6,6 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-e1919c92-4d47-4b33-be27-691ef4ec5b8c> ;
sh:resultMessage "Value does not have class observable:Observable" ;
sh:resultPath core:source ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:path core:source ;
] ;
sh:value <http://example.org/kb/Person-3a62193b-1ea7-4ed7-88df-6cf7e647fd4f> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-e1919c92-4d47-4b33-be27-691ef4ec5b8c> ;
sh:resultMessage "Value does not have class observable:Observable" ;
sh:resultPath core:target ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:path core:target ;
] ;
sh:value <http://example.org/kb/Role-3bfb3efb-ffaa-4d93-a27d-e9e52f345b1b> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-ec126575-d6a4-4590-9690-f2571a48b8ac> ;
sh:resultMessage "Value does not have class observable:Observable" ;
sh:resultPath core:source ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:path core:source ;
] ;
sh:value <http://example.org/kb/Identity-cbfbd171-e56c-4f59-a01b-4404a1e5eb28> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-ec126575-d6a4-4590-9690-f2571a48b8ac> ;
sh:resultMessage "Value does not have class observable:Observable" ;
sh:resultPath core:target ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:path core:target ;
] ;
sh:value <http://example.org/kb/Role-870e2626-5ffd-4a80-83c2-8ee429709c81> ;
]
;
sh:conforms "true"^^xsd:boolean ;
.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -8,68 +6,6 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-e1919c92-4d47-4b33-be27-691ef4ec5b8c> ;
sh:resultMessage "The source on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:resultPath core:source ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:message "The source on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:source ;
sh:severity sh:Warning ;
] ;
sh:value <http://example.org/kb/Person-3a62193b-1ea7-4ed7-88df-6cf7e647fd4f> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-e1919c92-4d47-4b33-be27-691ef4ec5b8c> ;
sh:resultMessage "The target on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:resultPath core:target ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:message "The target on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:target ;
sh:severity sh:Warning ;
] ;
sh:value <http://example.org/kb/Role-3bfb3efb-ffaa-4d93-a27d-e9e52f345b1b> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-ec126575-d6a4-4590-9690-f2571a48b8ac> ;
sh:resultMessage "The source on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:resultPath core:source ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:message "The source on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:source ;
sh:severity sh:Warning ;
] ;
sh:value <http://example.org/kb/Identity-cbfbd171-e56c-4f59-a01b-4404a1e5eb28> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Relationship-ec126575-d6a4-4590-9690-f2571a48b8ac> ;
sh:resultMessage "The target on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:resultPath core:target ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:Observable ;
sh:message "The target on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:target ;
sh:severity sh:Warning ;
] ;
sh:value <http://example.org/kb/Role-870e2626-5ffd-4a80-83c2-8ee429709c81> ;
]
;
sh:conforms "true"^^xsd:boolean ;
.

0 comments on commit 5e95ab1

Please sign in to comment.