IRI: http://purl.org/spar/deo/Acknowledgements
@prefix deo: <http://purl.org/spar/deo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Acknowledgements a owl:Class ;
rdfs:label "acknowledgements"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-acknowledgements .
:my-acknowledgements a deo:Acknowledgements .
""" ;
rdfs:comment "Usually part of the preface, or a separate section in its own right, often as part of the back matter, it acknowledges those, including funding agencies, who contributed to the undertaking of a research project described in a publication, or to the creation of the work in some way. In scientific articles, the acknowledgements are usually placed as a separated section immediately following the Discussion or Conclusions."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/deo/Acknowledgements">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:label xml:lang="en">acknowledgements</rdfs:label>
<rdfs:comment xml:lang="en">Usually part of the preface, or a separate section in its own right, often as part of the back matter, it acknowledges those, including funding agencies, who contributed to the undertaking of a research project described in a publication, or to the creation of the work in some way. In scientific articles, the acknowledgements are usually placed as a separated section immediately following the Discussion or Conclusions.</rdfs:comment>
<vann:example>
:my-paper
dcterms:hasPart :my-acknowledgements .
:my-acknowledgements a deo:Acknowledgements .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Acknowledgements",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-acknowledgements .\n\n :my-acknowledgements a deo:Acknowledgements .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Usually part of the preface, or a separate section in its own right, often as part of the back matter, it acknowledges those, including funding agencies, who contributed to the undertaking of a research project described in a publication, or to the creation of the work in some way. In scientific articles, the acknowledgements are usually placed as a separated section immediately following the Discussion or Conclusions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "acknowledgements"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/2000/01/rdf-schema#comment> "Usually part of the preface, or a separate section in its own right, often as part of the back matter, it acknowledges those, including funding agencies, who contributed to the undertaking of a research project described in a publication, or to the creation of the work in some way. In scientific articles, the acknowledgements are usually placed as a separated section immediately following the Discussion or Conclusions."@en .
<http://purl.org/spar/deo/Acknowledgements> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-acknowledgements .\n\n :my-acknowledgements a deo:Acknowledgements .\n " .
<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/2000/01/rdf-schema#label> "acknowledgements"@en .
<http://purl.org/spar/deo/Acknowledgements> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .