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 <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 11, 2022
1 parent 59ea41f commit 0d6e4fd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
22 changes: 20 additions & 2 deletions examples/crossover_wmd/src/crossover_wmd_validation-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,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 @@ -249,7 +258,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 @@ -131,7 +131,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 0d6e4fd

Please sign in to comment.