Skip to content

Commit

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

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 15, 2022
1 parent d014164 commit 277a4f6
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 8 deletions.
22 changes: 20 additions & 2 deletions examples/illustrations/Oresteia/Oresteia_validation-develop.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down Expand Up @@ -308,7 +317,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down Expand Up @@ -90,7 +99,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down Expand Up @@ -92,7 +101,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down Expand Up @@ -137,7 +155,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down Expand Up @@ -182,7 +209,16 @@
sh:or (
[
sh:datatype vocabulary:AccountTypeVocab ;
sh:in vocabulary:AccountTypeVocab-members ;
sh:in (
"ldap"^^vocabulary:AccountTypeVocab
"nis"^^vocabulary:AccountTypeVocab
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
]
[
sh:datatype xsd:string ;
Expand Down

0 comments on commit 277a4f6

Please sign in to comment.