File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ WHERE
557
557
ui:pattern "@[a-z0-9A-Z_-]*"; # @@
558
558
ui:size 40 .
559
559
560
- :TumblIdField
560
+ :TumblrIdField
561
561
a ui:SingleLineTextField ;
562
562
ui:label "Tumblr user name";
563
563
ui:maxLength "200" ;
@@ -718,7 +718,7 @@ foaf:Account a rdfs:Class;
718
718
719
719
:StravaAccount rdfs:subClassOf foaf:Account ;
720
720
rdfs:label "Strava";
721
- foaf:userProfilePrefix "https://www.strava.com/";
721
+ foaf:userProfilePrefix "https://www.strava.com/athletes/ ";
722
722
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg>;
723
723
foaf:homepage <https://strava.com/> .
724
724
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ WHERE
556
556
ui:pattern " @[a-z0-9A-Z_-]*" ; # @@
557
557
ui:size 40 .
558
558
559
- :TumblIdField
559
+ :TumblrIdField
560
560
a ui:SingleLineTextField ;
561
561
ui:label " Tumblr user name" ;
562
562
ui:maxLength " 200" ;
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ foaf:Account a rdfs:Class;
113
113
114
114
:StravaAccount rdfs:subClassOf foaf:Account ;
115
115
rdfs:label " Strava" ;
116
- foaf:userProfilePrefix " https://www.strava.com/" ;
116
+ foaf:userProfilePrefix " https://www.strava.com/athletes/ " ;
117
117
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg> ;
118
118
foaf:homepage <https://strava.com/> .
119
119
You can’t perform that action at this time.
0 commit comments