Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
loki
Commits
3901e3e6
Commit
3901e3e6
authored
9 years ago
by
Krzysztof Kutt
Browse files
Options
Download
Email Patches
Plain Diff
small fixes
parent
8dda672c
master
3-standalone-swi-prolog
adaptive_ui
provviz
sparqlupdate
wikigame
xttviewer-2022-03-23
xttviewer-2017-09-19
revisionsrater-2017-09-19
rdfloki-2018-09-16
rdfloki-2017-09-19
rdfeditor-2017-09-19
prov-2017-09-19
prov-2016-01-10
prov-2015-12-01
lokiontology-2023-03-15
lokiontology-2022-03-23
lokiontology-2017-09-19
loki-2023-03-15
loki-2022-03-23
loki-2017-09-19
loki-2016-10-26
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prov/action/prov.php
+4
-4
prov/action/prov.php
with
4 additions
and
4 deletions
+4
-4
prov/action/prov.php
View file @
3901e3e6
...
...
@@ -36,7 +36,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"@prefix dc: <http://purl.org/dc/elements/1.1/> .
\n
"
.
"@prefix lokipage: <
{
$adres_wiki
}
> .
\n
"
.
"@prefix lokievent: <
{
$adres_wiki
}
special:lokievent#> .
\n
"
.
"@prefix lokiuser: <
{
$adres_wiki
}
user:> ."
;
"@prefix lokiuser: <
{
$adres_wiki
}
user:> .
\n\n
"
;
}
/**
...
...
@@ -52,7 +52,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"
\t
prov:wasGeneratedBy lokievent:created_
{
$strona
}
.
{
$nowaRev
}
.
\n
"
.
"lokievent:created_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
"
.
"
\t
dc:description
\"
{
$komentarz
}
\"
"
.
((
count
(
$linki
)
>
0
)
?
(
" ;
\n\t
prov:used "
.
implode
(
" ,
\n\t\t
"
,
$linki
)
.
" .
\n\n
"
)
:
(
" .
\n\n
"
));
...
...
@@ -72,7 +72,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"
\t
prov:wasGeneratedBy lokievent:edited_
{
$strona
}
.
{
$nowaRev
}
.
\n
"
.
"lokievent:edited_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
;
\n
"
.
"
\t
dc:description
\"
{
$komentarz
}
\"
;
\n
"
.
"
\t
prov:used "
.
implode
(
" ,
\n\t\t
"
,
$linki
)
.
" .
\n\n
"
;
}
...
...
@@ -86,7 +86,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
return
"lokievent:deleted_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:used lokipage:
{
$strona
}
.
{
$staraRev
}
;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
.
\n\n
"
;
"
\t
dc:description
\"
{
$komentarz
}
\"
.
\n\n
"
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help