Skip to content

Commit

Permalink
Merge pull request #226 from zednis/patch-9
Browse files Browse the repository at this point in the history
add type prov:Agent to instrument instances
  • Loading branch information
bduggan committed Aug 19, 2015
2 parents fc47faf + 88a48da commit 12ee967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Tuba/files/templates/instrument_instance/object.ttl.tut
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% layout 'default', namespaces => [qw/dcterms gcis/];
% layout 'default', namespaces => [qw/dcterms prov gcis/];

<<%= current_resource %>>
% for my $platform ($instrument_instance->platform) {
Expand All @@ -13,4 +13,4 @@
prov:contributed <<%= uri($measurement->dataset) %>>;
% }

a gcis:Instrument .
a gcis:Instrument, prov:Agent .

0 comments on commit 12ee967

Please sign in to comment.