File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ this module and allow much more advanced use cases.
188
188
189
189
BUGS
190
190
Please report any bugs using github
191
- <https://github.com/kjetilk /RDF-LinkedData/issues>
191
+ <https://github.com/perlrdf /RDF-LinkedData/issues>
192
192
193
193
SUPPORT
194
194
You can find documentation for this module with the perldoc command.
Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ Toby Inkster
922
922
923
923
=head1 BUGS
924
924
925
- Please report any bugs using L<github|https://github.com/kjetilk /RDF-LinkedData/issues>
925
+ Please report any bugs using L<github|https://github.com/perlrdf /RDF-LinkedData/issues>
926
926
927
927
928
928
=head1 SUPPORT
Original file line number Diff line number Diff line change 1
1
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
2
2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
3
- @prefix result: <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk %2FRDF-LinkedData&serialization=PROV-O#> .
3
+ @prefix result: <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fperlrdf %2FRDF-LinkedData&serialization=PROV-O#> .
4
4
5
5
<http://www.kjetil.kjernsmo.net/foaf#me>
6
6
a foaf:Person ;
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ my:project
27
27
:download-page <https://metacpan.org/release/RDF-LinkedData> ;
28
28
# :mailing-list <http://lists.perlrdf.org/listinfo/dev> ;
29
29
# :wiki <http://wiki.perlrdf.org/> ;
30
- :bug-database <https://github.com/kjetilk /RDF-LinkedData/issues> ;
30
+ :bug-database <https://github.com/perlrdf /RDF-LinkedData/issues> ;
31
31
:license <http://dev.perl.org/licenses/> ;
32
32
:repository [
33
33
a :GitRepository ;
34
- :browse <https://github.com/kjetilk /RDF-LinkedData/> ;
35
- prov:has_provenance <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk %2FRDF-LinkedData&serialization=PROV-O#>
34
+ :browse <https://github.com/perlrdf /RDF-LinkedData/> ;
35
+ prov:has_provenance <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fperlrdf %2FRDF-LinkedData&serialization=PROV-O#>
36
36
] ;
37
37
:category <http://dbpedia.org/resource/Category:Semantic_Web> ;
38
38
owl:sameAs <http://packages.qa.debian.org/librdf-linkeddata-perl#upstream> ;
You can’t perform that action at this time.
0 commit comments