Skip to content

Update nightly builds #170

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

Merged
merged 2 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dependencies/UCO-unstable
16 changes: 8 additions & 8 deletions ontology/CASE-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8608,12 +8608,6 @@ observable:URLFacet
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:host ;
] ,
[
sh:class observable:ObservableObject ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:userName ;
] ,
[
sh:datatype xsd:integer ;
sh:maxCount "1"^^xsd:integer ;
Expand Down Expand Up @@ -8656,6 +8650,12 @@ observable:URLFacet
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:scheme ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:userName ;
]
;
sh:targetClass observable:URLFacet ;
Expand Down Expand Up @@ -14868,10 +14868,10 @@ observable:userLocationString
.

observable:userName
a owl:ObjectProperty ;
a owl:DatatypeProperty ;
rdfs:label "userName"@en ;
rdfs:comment "Username used to authenticate to this resource."@en ;
rdfs:range observable:ObservableObject ;
rdfs:range xsd:string ;
.

observable:validityNotAfter
Expand Down