Skip to content

Commit

Permalink
Merge pull request #625 from ucoProject/Feature-Issue-624
Browse files Browse the repository at this point in the history
Issue 624: Add cpeid to DeviceFacet
  • Loading branch information
plbt5 authored Nov 22, 2024
2 parents fb52f96 + 9debc59 commit cc26145
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 cc26145

Please sign in to comment.