- Aug 2024
-
52.53.155.43 52.53.155.43
-
RRID:RGD 70508
DOI: 10.6084/m9.figshare.26129491
Resource: (RGD Cat# 70508,RRID:RGD_70508)
Curator: @dhovakimyan1
SciCrunch record: RRID:RGD_70508
-
RRID:RGD 70508
DOI: 10.6084/m9.figshare.26129491
Resource: (RGD Cat# 70508,RRID:RGD_70508)
Curator: @dhovakimyan1
SciCrunch record: RRID:RGD_70508
-
- Aug 2023
- Jan 2023
-
www.sparontologies.net www.sparontologies.net
-
Annotating an in-text reference pointer with a citation function
```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito/ . @prefix c4o: http://purl.org/spar/c4o/ . @prefix oa: http://www.w3.org/ns/oa# . @prefix per: http://data.semanticweb.org/person/ .
:annotation a oa:Annotation ; oa:hasBody :citation ; oa:hasTarget :in-text-ref-pointer ; oa:annotatedBy per:silvio-peroni .
:citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationEvent cito:extends ; cito:hasCitedEntity :paper-b .
:in-text-ref-pointer a c4o:InTextReferencePointer ; c4o:hasContent "[6]" . ```
-
Annotating a citation with an additional text-defined citation function
```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito . @prefix cnt: http://www.w3.org/2011/content# . @prefix oa: http://www.w3.org/ns/oa# .
:annotation a oa:Annotation; oa:motivatedBy oa:commenting ; oa:hasBody :comment ; oa:hasTarget :citation .
:comment a cnt:ContentAsText ; cnt:chars "I'm citing that paper because it initiated this whole new field of research." .
:citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationCharacterization cito:cites ; cito:hasCitedEntity :paper-b . ```
-
- May 2018
-
journals.sagepub.com journals.sagepub.com
-
We showhow the rise of large datasets, in conjunction with arising interest in data as scholarly output, contributesto the advent of data sharing platforms in a field trad-itionally organized by infrastructures.
What does this paper mean by infrastructures? Perhaps this is a reference to the traditional scholarly journals and monographs.
-