dcmi / dc-srap

Scholarly Resources Application Profile working group
5 stars 3 forks source link

Give an example of dc-srap article description #29

Open freddy-sumba opened 1 year ago

freddy-sumba commented 1 year ago

@prefix dc: http://purl.org/dc/elements/1.1/ . @prefix dcsrap: http://purl.org/spar/dcsrap/ . @prefix foaf: http://xmlns.com/foaf/0.1/ . @prefix skos: http://www.w3.org/2004/02/skos/core# . @prefix xsd: http://www.w3.org/2001/XMLSchema# .

https://example.org/dataset/123 a dcsrap:Dataset ; dc:title "Example Dataset" ; dc:creator https://example.org/person/456 ; dc:date "2023-02-28"^^xsd:date ; dcsrap:hasDataCollection https://example.org/collection/789 ; dcsrap:hasDataProduct "Processed data" ; dcsrap:hasSoftwareTool https://example.org/tool/abc ; dcsrap:conformsTo http://purl.org/dc/terms/dcmitype/Dataset ; dc:description "This dataset contains measurements of X, Y, and Z collected over a period of six months." ; dc:publisher https://example.org/org/xyz ; dc:subject http://id.loc.gov/authorities/subjects/sh85063658 , http://id.loc.gov/authorities/subjects/sh85107544 ; skos:related https://example.org/publication/999 .

https://example.org/person/456 a foaf:Person ; foaf:name "John Doe" .

https://example.org/collection/789 a dcsrap:DataCollection ; dc:title "Example Data Collection" ; dc:description "This data collection includes data from various sources." .

https://example.org/tool/abc a dcsrap:SoftwareTool ; dc:title "Example Software Tool" ; dc:description "This tool was used to process the data in the Example Dataset." .

https://example.org/org/xyz a foaf:Organization ; foaf:name "Example Organization" .

https://example.org/publication/999 a dcsrap:Publication ; dc:title "Example Publication" ; dc:date "2022-12-31"^^xsd:date ; dc:publisher https://example.org/org/xyz .

image

kcoyle commented 1 year ago

Freddy, this is very interesting. Were you intending it to be for a stand-alone dataset, or for one that is described or used in a published article?

freddy-sumba commented 1 year ago

I was thinking of an example of a stand-alone dataset, but I also think we can work to give this kind of example to provide a better use-case vision of srap.

kcoyle commented 1 year ago

Where journal articles are added to institutional repositories, and those articles are based on some collected data, it is becoming required that the authors also deposit the dataset(s), which makes sense. An example is PLOS. The difficulty with describing datasets is that if you assume that people may want to use the dataset as data there needs to be, somewhere, a fairly detailed description of the contents and structure of the data. That seems to be beyond our work here. So if we include datasets we need to include a link to the journal article, if there is one, and a link to documentation, if that exists.