Jump to:
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> .
IRI: http://purl.org/spar/deo/AuthorContribution
@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:AuthorContribution a owl:Class ;
rdfs:label "author contribution"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-author-contribution .
:my-author-contribution a deo:AuthorContribution .
""" ;
rdfs:comment "A description of the roles played by an author in the publication."@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/AuthorContribution">
<rdfs:label xml:lang="en">author contribution</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:comment xml:lang="en">A description of the roles played by an author in the publication.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-author-contribution .
:my-author-contribution a deo:AuthorContribution .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/AuthorContribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-author-contribution .\n\n :my-author-contribution a deo:AuthorContribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description of the roles played by an author in the publication."
}
],
"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": "author contribution"
}
],
"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/AuthorContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/AuthorContribution> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-author-contribution .\n\n :my-author-contribution a deo:AuthorContribution .\n " .
<http://purl.org/spar/deo/AuthorContribution> <http://www.w3.org/2000/01/rdf-schema#label> "author contribution"@en .
<http://purl.org/spar/deo/AuthorContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/AuthorContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/AuthorContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the roles played by an author in the publication."@en .
<http://purl.org/spar/deo/AuthorContribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
IRI: http://purl.org/spar/deo/Background
@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 sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Background a owl:Class ;
rdfs:label "background" ;
vann:example """
:my-paper
dcterms:hasPart :my-background .
:my-background a deo:Background .
""" ;
rdfs:comment "Presentation of information that is essential for understanding the situation or problem that is the subject of the publication. In a journal article, the background is usually part of the Introduction, but may be present as separated section." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass sro:Background ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Background">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label>background</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<owl:equivalentClass rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#Background"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Presentation of information that is essential for understanding the situation or problem that is the subject of the publication. In a journal article, the background is usually part of the Introduction, but may be present as separated section.</rdfs:comment>
<vann:example>
:my-paper
dcterms:hasPart :my-background .
:my-background a deo:Background .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Background",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-background .\n\n :my-background a deo:Background .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Presentation of information that is essential for understanding the situation or problem that is the subject of the publication. In a journal article, the background is usually part of the Introduction, but may be present as separated section."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "background"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Background"
}
],
"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/Background> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Background> <http://www.w3.org/2000/01/rdf-schema#label> "background" .
<http://purl.org/spar/deo/Background> <http://www.w3.org/2002/07/owl#equivalentClass> <http://salt.semanticauthoring.org/ontologies/sro#Background> .
<http://purl.org/spar/deo/Background> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Background> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-background .\n\n :my-background a deo:Background .\n " .
<http://purl.org/spar/deo/Background> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Background> <http://www.w3.org/2000/01/rdf-schema#comment> "Presentation of information that is essential for understanding the situation or problem that is the subject of the publication. In a journal article, the background is usually part of the Introduction, but may be present as separated section." .
<http://purl.org/spar/deo/Background> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Background
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Background a owl:Class ;
rdfs:label "background"@en ;
rdfs:comment "Builds a view over the related work and foundational theories in the field."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Background">
<rdfs:comment xml:lang="en">Builds a view over the related work and foundational theories in the field.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">background</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Background",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Builds a view over the related work and foundational theories in the field."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "background"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Background> <http://www.w3.org/2000/01/rdf-schema#comment> "Builds a view over the related work and foundational theories in the field."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Background> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://salt.semanticauthoring.org/ontologies/sro#Background> <http://www.w3.org/2000/01/rdf-schema#label> "background"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Background> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
IRI: http://purl.org/spar/deo/BibliographicReference
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:BibliographicReference a owl:Class ;
rdfs:label "bibliographic reference"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-bibliographic-reference .
:my-bibliographic-reference a deo:BibliographicReference .
""" ;
rdfs:comment "A reference, usually contained in a footnote or a bibliographic reference list, that refer to another publication, such as a journal article, a book, a book chapter or a Web site. The inclusion of the bibliographic reference in a publication constitutes the performative act of bibliographic citation."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf orb:References,
deo:Reference ;
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/BibliographicReference">
<rdfs:comment xml:lang="en">A reference, usually contained in a footnote or a bibliographic reference list, that refer to another publication, such as a journal article, a book, a book chapter or a Web site. The inclusion of the bibliographic reference in a publication constitutes the performative act of bibliographic citation.</rdfs:comment>
<rdfs:label xml:lang="en">bibliographic reference</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/orb/1.0/References"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/Reference"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-bibliographic-reference .
:my-bibliographic-reference a deo:BibliographicReference .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/BibliographicReference",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-bibliographic-reference .\n\n :my-bibliographic-reference a deo:BibliographicReference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A reference, usually contained in a footnote or a bibliographic reference list, that refer to another publication, such as a journal article, a book, a book chapter or a Web site. The inclusion of the bibliographic reference in a publication constitutes the performative act of bibliographic citation."
}
],
"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": "bibliographic reference"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/orb/1.0/References"
},
{
"@id": "http://purl.org/spar/deo/Reference"
}
],
"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/BibliographicReference> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-bibliographic-reference .\n\n :my-bibliographic-reference a deo:BibliographicReference .\n " .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#comment> "A reference, usually contained in a footnote or a bibliographic reference list, that refer to another publication, such as a journal article, a book, a book chapter or a Web site. The inclusion of the bibliographic reference in a publication constitutes the performative act of bibliographic citation."@en .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#label> "bibliographic reference"@en .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/orb/1.0/References> .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/Reference> .
IRI: http://purl.org/spar/deo/Biography
@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:Biography a owl:Class ;
rdfs:label "biography"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-biography .
:my-biography a deo:Biography .
""" ;
rdfs:comment "Information describing a person and his or her life history and contributions."@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/Biography">
<rdfs:comment xml:lang="en">Information describing a person and his or her life history and contributions.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label xml:lang="en">biography</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-biography .
:my-biography a deo:Biography .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Biography",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-biography .\n\n :my-biography a deo:Biography .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information describing a person and his or her life history and contributions."
}
],
"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": "biography"
}
],
"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/Biography> <http://www.w3.org/2000/01/rdf-schema#label> "biography"@en .
<http://purl.org/spar/deo/Biography> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Biography> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Biography> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Biography> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-biography .\n\n :my-biography a deo:Biography .\n " .
<http://purl.org/spar/deo/Biography> <http://www.w3.org/2000/01/rdf-schema#comment> "Information describing a person and his or her life history and contributions."@en .
<http://purl.org/spar/deo/Biography> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
@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:Caption a owl:Class ;
rdfs:label "caption"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-caption .
:my-caption a deo:Caption .
""" ;
rdfs:comment "Text accompanying another item, such as a picture."@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/Caption">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label xml:lang="en">caption</rdfs:label>
<rdfs:comment xml:lang="en">Text accompanying another item, such as a picture.</rdfs:comment>
<vann:example>
:my-paper
dcterms:hasPart :my-caption .
:my-caption a deo:Caption .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Caption",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-caption .\n\n :my-caption a deo:Caption .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Text accompanying another item, such as a picture."
}
],
"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": "caption"
}
],
"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/Caption> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Caption> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Caption> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-caption .\n\n :my-caption a deo:Caption .\n " .
<http://purl.org/spar/deo/Caption> <http://www.w3.org/2000/01/rdf-schema#comment> "Text accompanying another item, such as a picture."@en .
<http://purl.org/spar/deo/Caption> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Caption> <http://www.w3.org/2000/01/rdf-schema#label> "caption"@en .
<http://purl.org/spar/deo/Caption> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/deo/Conclusion
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:Conclusion a owl:Class ;
rdfs:label "conclusion" ;
vann:example """
:my-paper
dcterms:hasPart :my-conclusion .
:my-conclusion a deo:Conclusion .
""" ;
rdfs:comment "A reflection on the preceding text, summarizing the evidence, arguments or premises presented in the document and their logical outcomes. Conclusions are a fundamental feature in academic research publications, and may be included in the Discussion section." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass orb:Conclusion ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Conclusion">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<owl:equivalentClass rdf:resource="http://purl.org/orb/1.0/Conclusion"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A reflection on the preceding text, summarizing the evidence, arguments or premises presented in the document and their logical outcomes. Conclusions are a fundamental feature in academic research publications, and may be included in the Discussion section.</rdfs:comment>
<rdfs:label>conclusion</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-conclusion .
:my-conclusion a deo:Conclusion .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Conclusion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-conclusion .\n\n :my-conclusion a deo:Conclusion .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A reflection on the preceding text, summarizing the evidence, arguments or premises presented in the document and their logical outcomes. Conclusions are a fundamental feature in academic research publications, and may be included in the Discussion section."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "conclusion"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://purl.org/orb/1.0/Conclusion"
}
],
"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/Conclusion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/orb/1.0/Conclusion> .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Conclusion> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-conclusion .\n\n :my-conclusion a deo:Conclusion .\n " .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "A reflection on the preceding text, summarizing the evidence, arguments or premises presented in the document and their logical outcomes. Conclusions are a fundamental feature in academic research publications, and may be included in the Discussion section." .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/2000/01/rdf-schema#label> "conclusion" .
<http://purl.org/spar/deo/Conclusion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Conclusion
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Conclusion a owl:Class ;
rdfs:label "conclusion"@en ;
rdfs:comment "Conclusive overview of the publication."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Conclusion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">conclusion</rdfs:label>
<rdfs:comment xml:lang="en">Conclusive overview of the publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Conclusion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Conclusive overview of the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conclusion"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Conclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://salt.semanticauthoring.org/ontologies/sro#Conclusion> <http://www.w3.org/2000/01/rdf-schema#label> "conclusion"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Conclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "Conclusive overview of the publication."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Conclusion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
IRI: http://purl.org/orb/1.0/Conclusion
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:Conclusion a owl:Class ;
rdfs:label "conclusion"@en ;
rdfs:comment "A reflection on and summarization of the publication."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/Conclusion">
<rdfs:comment xml:lang="en">A reflection on and summarization of the publication.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
<rdfs:label xml:lang="en">conclusion</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/Conclusion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A reflection on and summarization of the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conclusion"
}
]
}
]<http://purl.org/orb/1.0/Conclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "A reflection on and summarization of the publication."@en .
<http://purl.org/orb/1.0/Conclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/orb/1.0/Conclusion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
<http://purl.org/orb/1.0/Conclusion> <http://www.w3.org/2000/01/rdf-schema#label> "conclusion"@en .
IRI: http://purl.org/spar/deo/Contribution
@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 sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Contribution a owl:Class ;
rdfs:label "contribution" ;
vann:example """
:my-paper
dcterms:hasPart :my-contribution .
:my-contribution a deo:Contribution .
""" ;
rdfs:comment "A description of the part that this publication plays in the overall field." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass sro:Contribution ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Contribution">
<rdfs:label>contribution</rdfs:label>
<rdfs:comment>A description of the part that this publication plays in the overall field.</rdfs:comment>
<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/"/>
<owl:equivalentClass rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#Contribution"/>
<vann:example>
:my-paper
dcterms:hasPart :my-contribution .
:my-contribution a deo:Contribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Contribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-contribution .\n\n :my-contribution a deo:Contribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A description of the part that this publication plays in the overall field."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Contribution"
}
],
"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/Contribution> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-contribution .\n\n :my-contribution a deo:Contribution .\n " .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2000/01/rdf-schema#label> "contribution" .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the part that this publication plays in the overall field." .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Contribution> <http://www.w3.org/2002/07/owl#equivalentClass> <http://salt.semanticauthoring.org/ontologies/sro#Contribution> .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Contribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Contribution a owl:Class ;
rdfs:label "contribution"@en ;
rdfs:comment "The solution proposed by the publication."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Contribution">
<rdfs:comment xml:lang="en">The solution proposed by the publication.</rdfs:comment>
<rdfs:label xml:lang="en">contribution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Contribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The solution proposed by the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contribution"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Contribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The solution proposed by the publication."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Contribution> <http://www.w3.org/2000/01/rdf-schema#label> "contribution"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Contribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
<http://salt.semanticauthoring.org/ontologies/sro#Contribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/Data
@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:Data a owl:Class ;
rdfs:label "data"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-data .
:my-data a deo:Data .
""" ;
rdfs:comment "A textual description of data used or produced in the work which the document describes, or the data themselves."@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/Data">
<rdfs:comment xml:lang="en">A textual description of data used or produced in the work which the document describes, or the data themselves.</rdfs:comment>
<rdfs:label xml:lang="en">data</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-paper
dcterms:hasPart :my-data .
:my-data a deo:Data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Data",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-data .\n\n :my-data a deo:Data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A textual description of data used or produced in the work which the document describes, or the data themselves."
}
],
"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": "data"
}
],
"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/Data> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual description of data used or produced in the work which the document describes, or the data themselves."@en .
<http://purl.org/spar/deo/Data> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Data> <http://www.w3.org/2000/01/rdf-schema#label> "data"@en .
<http://purl.org/spar/deo/Data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Data> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-data .\n\n :my-data a deo:Data .\n " .
IRI: http://purl.org/spar/deo/DatasetDescription
@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:DatasetDescription a owl:Class ;
rdfs:label "dataset description"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-dataset-description .
:my-dataset-description a deo:DatasetDescription .
""" ;
rdfs:comment "Information describing a dataset held in an external database or repository and including a reference to it, such as a database ID or an accession number."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:ExternalResourceDescription ;
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/DatasetDescription">
<rdfs:comment xml:lang="en">Information describing a dataset held in an external database or repository and including a reference to it, such as a database ID or an accession number.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/ExternalResourceDescription"/>
<rdfs:label xml:lang="en">dataset description</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-dataset-description .
:my-dataset-description a deo:DatasetDescription .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/DatasetDescription",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-dataset-description .\n\n :my-dataset-description a deo:DatasetDescription .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information describing a dataset held in an external database or repository and including a reference to it, such as a database ID or an accession number."
}
],
"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": "dataset description"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/ExternalResourceDescription"
}
],
"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/DatasetDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Information describing a dataset held in an external database or repository and including a reference to it, such as a database ID or an accession number."@en .
<http://purl.org/spar/deo/DatasetDescription> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/DatasetDescription> <http://www.w3.org/2000/01/rdf-schema#label> "dataset description"@en .
<http://purl.org/spar/deo/DatasetDescription> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/ExternalResourceDescription> .
<http://purl.org/spar/deo/DatasetDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/DatasetDescription> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-dataset-description .\n\n :my-dataset-description a deo:DatasetDescription .\n " .
<http://purl.org/spar/deo/DatasetDescription> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
IRI: http://purl.org/spar/deo/Dedication
@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:Dedication a owl:Class ;
rdfs:label "dedication"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-dedication .
:my-dedication a deo:Dedication .
""" ;
rdfs:comment "Text in which the author names the person or people for whom he/she has written the document, or to whose memory it is dedicated."@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/Dedication">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label xml:lang="en">dedication</rdfs:label>
<rdfs:comment xml:lang="en">Text in which the author names the person or people for whom he/she has written the document, or to whose memory it is dedicated.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-dedication .
:my-dedication a deo:Dedication .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Dedication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-dedication .\n\n :my-dedication a deo:Dedication .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Text in which the author names the person or people for whom he/she has written the document, or to whose memory it is dedicated."
}
],
"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": "dedication"
}
],
"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/Dedication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Dedication> <http://www.w3.org/2000/01/rdf-schema#comment> "Text in which the author names the person or people for whom he/she has written the document, or to whose memory it is dedicated."@en .
<http://purl.org/spar/deo/Dedication> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-dedication .\n\n :my-dedication a deo:Dedication .\n " .
<http://purl.org/spar/deo/Dedication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Dedication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Dedication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Dedication> <http://www.w3.org/2000/01/rdf-schema#label> "dedication"@en .
IRI: http://purl.org/spar/deo/DiscourseElement
@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:DiscourseElement a owl:Class ;
rdfs:label "discourse element"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-discourse-element .
:my-discourse-element a deo:DiscourseElement .
""" ;
rdfs:comment "An element of a document that carries out a rhetorical function."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf owl:Thing ;
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/DiscourseElement">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">discourse element</rdfs:label>
<rdfs:comment xml:lang="en">An element of a document that carries out a rhetorical function.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-discourse-element .
:my-discourse-element a deo:DiscourseElement .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/DiscourseElement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-discourse-element .\n\n :my-discourse-element a deo:DiscourseElement .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An element of a document that carries out a rhetorical function."
}
],
"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": "discourse element"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2002/07/owl#Thing"
}
],
"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/DiscourseElement> <http://www.w3.org/2000/01/rdf-schema#label> "discourse element"@en .
<http://purl.org/spar/deo/DiscourseElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://purl.org/spar/deo/DiscourseElement> <http://www.w3.org/2000/01/rdf-schema#comment> "An element of a document that carries out a rhetorical function."@en .
<http://purl.org/spar/deo/DiscourseElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/DiscourseElement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/DiscourseElement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/DiscourseElement> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-discourse-element .\n\n :my-discourse-element a deo:DiscourseElement .\n " .
IRI: http://purl.org/spar/deo/Discussion
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:Discussion a owl:Class ;
rdfs:label "discussion" ;
vann:example """
:my-paper
dcterms:hasPart :my-discussion .
:my-discussion a deo:Discussion .
""" ;
rdfs:comment "An interpretation and discussion of the results obtained and an analysis of their significance, in support of conclusions. These conclusions may be part of this discussion or may be included in a separate section of the document." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass orb:Discussion ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Discussion">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:comment>An interpretation and discussion of the results obtained and an analysis of their significance, in support of conclusions. These conclusions may be part of this discussion or may be included in a separate section of the document.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<owl:equivalentClass rdf:resource="http://purl.org/orb/1.0/Discussion"/>
<rdfs:label>discussion</rdfs:label>
<vann:example>
:my-paper
dcterms:hasPart :my-discussion .
:my-discussion a deo:Discussion .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Discussion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-discussion .\n\n :my-discussion a deo:Discussion .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An interpretation and discussion of the results obtained and an analysis of their significance, in support of conclusions. These conclusions may be part of this discussion or may be included in a separate section of the document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "discussion"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://purl.org/orb/1.0/Discussion"
}
],
"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/Discussion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Discussion> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-discussion .\n\n :my-discussion a deo:Discussion .\n " .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/2000/01/rdf-schema#comment> "An interpretation and discussion of the results obtained and an analysis of their significance, in support of conclusions. These conclusions may be part of this discussion or may be included in a separate section of the document." .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/2000/01/rdf-schema#label> "discussion" .
<http://purl.org/spar/deo/Discussion> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/orb/1.0/Discussion> .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Discussion
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Discussion a owl:Class ;
rdfs:label "discussion"@en ;
rdfs:comment "Interesting issues discovered while researching the publication's topic."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Discussion">
<rdfs:comment xml:lang="en">Interesting issues discovered while researching the publication's topic.</rdfs:comment>
<rdfs:label xml:lang="en">discussion</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Discussion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Interesting issues discovered while researching the publication's topic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "discussion"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Discussion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://salt.semanticauthoring.org/ontologies/sro#Discussion> <http://www.w3.org/2000/01/rdf-schema#label> "discussion"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Discussion> <http://www.w3.org/2000/01/rdf-schema#comment> "Interesting issues discovered while researching the publication's topic."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Discussion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
IRI: http://purl.org/orb/1.0/Discussion
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:Discussion a owl:Class ;
rdfs:label "discussion"@en ;
rdfs:comment "Interesting issues discovered while researching the publication's topic."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/Discussion">
<rdfs:label xml:lang="en">discussion</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
<rdfs:comment xml:lang="en">Interesting issues discovered while researching the publication's topic.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/Discussion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Interesting issues discovered while researching the publication's topic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "discussion"
}
]
}
]<http://purl.org/orb/1.0/Discussion> <http://www.w3.org/2000/01/rdf-schema#label> "discussion"@en .
<http://purl.org/orb/1.0/Discussion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
<http://purl.org/orb/1.0/Discussion> <http://www.w3.org/2000/01/rdf-schema#comment> "Interesting issues discovered while researching the publication's topic."@en .
<http://purl.org/orb/1.0/Discussion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/Epilogue
@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:Epilogue a owl:Class ;
rdfs:label "epilogue"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-epilogue .
:my-epilogue a deo:Epilogue .
""" ;
rdfs:comment "A piece of writing at the end of a work of literature or drama, usually used to bring closure to the work."@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/Epilogue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label xml:lang="en">epilogue</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:comment xml:lang="en">A piece of writing at the end of a work of literature or drama, usually used to bring closure to the work.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-epilogue .
:my-epilogue a deo:Epilogue .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Epilogue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-epilogue .\n\n :my-epilogue a deo:Epilogue .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A piece of writing at the end of a work of literature or drama, usually used to bring closure to the work."
}
],
"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": "epilogue"
}
],
"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/Epilogue> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-epilogue .\n\n :my-epilogue a deo:Epilogue .\n " .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/2000/01/rdf-schema#label> "epilogue"@en .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of writing at the end of a work of literature or drama, usually used to bring closure to the work."@en .
<http://purl.org/spar/deo/Epilogue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/Evaluation
@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 sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Evaluation a owl:Class ;
rdfs:label "evaluation" ;
vann:example """
:my-paper
dcterms:hasPart :my-evaluation .
:my-evaluation a deo:Evaluation .
""" ;
rdfs:comment "A consideration of the value, meaning and significance of the results obtained." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass sro:Evaluation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Evaluation">
<rdfs:label>evaluation</rdfs:label>
<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:comment>A consideration of the value, meaning and significance of the results obtained.</rdfs:comment>
<owl:equivalentClass rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#Evaluation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-evaluation .
:my-evaluation a deo:Evaluation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Evaluation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-evaluation .\n\n :my-evaluation a deo:Evaluation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A consideration of the value, meaning and significance of the results obtained."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "evaluation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Evaluation"
}
],
"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/Evaluation> <http://www.w3.org/2000/01/rdf-schema#label> "evaluation" .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/2000/01/rdf-schema#comment> "A consideration of the value, meaning and significance of the results obtained." .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/2002/07/owl#equivalentClass> <http://salt.semanticauthoring.org/ontologies/sro#Evaluation> .
<http://purl.org/spar/deo/Evaluation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Evaluation> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-evaluation .\n\n :my-evaluation a deo:Evaluation .\n " .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Evaluation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Evaluation a owl:Class ;
rdfs:label "evaluation"@en ;
rdfs:comment "The evaluation methodology and its associated results."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Evaluation">
<rdfs:comment xml:lang="en">The evaluation methodology and its associated results.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">evaluation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Evaluation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The evaluation methodology and its associated results."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "evaluation"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Evaluation> <http://www.w3.org/2000/01/rdf-schema#comment> "The evaluation methodology and its associated results."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Evaluation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://salt.semanticauthoring.org/ontologies/sro#Evaluation> <http://www.w3.org/2000/01/rdf-schema#label> "evaluation"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Evaluation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
IRI: http://purl.org/spar/deo/ExternalResourceDescription
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix deo: <http://purl.org/spar/deo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:ExternalResourceDescription a owl:Class ;
rdfs:label "external resource description"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-external-resource-description .
:my-external-resource-description a deo:ExternalResourceDescription ;
dcterms:hasPart :my-reference .
:my-reference a deo:Reference .
""" ;
rdfs:comment "Information describing an external resource and including a reference to that resource."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( deo:DiscourseElement [ a owl:Restriction ;
owl:onProperty dcterms:hasPart ;
owl:someValuesFrom deo:Reference ] ) ] ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb3"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/deo/ExternalResourceDescription">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb1"/>
<rdfs:label xml:lang="en">external resource description</rdfs:label>
<rdfs:comment xml:lang="en">Information describing an external resource and including a reference to that resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-paper
dcterms:hasPart :my-external-resource-description .
:my-external-resource-description a deo:ExternalResourceDescription ;
dcterms:hasPart :my-reference .
:my-reference a deo:Reference .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/hasPart"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/deo/Reference"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb3">
<rdf:first rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:rest rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb4"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb4">
<rdf:first rdf:nodeID="nd63331d1999b4651956e0cb1b7cadf7fb2"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/ExternalResourceDescription",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-external-resource-description .\n\n :my-external-resource-description a deo:ExternalResourceDescription ;\n dcterms:hasPart :my-reference .\n\n :my-reference a deo:Reference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information describing an external resource and including a reference to that resource."
}
],
"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": "external resource description"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nd63331d1999b4651956e0cb1b7cadf7fb1"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nd63331d1999b4651956e0cb1b7cadf7fb1",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
},
{
"@id": "_:nd63331d1999b4651956e0cb1b7cadf7fb2"
}
]
}
]
},
{
"@id": "_:nd63331d1999b4651956e0cb1b7cadf7fb2",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/dc/terms/hasPart"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/deo/Reference"
}
]
}
]_:nd63331d1999b4651956e0cb1b7cadf7fb1 <http://www.w3.org/2002/07/owl#intersectionOf> _:nd63331d1999b4651956e0cb1b7cadf7fb3 .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
_:nd63331d1999b4651956e0cb1b7cadf7fb2 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/dc/terms/hasPart> .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nd63331d1999b4651956e0cb1b7cadf7fb1 .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-external-resource-description .\n\n :my-external-resource-description a deo:ExternalResourceDescription ;\n dcterms:hasPart :my-reference .\n\n :my-reference a deo:Reference .\n " .
_:nd63331d1999b4651956e0cb1b7cadf7fb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nd63331d1999b4651956e0cb1b7cadf7fb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nd63331d1999b4651956e0cb1b7cadf7fb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nd63331d1999b4651956e0cb1b7cadf7fb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nd63331d1999b4651956e0cb1b7cadf7fb4 .
_:nd63331d1999b4651956e0cb1b7cadf7fb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nd63331d1999b4651956e0cb1b7cadf7fb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nd63331d1999b4651956e0cb1b7cadf7fb2 .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/2000/01/rdf-schema#label> "external resource description"@en .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Information describing an external resource and including a reference to that resource."@en .
<http://purl.org/spar/deo/ExternalResourceDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nd63331d1999b4651956e0cb1b7cadf7fb2 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/deo/Reference> .
IRI: http://purl.org/spar/deo/FutureWork
@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:FutureWork a owl:Class ;
rdfs:label "future work"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-future-work .
:my-future-work a deo:FutureWork .
""" ;
rdfs:comment "A proposal for new investigation to be undertaken in order to continue and advance the work described in the publication."@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/FutureWork">
<rdfs:label xml:lang="en">future work</rdfs:label>
<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:comment xml:lang="en">A proposal for new investigation to be undertaken in order to continue and advance the work described in the publication.</rdfs:comment>
<vann:example>
:my-paper
dcterms:hasPart :my-future-work .
:my-future-work a deo:FutureWork .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/FutureWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-future-work .\n\n :my-future-work a deo:FutureWork .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A proposal for new investigation to be undertaken in order to continue and advance the work described in the publication."
}
],
"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": "future work"
}
],
"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/FutureWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/FutureWork> <http://www.w3.org/2000/01/rdf-schema#label> "future work"@en .
<http://purl.org/spar/deo/FutureWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/FutureWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/FutureWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/FutureWork> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-future-work .\n\n :my-future-work a deo:FutureWork .\n " .
<http://purl.org/spar/deo/FutureWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A proposal for new investigation to be undertaken in order to continue and advance the work described in the publication."@en .
IRI: http://purl.org/spar/deo/Introduction
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:Introduction a owl:Class ;
rdfs:label "introduction"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-introduction .
:my-introduction a deo:Introduction .
""" ;
rdfs:comment "An initial description which states the purpose and goals of the following writing, and, in the case of journal articles, typically includes background information on the research topic and a review of related work in the area."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass orb:Introduction ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Introduction">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:comment xml:lang="en">An initial description which states the purpose and goals of the following writing, and, in the case of journal articles, typically includes background information on the research topic and a review of related work in the area.</rdfs:comment>
<owl:equivalentClass rdf:resource="http://purl.org/orb/1.0/Introduction"/>
<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">introduction</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-introduction .
:my-introduction a deo:Introduction .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Introduction",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-introduction .\n\n :my-introduction a deo:Introduction .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An initial description which states the purpose and goals of the following writing, and, in the case of journal articles, typically includes background information on the research topic and a review of related work in the area."
}
],
"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": "introduction"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://purl.org/orb/1.0/Introduction"
}
],
"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/Introduction> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/2000/01/rdf-schema#comment> "An initial description which states the purpose and goals of the following writing, and, in the case of journal articles, typically includes background information on the research topic and a review of related work in the area."@en .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/orb/1.0/Introduction> .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Introduction> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-introduction .\n\n :my-introduction a deo:Introduction .\n " .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Introduction> <http://www.w3.org/2000/01/rdf-schema#label> "introduction"@en .
IRI: http://purl.org/orb/1.0/Introduction
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:Introduction a owl:Class ;
rdfs:label "introduction"@en ;
rdfs:comment "An introduction explaining the general scope and purpose of the study illustrated in the publication."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/Introduction">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">introduction</rdfs:label>
<rdfs:comment xml:lang="en">An introduction explaining the general scope and purpose of the study illustrated in the publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/Introduction",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An introduction explaining the general scope and purpose of the study illustrated in the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "introduction"
}
]
}
]<http://purl.org/orb/1.0/Introduction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/orb/1.0/Introduction> <http://www.w3.org/2000/01/rdf-schema#label> "introduction"@en .
<http://purl.org/orb/1.0/Introduction> <http://www.w3.org/2000/01/rdf-schema#comment> "An introduction explaining the general scope and purpose of the study illustrated in the publication."@en .
<http://purl.org/orb/1.0/Introduction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
IRI: http://purl.org/spar/deo/Legend
@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:Legend a owl:Class ;
rdfs:label "legend"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-legend .
:my-legend a deo:Legend .
""" ;
rdfs:comment "Informative text that explicitly explains another item, such as a figure or a table."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:Caption ;
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/Legend">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">Informative text that explicitly explains another item, such as a figure or a table.</rdfs:comment>
<rdfs:label xml:lang="en">legend</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/Caption"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-legend .
:my-legend a deo:Legend .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Legend",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-legend .\n\n :my-legend a deo:Legend .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Informative text that explicitly explains another item, such as a figure or a table."
}
],
"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": "legend"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/Caption"
}
],
"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/Legend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Legend> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/Caption> .
<http://purl.org/spar/deo/Legend> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-legend .\n\n :my-legend a deo:Legend .\n " .
<http://purl.org/spar/deo/Legend> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Legend> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Legend> <http://www.w3.org/2000/01/rdf-schema#comment> "Informative text that explicitly explains another item, such as a figure or a table."@en .
<http://purl.org/spar/deo/Legend> <http://www.w3.org/2000/01/rdf-schema#label> "legend"@en .
IRI: http://purl.org/spar/deo/Materials
@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:Materials a owl:Class ;
rdfs:label "materials"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-materials .
:my-materials a deo:Materials .
""" ;
rdfs:comment "A description in a research paper documenting the specialized materials used in the work described. This description is often combined with a description of the methods used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."@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/Materials">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:comment xml:lang="en">A description in a research paper documenting the specialized materials used in the work described. This description is often combined with a description of the methods used, in a section entitled 'Methods and Materials', 'Experimental' or a related term.</rdfs:comment>
<rdfs:label xml:lang="en">materials</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-materials .
:my-materials a deo:Materials .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Materials",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-materials .\n\n :my-materials a deo:Materials .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description in a research paper documenting the specialized materials used in the work described. This description is often combined with a description of the methods used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."
}
],
"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": "materials"
}
],
"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/Materials> <http://www.w3.org/2000/01/rdf-schema#label> "materials"@en .
<http://purl.org/spar/deo/Materials> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Materials> <http://www.w3.org/2000/01/rdf-schema#comment> "A description in a research paper documenting the specialized materials used in the work described. This description is often combined with a description of the methods used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."@en .
<http://purl.org/spar/deo/Materials> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Materials> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Materials> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-materials .\n\n :my-materials a deo:Materials .\n " .
<http://purl.org/spar/deo/Materials> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/deo/Methods
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:Methods a owl:Class ;
rdfs:label "methods"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-methods .
:my-methods a deo:Methods .
""" ;
rdfs:comment "A description in a research paper documenting the specialized methods used in the work described. This description is often combined with a description of the materials used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass orb:Methods ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Methods">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:label xml:lang="en">methods</rdfs:label>
<owl:equivalentClass rdf:resource="http://purl.org/orb/1.0/Methods"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A description in a research paper documenting the specialized methods used in the work described. This description is often combined with a description of the materials used, in a section entitled 'Methods and Materials', 'Experimental' or a related term.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<vann:example>
:my-paper
dcterms:hasPart :my-methods .
:my-methods a deo:Methods .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Methods",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-methods .\n\n :my-methods a deo:Methods .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description in a research paper documenting the specialized methods used in the work described. This description is often combined with a description of the materials used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."
}
],
"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": "methods"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://purl.org/orb/1.0/Methods"
}
],
"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/Methods> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/2000/01/rdf-schema#label> "methods"@en .
<http://purl.org/spar/deo/Methods> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-methods .\n\n :my-methods a deo:Methods .\n " .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/orb/1.0/Methods> .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/2000/01/rdf-schema#comment> "A description in a research paper documenting the specialized methods used in the work described. This description is often combined with a description of the materials used, in a section entitled 'Methods and Materials', 'Experimental' or a related term."@en .
<http://purl.org/spar/deo/Methods> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
IRI: http://purl.org/orb/1.0/Methods
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:Methods a owl:Class ;
rdfs:label "methods"@en ;
rdfs:comment "A description of the methods used to carry out the study illustrated in the publication."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/Methods">
<rdfs:label xml:lang="en">methods</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
<rdfs:comment xml:lang="en">A description of the methods used to carry out the study illustrated in the publication.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/Methods",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description of the methods used to carry out the study illustrated in the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "methods"
}
]
}
]<http://purl.org/orb/1.0/Methods> <http://www.w3.org/2000/01/rdf-schema#label> "methods"@en .
<http://purl.org/orb/1.0/Methods> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/orb/1.0/Methods> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
<http://purl.org/orb/1.0/Methods> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the methods used to carry out the study illustrated in the publication."@en .
IRI: http://purl.org/spar/deo/Model
@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:Model a owl:Class ;
rdfs:label "model"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-model .
:my-model a deo:Model .
""" ;
rdfs:comment "A description of a model used or produced by the work described in the publication."@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/Model">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:label xml:lang="en">model</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:comment xml:lang="en">A description of a model used or produced by the work described in the publication.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-model .
:my-model a deo:Model .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Model",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-model .\n\n :my-model a deo:Model .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description of a model used or produced by the work described in the publication."
}
],
"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": "model"
}
],
"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/Model> <http://www.w3.org/2000/01/rdf-schema#label> "model"@en .
<http://purl.org/spar/deo/Model> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Model> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-model .\n\n :my-model a deo:Model .\n " .
<http://purl.org/spar/deo/Model> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Model> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Model> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of a model used or produced by the work described in the publication."@en .
IRI: http://purl.org/spar/deo/Motivation
@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 sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Motivation a owl:Class ;
rdfs:label "motivation" ;
vann:example """
:my-paper
dcterms:hasPart :my-motivation .
:my-motivation a deo:Motivation .
""" ;
rdfs:comment "A description of the justification for undertaking the work described in the publication." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass sro:Motivation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Motivation">
<owl:equivalentClass rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#Motivation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:comment>A description of the justification for undertaking the work described in the publication.</rdfs:comment>
<rdfs:label>motivation</rdfs:label>
<vann:example>
:my-paper
dcterms:hasPart :my-motivation .
:my-motivation a deo:Motivation .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Motivation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-motivation .\n\n :my-motivation a deo:Motivation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A description of the justification for undertaking the work described in the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "motivation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Motivation"
}
],
"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/Motivation> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the justification for undertaking the work described in the publication." .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/2002/07/owl#equivalentClass> <http://salt.semanticauthoring.org/ontologies/sro#Motivation> .
<http://purl.org/spar/deo/Motivation> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-motivation .\n\n :my-motivation a deo:Motivation .\n " .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Motivation> <http://www.w3.org/2000/01/rdf-schema#label> "motivation" .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Motivation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Motivation a owl:Class ;
rdfs:label "motivation"@en ;
rdfs:comment "The reason motivating the research presented in the paper."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Motivation">
<rdfs:label xml:lang="en">motivation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The reason motivating the research presented in the paper.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Motivation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The reason motivating the research presented in the paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "motivation"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Motivation> <http://www.w3.org/2000/01/rdf-schema#comment> "The reason motivating the research presented in the paper."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Motivation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
<http://salt.semanticauthoring.org/ontologies/sro#Motivation> <http://www.w3.org/2000/01/rdf-schema#label> "motivation"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Motivation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/Postscript
@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:Postscript a owl:Class ;
rdfs:label "postscript"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-postscript .
:my-postscript a deo:Postscript .
""" ;
rdfs:comment "Text added after the signature of a letter, or sometimes after the main body of an essay or book."@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/Postscript">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:comment xml:lang="en">Text added after the signature of a letter, or sometimes after the main body of an essay or book.</rdfs:comment>
<rdfs:label xml:lang="en">postscript</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-postscript .
:my-postscript a deo:Postscript .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Postscript",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-postscript .\n\n :my-postscript a deo:Postscript .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Text added after the signature of a letter, or sometimes after the main body of an essay or book."
}
],
"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": "postscript"
}
],
"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/Postscript> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Postscript> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Postscript> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-postscript .\n\n :my-postscript a deo:Postscript .\n " .
<http://purl.org/spar/deo/Postscript> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Postscript> <http://www.w3.org/2000/01/rdf-schema#label> "postscript"@en .
<http://purl.org/spar/deo/Postscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Postscript> <http://www.w3.org/2000/01/rdf-schema#comment> "Text added after the signature of a letter, or sometimes after the main body of an essay or book."@en .
IRI: http://purl.org/spar/deo/ProblemStatement
@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:ProblemStatement a owl:Class ;
rdfs:label "problem statement"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-problem-statement .
:my-problem-statement a deo:ProblemStatement .
""" ;
rdfs:comment "A concise description of the issues that needed to be addressed by a work described in the document."@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/ProblemStatement">
<rdfs:comment xml:lang="en">A concise description of the issues that needed to be addressed by a work described in the document.</rdfs:comment>
<rdfs:label xml:lang="en">problem statement</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<vann:example>
:my-paper
dcterms:hasPart :my-problem-statement .
:my-problem-statement a deo:ProblemStatement .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/ProblemStatement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-problem-statement .\n\n :my-problem-statement a deo:ProblemStatement .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A concise description of the issues that needed to be addressed by a work described in the document."
}
],
"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": "problem statement"
}
],
"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/ProblemStatement> <http://www.w3.org/2000/01/rdf-schema#comment> "A concise description of the issues that needed to be addressed by a work described in the document."@en .
<http://purl.org/spar/deo/ProblemStatement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/ProblemStatement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/ProblemStatement> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-problem-statement .\n\n :my-problem-statement a deo:ProblemStatement .\n " .
<http://purl.org/spar/deo/ProblemStatement> <http://www.w3.org/2000/01/rdf-schema#label> "problem statement"@en .
<http://purl.org/spar/deo/ProblemStatement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/ProblemStatement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/Prologue
@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:Prologue a owl:Class ;
rdfs:label "prologue"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-prologue .
:my-prologue a deo:Prologue .
""" ;
rdfs:comment "A piece of writing at the beginning of a work of literature or drama, usually used to set the scene or to introduce the work."@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/Prologue">
<rdfs:label xml:lang="en">prologue</rdfs:label>
<rdfs:comment xml:lang="en">A piece of writing at the beginning of a work of literature or drama, usually used to set the scene or to introduce the work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-prologue .
:my-prologue a deo:Prologue .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Prologue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-prologue .\n\n :my-prologue a deo:Prologue .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A piece of writing at the beginning of a work of literature or drama, usually used to set the scene or to introduce the work."
}
],
"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": "prologue"
}
],
"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/Prologue> <http://www.w3.org/2000/01/rdf-schema#label> "prologue"@en .
<http://purl.org/spar/deo/Prologue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Prologue> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-prologue .\n\n :my-prologue a deo:Prologue .\n " .
<http://purl.org/spar/deo/Prologue> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of writing at the beginning of a work of literature or drama, usually used to set the scene or to introduce the work."@en .
<http://purl.org/spar/deo/Prologue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Prologue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Prologue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
IRI: http://purl.org/spar/deo/Reference
@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:Reference a owl:Class ;
rdfs:label "reference"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-reference .
:my-reference a deo:Reference .
""" ;
rdfs:comment "A reference to a specific part of the document, or to another publication."@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/Reference">
<rdfs:comment xml:lang="en">A reference to a specific part of the document, or to another publication.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">reference</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-reference .
:my-reference a deo:Reference .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Reference",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-reference .\n\n :my-reference a deo:Reference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A reference to a specific part of the document, or to another publication."
}
],
"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": "reference"
}
],
"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/Reference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Reference> <http://www.w3.org/2000/01/rdf-schema#label> "reference"@en .
<http://purl.org/spar/deo/Reference> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/Reference> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Reference> <http://www.w3.org/2000/01/rdf-schema#comment> "A reference to a specific part of the document, or to another publication."@en .
<http://purl.org/spar/deo/Reference> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-reference .\n\n :my-reference a deo:Reference .\n " .
<http://purl.org/spar/deo/Reference> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
IRI: http://purl.org/orb/1.0/References
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:References a owl:Class ;
rdfs:label "references"@en ;
rdfs:comment "A list of references used as sources for the study illustrated in the publication."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/References">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">references</rdfs:label>
<rdfs:comment xml:lang="en">A list of references used as sources for the study illustrated in the publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/References",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A list of references used as sources for the study illustrated in the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "references"
}
]
}
]<http://purl.org/orb/1.0/References> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/orb/1.0/References> <http://www.w3.org/2000/01/rdf-schema#label> "references"@en .
<http://purl.org/orb/1.0/References> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of references used as sources for the study illustrated in the publication."@en .
<http://purl.org/orb/1.0/References> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
IRI: http://purl.org/spar/deo/RelatedWork
@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:RelatedWork a owl:Class ;
rdfs:label "related work"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-related-work .
:my-related-work a deo:RelatedWork .
""" ;
rdfs:comment "The authors' critical review of current knowledge by specific reference to others' work, both in terms of substantive findings and theoretical and methodological contributions to a particular topic. This description is often included within the introduction section."@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/RelatedWork">
<rdfs:label xml:lang="en">related work</rdfs:label>
<rdfs:comment xml:lang="en">The authors' critical review of current knowledge by specific reference to others' work, both in terms of substantive findings and theoretical and methodological contributions to a particular topic. This description is often included within the introduction section.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-related-work .
:my-related-work a deo:RelatedWork .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/RelatedWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-related-work .\n\n :my-related-work a deo:RelatedWork .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The authors' critical review of current knowledge by specific reference to others' work, both in terms of substantive findings and theoretical and methodological contributions to a particular topic. This description is often included within the introduction section."
}
],
"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": "related work"
}
],
"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/RelatedWork> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-related-work .\n\n :my-related-work a deo:RelatedWork .\n " .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/2000/01/rdf-schema#label> "related work"@en .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The authors' critical review of current knowledge by specific reference to others' work, both in terms of substantive findings and theoretical and methodological contributions to a particular topic. This description is often included within the introduction section."@en .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/RelatedWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/deo/Results
@prefix deo: <http://purl.org/spar/deo/> .
@prefix orb: <http://purl.org/orb/1.0/> .
@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:Results a owl:Class ;
rdfs:label "results"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-results .
:my-results a deo:Results .
""" ;
rdfs:comment "The report of the specific findings of an investigation, given without discussion or conclusion being drawn."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass orb:Results ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Results">
<rdfs:label xml:lang="en">results</rdfs:label>
<rdfs:comment xml:lang="en">The report of the specific findings of an investigation, given without discussion or conclusion being drawn.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<owl:equivalentClass rdf:resource="http://purl.org/orb/1.0/Results"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/deo/"/>
<vann:example>
:my-paper
dcterms:hasPart :my-results .
:my-results a deo:Results .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Results",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-results .\n\n :my-results a deo:Results .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The report of the specific findings of an investigation, given without discussion or conclusion being drawn."
}
],
"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": "results"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://purl.org/orb/1.0/Results"
}
],
"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/Results> <http://www.w3.org/2000/01/rdf-schema#label> "results"@en .
<http://purl.org/spar/deo/Results> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Results> <http://www.w3.org/2000/01/rdf-schema#comment> "The report of the specific findings of an investigation, given without discussion or conclusion being drawn."@en .
<http://purl.org/spar/deo/Results> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Results> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-results .\n\n :my-results a deo:Results .\n " .
<http://purl.org/spar/deo/Results> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Results> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/orb/1.0/Results> .
<http://purl.org/spar/deo/Results> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
IRI: http://purl.org/orb/1.0/Results
@prefix orb: <http://purl.org/orb/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
orb:Results a owl:Class ;
rdfs:label "results"@en ;
rdfs:comment "A description of the results obtained after carrying out the study illustrated in the publication."@en ;
rdfs:isDefinedBy orb: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/orb/1.0/Results">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">results</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/orb/1.0/"/>
<rdfs:comment xml:lang="en">A description of the results obtained after carrying out the study illustrated in the publication.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/orb/1.0/Results",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description of the results obtained after carrying out the study illustrated in the publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/orb/1.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "results"
}
]
}
]<http://purl.org/orb/1.0/Results> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/orb/1.0/Results> <http://www.w3.org/2000/01/rdf-schema#label> "results"@en .
<http://purl.org/orb/1.0/Results> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/orb/1.0/> .
<http://purl.org/orb/1.0/Results> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the results obtained after carrying out the study illustrated in the publication."@en .
IRI: http://purl.org/spar/deo/Scenario
@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 sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
deo:Scenario a owl:Class ;
rdfs:label "scenario" ;
vann:example """
:my-paper
dcterms:hasPart :my-scenario .
:my-scenario a deo:Scenario .
""" ;
rdfs:comment "A presentation of a use case or test, based on a real or hypothetical situation, used to help someone think through a complex problem or system." ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:DiscourseElement ;
owl:equivalentClass sro:Scenario ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/Scenario">
<rdfs:comment>A presentation of a use case or test, based on a real or hypothetical situation, used to help someone think through a complex problem or system.</rdfs:comment>
<rdfs:label>scenario</rdfs:label>
<owl:equivalentClass rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#Scenario"/>
<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/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-scenario .
:my-scenario a deo:Scenario .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/Scenario",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-scenario .\n\n :my-scenario a deo:Scenario .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A presentation of a use case or test, based on a real or hypothetical situation, used to help someone think through a complex problem or system."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/deo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "scenario"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Scenario"
}
],
"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/Scenario> <http://www.w3.org/2000/01/rdf-schema#comment> "A presentation of a use case or test, based on a real or hypothetical situation, used to help someone think through a complex problem or system." .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/2000/01/rdf-schema#label> "scenario" .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/2002/07/owl#equivalentClass> <http://salt.semanticauthoring.org/ontologies/sro#Scenario> .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/Scenario> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-scenario .\n\n :my-scenario a deo:Scenario .\n " .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/Scenario> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
IRI: http://salt.semanticauthoring.org/ontologies/sro#Scenario
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .
sro:Scenario a owl:Class ;
rdfs:label "scenario"@en ;
rdfs:comment "Real-world use cases in which the solution provided by the publication is applicable."@en ;
rdfs:isDefinedBy sro: .
<?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#"
>
<rdf:Description rdf:about="http://salt.semanticauthoring.org/ontologies/sro#Scenario">
<rdfs:label xml:lang="en">scenario</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://salt.semanticauthoring.org/ontologies/sro#"/>
<rdfs:comment xml:lang="en">Real-world use cases in which the solution provided by the publication is applicable.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#Scenario",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Real-world use cases in which the solution provided by the publication is applicable."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://salt.semanticauthoring.org/ontologies/sro#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "scenario"
}
]
}
]<http://salt.semanticauthoring.org/ontologies/sro#Scenario> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://salt.semanticauthoring.org/ontologies/sro#> .
<http://salt.semanticauthoring.org/ontologies/sro#Scenario> <http://www.w3.org/2000/01/rdf-schema#comment> "Real-world use cases in which the solution provided by the publication is applicable."@en .
<http://salt.semanticauthoring.org/ontologies/sro#Scenario> <http://www.w3.org/2000/01/rdf-schema#label> "scenario"@en .
<http://salt.semanticauthoring.org/ontologies/sro#Scenario> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/deo/SupplementaryInformationDescription
@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:SupplementaryInformationDescription a owl:Class ;
rdfs:label "supplementary information description"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-supplementary-information-description .
:my-supplementary-information-description a deo:SupplementaryInformationDescription .
""" ;
rdfs:comment "Information describing supplementary information relating to the document, including references or links to the relevant supplementary information."@en ;
rdfs:isDefinedBy deo: ;
rdfs:subClassOf deo:ExternalResourceDescription ;
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/SupplementaryInformationDescription">
<rdfs:comment xml:lang="en">Information describing supplementary information relating to the document, including references or links to the relevant supplementary information.</rdfs:comment>
<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">supplementary information description</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/ExternalResourceDescription"/>
<vann:example>
:my-paper
dcterms:hasPart :my-supplementary-information-description .
:my-supplementary-information-description a deo:SupplementaryInformationDescription .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/deo/SupplementaryInformationDescription",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paper \n dcterms:hasPart :my-supplementary-information-description .\n\n :my-supplementary-information-description a deo:SupplementaryInformationDescription .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information describing supplementary information relating to the document, including references or links to the relevant supplementary information."
}
],
"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": "supplementary information description"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/ExternalResourceDescription"
}
],
"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/SupplementaryInformationDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Information describing supplementary information relating to the document, including references or links to the relevant supplementary information."@en .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/deo/> .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://www.w3.org/2000/01/rdf-schema#label> "supplementary information description"@en .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://purl.org/vocab/vann/example> "\n :my-paper \n dcterms:hasPart :my-supplementary-information-description .\n\n :my-supplementary-information-description a deo:SupplementaryInformationDescription .\n " .
<http://purl.org/spar/deo/SupplementaryInformationDescription> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/ExternalResourceDescription> .
Jump to:
IRI: http://purl.org/dc/terms/hasPart
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
dcterms:hasPart a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "has part"@en ;
vann:example """
:my-paper
dcterms:hasPart :my-acknowledgements .
:my-acknowledgements a deo:Acknowledgements .
""" ;
rdfs:comment "A related resource that is included either physically or logically in the described resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
owl:inverseOf dcterms:isPartOf ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/dc/terms/hasPart">
<rdfs:comment xml:lang="en">A related resource that is included either physically or logically in the described resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paper
dcterms:hasPart :my-acknowledgements .
:my-acknowledgements a deo:Acknowledgements .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/hasPart",
"@type": [
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"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": "A related resource that is included either physically or logically in the described resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has part"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/dc/terms/isPartOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that is included either physically or logically in the described resource."@en .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/dc/terms/isPartOf> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#label> "has part"@en .
<http://purl.org/dc/terms/hasPart> <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/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
dcterms:relation a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "has relation"@en ;
rdfs:comment "A related resource."@en ;
rdfs:isDefinedBy dcterms: .
<?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#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/relation">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A related resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:label xml:lang="en">has relation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/relation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has relation"
}
]
}
]<http://purl.org/dc/terms/relation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#label> "has relation"@en .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource."@en .
<http://purl.org/dc/terms/relation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/dc/terms/isPartOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
dcterms:isPartOf a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "is part of"@en ;
vann:example """
:my-acknowledgements a deo:Acknowledgements ;
dcterms:isPartOf :my-paper .
""" ;
rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
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/dc/terms/isPartOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:comment xml:lang="en">A related resource in which the described resource is physically or logically included.</rdfs:comment>
<rdfs:label xml:lang="en">is part of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-acknowledgements a deo:Acknowledgements ;
dcterms:isPartOf :my-paper .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isPartOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#TransitiveProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-acknowledgements a deo:Acknowledgements ;\n dcterms:isPartOf :my-paper .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource in which the described resource is physically or logically included."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is part of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource in which the described resource is physically or logically included."@en .
<http://purl.org/dc/terms/isPartOf> <http://purl.org/vocab/vann/example> "\n :my-acknowledgements a deo:Acknowledgements ;\n dcterms:isPartOf :my-paper .\n " .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "is part of"@en .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
IRI: http://purl.org/dc/terms/bibliographicCitation
IRI: http://purl.org/vocab/vann/changes
IRI: https://schema.org/codeRepository
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/elements/1.1/contributor
IRI: http://purl.org/dc/terms/created
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/doi
IRI: http://purl.org/vocab/vann/example
IRI: https://schema.org/image
IRI: https://schema.org/includedInDataCatalog
IRI: http://purl.org/dc/terms/issued
IRI: https://schema.org/keywords
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:label a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/license
IRI: http://xmlns.com/foaf/0.1/logo
IRI: http://purl.org/dc/terms/modified
IRI: http://purl.org/vocab/vann/preferredNamespacePrefix
IRI: http://purl.org/vocab/vann/preferredNamespaceUri
IRI: http://purl.org/dc/terms/publisher
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:rights a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/rights">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/rights",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/source
IRI: http://purl.org/ontology/bibo/status
IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .