Skip to content

Commit

Permalink
Add cpeid to DeviceFacet
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #624

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 2, 2024
1 parent 9a355e4 commit dd8abaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,12 @@ observable:DeviceFacet
sh:nodeKind sh:IRI ;
sh:path observable:manufacturer ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:cpeid ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
Expand Down

0 comments on commit dd8abaa

Please sign in to comment.