Skip to content

Commit

Permalink
Merge pull request #149 from zednis/patch-1
Browse files Browse the repository at this point in the history
dcterms:SizeOrDuration -> dcterms:extent
  • Loading branch information
bduggan committed May 26, 2015
2 parents eb55355 + 0d11368 commit f93d1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Tuba/files/templates/activity/object.ttl.tut
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% layout 'default', namespaces => [qw/dcterms xsd prov dbpedia_owl gcis meth/];
% layout 'default', namespaces => [qw/dcterms xsd prov dbpedia_owl gcis meth rdf/];
%= filter_lines_with empty_predicate() => begin
%#
<<%= current_resource %>>
Expand All @@ -10,7 +10,7 @@
prov:endedAtTime "<%= $activity->end_time %>"^^xsd:dateTime;

## Duration of the activity
dcterms:SizeOrDuration "<%= human_duration ($activity->duration) %>"^^xsd:string;
dcterms:extent [ rdf:value "<%= human_duration ($activity->duration) %>"^^xsd:string ] ;

## Output datafiles
dbpedia_owl:filename "<%= $activity->output_artifacts %>"^^xsd:string;
Expand Down

0 comments on commit f93d1a3

Please sign in to comment.