Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give an example of dc-srap article description #29

Open
freddy-sumba opened this issue Feb 28, 2023 · 4 comments
Open

Give an example of dc-srap article description #29

freddy-sumba opened this issue Feb 28, 2023 · 4 comments

Comments

@freddy-sumba
Copy link
Contributor

No description provided.

@freddy-sumba freddy-sumba changed the title Give a example of dc-srap article document Give a example of dc-srap article description Feb 28, 2023
@freddy-sumba freddy-sumba changed the title Give a example of dc-srap article description Give an example of dc-srap article description Feb 28, 2023
@freddy-sumba
Copy link
Contributor Author

@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
Copy link
Collaborator

kcoyle commented Mar 7, 2023

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
Copy link
Contributor Author

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
Copy link
Collaborator

kcoyle commented Mar 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants