Open ktk opened 8 years ago
I think the class UsageTool is quite weirdly defined, the name suggests it's a tool but the description says its a synopsys, but a synopsys would typically be a literal.
Assuming its a tool (which seems consistent with the examples) it would be used like that:
<dataset/meta-usage> a duv:Usage ;
dct:title "Find the lindas dataset with the data you need";
duv:hasUsageTool <tools/dataset-finder>;
<tools/dataset-finder> a duv:UsageTool ;
dct:title "The Lindas Dataset finder allows you to find a dataset matching your current mood";
dct:uri <http://example.org/dataset-finder> .
So the Usage represents something you can do with a dataset, a UsageTool a tool that can be used to do that.
I wanted to document the usage of the datasets with this vocabulary:
https://www.w3.org/TR/vocab-duv/ I can point to usage from
dcat:Dataset
but the distinction betweenduv:Usage
andduv:UsageTool
is not completely clear to me. From what I seedcat:Dataset
points to aduv:Usage
but then I don't understand the difference between thedct:title
induv:Usage
and the one induv:UsageTool