Skip to content

Commit

Permalink
add type prov:Agent to instrument instances
Browse files Browse the repository at this point in the history
references USGCRP/gcis-ontology/issues/124.

This type is inferable from the domain of prov:contributed; adding it to the template to make the type information explicit without requiring reasoning.
  • Loading branch information
zednis committed Aug 19, 2015
1 parent fc47faf commit 88a48da
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 88a48da

Please sign in to comment.