Skip to content

Commit

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

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 17, 2024
1 parent da056fc commit fb8600c
Show file tree
Hide file tree
Showing 24 changed files with 588 additions and 920 deletions.
43 changes: 34 additions & 9 deletions examples/illustrations/Oresteia/Oresteia.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@
{
"@id": "kb:clytemnestra-device-3a61cb3a-422d-4953-af70-25a860456e50"
},
{
"@id": "kb:relationship-3707f6c4-b90a-4c70-9482-bb208d332e85"
},
{
"@id": "kb:operating-system-9eea07c7-c348-4fa3-aef6-67f2fe651204"
},
{
"@id": "kb:clytemnestra-mobileaccount-363dd368-94bd-4dbb-af1d-f53d0085791e"
},
Expand Down Expand Up @@ -794,15 +800,6 @@
"drafting:ownerName": "Clytemnestras iPhone",
"drafting:uniqueID": "B3858A69A29375E6C706226B3633A3A11EB2A774"
},
{
"@id": "kb:operating-system-facet-ad90e7e5-c692-4c59-87c6-d36c463ff1b0",
"@type": "uco-observable:OperatingSystemFacet",
"uco-core:name": "iOS",
"uco-observable:manufacturer": {
"@id": "kb:organization-0645704f-fc66-4d90-810a-dc0fb8a95fa4"
},
"uco-observable:version": "10.3"
},
{
"@id": "kb:wifi-address-facet-00ec20e0-4af9-45c0-9246-7a87e8c47f3d",
"@type": "uco-observable:WifiAddressFacet",
Expand All @@ -815,6 +812,34 @@
}
]
},
{
"@id": "kb:operating-system-9eea07c7-c348-4fa3-aef6-67f2fe651204",
"@type": [
"uco-observable:OperatingSystem",
"uco-observable:Software"
],
"uco-core:hasFacet": {
"@id": "kb:software-facet-906f160c-bbc0-48a5-bb0c-7338ebabf1e9",
"@type": "uco-observable:SoftwareFacet",
"uco-observable:manufacturer": {
"@id": "kb:organization-0645704f-fc66-4d90-810a-dc0fb8a95fa4"
},
"uco-observable:version": "10.3"
},
"uco-core:name": "iOS"
},
{
"@id": "kb:relationship-3707f6c4-b90a-4c70-9482-bb208d332e85",
"@type": "uco-observable:ObservableRelationship",
"uco-core:isDirectional": true,
"uco-core:kindOfRelationship": "Has_Operating_System",
"uco-core:source": {
"@id": "kb:clytemnestra-device-3a61cb3a-422d-4953-af70-25a860456e50"
},
"uco-core:target": {
"@id": "kb:operating-system-9eea07c7-c348-4fa3-aef6-67f2fe651204"
}
},
{
"@id": "kb:clytemnestra-mobileaccount-363dd368-94bd-4dbb-af1d-f53d0085791e",
"@type": "uco-observable:MobileAccount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:conforms "true"^^xsd:boolean ;
sh:result
[
a sh:ValidationResult ;
Expand Down Expand Up @@ -39,32 +39,6 @@
sh:severity sh:Info ;
] ;
sh:value "Phone" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/operating-system-facet-ad90e7e5-c692-4c59-87c6-d36c463ff1b0> ;
sh:resultMessage "As of UCO 2.0.0, uco-observable:manufacturer is not associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:resultPath observable:manufacturer ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
sh:sourceShape [
sh:maxCount "0"^^xsd:integer ;
sh:message "As of UCO 2.0.0, uco-observable:manufacturer is not associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:path observable:manufacturer ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/operating-system-facet-ad90e7e5-c692-4c59-87c6-d36c463ff1b0> ;
sh:resultMessage "As of UCO 2.0.0, uco-observable:version is not associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:resultPath observable:version ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
sh:sourceShape [
sh:maxCount "0"^^xsd:integer ;
sh:message "As of UCO 2.0.0, uco-observable:version is not associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:path observable:version ;
] ;
]
;
.
Expand Down
30 changes: 1 addition & 29 deletions examples/illustrations/Oresteia/Oresteia_validation-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:conforms "true"^^xsd:boolean ;
sh:result
[
a sh:ValidationResult ;
Expand Down Expand Up @@ -39,34 +39,6 @@
sh:severity sh:Info ;
] ;
sh:value "Phone" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/operating-system-facet-ad90e7e5-c692-4c59-87c6-d36c463ff1b0> ;
sh:resultMessage "In UCO 2.0.0, uco-observable:manufacturer will not be associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:resultPath observable:manufacturer ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
sh:sourceShape [
sh:maxCount "0"^^xsd:integer ;
sh:message "In UCO 2.0.0, uco-observable:manufacturer will not be associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:path observable:manufacturer ;
sh:severity sh:Warning ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/operating-system-facet-ad90e7e5-c692-4c59-87c6-d36c463ff1b0> ;
sh:resultMessage "In UCO 2.0.0, uco-observable:version will not be associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:resultPath observable:version ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
sh:sourceShape [
sh:maxCount "0"^^xsd:integer ;
sh:message "In UCO 2.0.0, uco-observable:version will not be associated with uco-observable:OperatingSystemFacet. Please place this on a uco-observable:SoftwareFacet instead."@en ;
sh:path observable:version ;
sh:severity sh:Warning ;
] ;
]
;
.
Expand Down
Loading

0 comments on commit fb8600c

Please sign in to comment.