@prefix rdf: . @prefix owl: . @prefix biro: . @prefix foaf: . @prefix dct: . @prefix disco: . @prefix pav: . @prefix xsd: . @prefix vann: . @prefix foaf: . @prefix frbr: . @prefix rdfs: . @prefix voaf: . @prefix skos: . @prefix oa: . @prefix dcat: . @prefix dqv: . @prefix duv: . ###################################### ### Metadata section #### ###################################### a voaf:Vocabulary; dct:title "Dataset Usage Vocabulary"; dct:description "The Dataset Usage Vocabulary (DUV) is used to describe consumer experiences, citations, and feedback about datasets from the human perspective."@en; vann:preferredNamespaceUri "http://www.w3.org/ns/duv#"; # Added missing hash 2017-01-23 vann:preferredNamespacePrefix "duv"; rdfs:isDefinedBy ; dct:created "2015-12-17"^^xsd:date; dct:modified "2016-08-30"^^xsd:date; dct:modified "2017-01-23"^^xsd:date; dct:publisher ; dct:type ; dct:creator [foaf:name "Bernadette Farias Lóscio"], [foaf:name "Eric G. Stephan"], [foaf:name "Sumit Purohit"] . #### Classes here #### ###################### duv:RatingFeedback a owl:Class, rdfs:Class ; rdfs:label "Rating Feedback"@en ; rdfs:comment "Predefined criteria used to express a user opinion about a dataset or distribution using a discrete range of values."@en ; rdfs:subclassOf duv:UserFeedback . duv:Usage a owl:Class, rdfs:Class ; rdfs:label "Usage"@en ; rdfs:comment "A helpful description of actions that can be performed on a given dataset or distribution."@en . duv:UsageTool a owl:Class, rdfs:Class ; rdfs:label "UsageTool"@en ; rdfs:comment "A synopsis describing the way a tool can use a dataset or distribution."@en . duv:UserFeedback a owl:Class, rdfs:Class ; rdfs:label "User Feedback"@en ; rdfs:comment "User feedback on the dataset. Expresses whether the dataset was useful or not, for example."@en . ##### Properties here ##### ########################### duv:hasFeedback a rdf:Property ; rdfs:label "has dataset feedback"@en ; rdfs:comment "User feedback associated with Dataset or distribution"@en ; vann:usageNote "dcat:Dataset (subject) duv:hasFeedback (predicate) duv:UserFeedback (object)"@en ; vann:usageNote "dcat:Distribution (subject) duv:hasFeedback (predicate) duv:UserFeedback (object)"@en ; . duv:hasUsage a rdf:Property ; rdfs:label "has dataset/distribution usage"@en ; rdfs:comment "Dataset/distribution usage guidance or instructions."@en ; . duv:hasDistributor a rdf:Property ; rdfs:label "has distributor"@en ; rdfs:comment "The distributor is the organization that makes the dataset available for downloading and use."@en ; vann:usageNote "dcat:Dataset (subject) duv:hasDistributor (predicate) foaf:Agent (object)"@en ; vann:usageNote "dcat:Distribution (subject) duv:hasDistributor (predicate) foaf:Agent (object)"@en . duv:hasRating a rdf:Property ; rdfs:label "has rating"@en ; rdfs:comment "Rating Feedback has rating opinion"@en ; . duv:hasUsageTool a rdf:Property ; rdfs:label "has usage tool"@en ; rdfs:comment "Describes the tool that provides the Usage "@en ; . duv:refersTo a rdf:Property ; rdfs:label "refers to dataset"@en ; rdfs:comment "Dataset associated with Usage. "@en ; .