@@ -8608,12 +8608,6 @@ observable:URLFacet
8608
8608
sh:nodeKind sh:BlankNodeOrIRI ;
8609
8609
sh:path observable:host ;
8610
8610
] ,
8611
- [
8612
- sh:class observable:ObservableObject ;
8613
- sh:maxCount " 1" ^^xsd:integer ;
8614
- sh:nodeKind sh:BlankNodeOrIRI ;
8615
- sh:path observable:userName ;
8616
- ] ,
8617
8611
[
8618
8612
sh:datatype xsd:integer ;
8619
8613
sh:maxCount " 1" ^^xsd:integer ;
@@ -8656,6 +8650,12 @@ observable:URLFacet
8656
8650
sh:maxCount " 1" ^^xsd:integer ;
8657
8651
sh:nodeKind sh:Literal ;
8658
8652
sh:path observable:scheme ;
8653
+ ] ,
8654
+ [
8655
+ sh:datatype xsd:string ;
8656
+ sh:maxCount " 1" ^^xsd:integer ;
8657
+ sh:nodeKind sh:Literal ;
8658
+ sh:path observable:userName ;
8659
8659
]
8660
8660
;
8661
8661
sh:targetClass observable:URLFacet ;
@@ -14868,10 +14868,10 @@ observable:userLocationString
14868
14868
.
14869
14869
14870
14870
observable:userName
14871
- a owl:ObjectProperty ;
14871
+ a owl:DatatypeProperty ;
14872
14872
rdfs:label " userName" @en ;
14873
14873
rdfs:comment " Username used to authenticate to this resource." @en ;
14874
- rdfs:range observable:ObservableObject ;
14874
+ rdfs:range xsd:string ;
14875
14875
.
14876
14876
14877
14877
observable:validityNotAfter
0 commit comments