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 9, 2022
1 parent 9efd0b1 commit 7c282e2
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 8 deletions.
34 changes: 32 additions & 2 deletions examples/illustrations/Oresteia/Oresteia_validation-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
rdf:first "nis"^^vocabulary:AccountTypeVocab ;
rdf:rest (
"openid"^^vocabulary:AccountTypeVocab
"radius"^^vocabulary:AccountTypeVocab
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
.

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
Expand Down Expand Up @@ -263,7 +275,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 +329,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 @@ -6,6 +6,21 @@
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
rdf:first "radius"^^vocabulary:AccountTypeVocab ;
rdf:rest (
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
.

[]
rdf:first "windows_local"^^vocabulary:AccountTypeVocab ;
rdf:rest rdf:nil ;
.

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
Expand Down Expand Up @@ -45,7 +60,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 +114,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 @@ -6,6 +6,16 @@
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
rdf:first "radius"^^vocabulary:AccountTypeVocab ;
rdf:rest (
"tacacs"^^vocabulary:AccountTypeVocab
"unix"^^vocabulary:AccountTypeVocab
"windows_domain"^^vocabulary:AccountTypeVocab
"windows_local"^^vocabulary:AccountTypeVocab
) ;
.

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
Expand Down Expand Up @@ -47,7 +57,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 +111,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 +165,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 +219,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 7c282e2

Please sign in to comment.