Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC-206 Additional Mobile App Permissions #332

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
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