Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ observable:ApplicationFacet
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:version ;
] ,
[
sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path observable:permissionName ;
]
;
sh:targetClass observable:ApplicationFacet ;
Expand Down Expand Up @@ -11193,6 +11198,13 @@ observable:peType
rdfs:range xsd:string ;
.

observable:permissionName
a owl:DatatypeProperty ;
rdfs:label "permissionName"@en ;
rdfs:comment "Specifies the string name for a permission, primarily related to application permissions."@en ;
rdfs:range xsd:string ;
.

observable:phoneActivationTime
a owl:DatatypeProperty ;
rdfs:label "phoneActivationTime"@en ;
Expand Down