From 1da247404c3553378fce305c32c3b64e5c2c19ef Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 10 May 2022 16:16:55 -0400 Subject: [PATCH 1/2] Update prerelease submodule pointer A follow-on patch will regenerate Make-managed files. References: * https://github.com/ucoProject/UCO/issues/351 Signed-off-by: Alex Nelson --- dependencies/UCO-unstable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UCO-unstable b/dependencies/UCO-unstable index 08ef73c8..8094ff27 160000 --- a/dependencies/UCO-unstable +++ b/dependencies/UCO-unstable @@ -1 +1 @@ -Subproject commit 08ef73c8acc4cf4f105dbfa3c39a82b5241add40 +Subproject commit 8094ff272379a3e4b7b4f67b8129e7e5c13190f1 From 0500ef768abf69d3ba09bce6ab0a69a3f46c7dd7 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 10 May 2022 16:19:32 -0400 Subject: [PATCH 2/2] Regenerate Make-managed file References: * https://github.com/ucoProject/UCO/issues/351 Signed-off-by: Alex Nelson --- ontology/CASE-unstable.ttl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ontology/CASE-unstable.ttl b/ontology/CASE-unstable.ttl index 2d9f431b..a97e1a13 100644 --- a/ontology/CASE-unstable.ttl +++ b/ontology/CASE-unstable.ttl @@ -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 ; @@ -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 ; @@ -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