IRI: http://purl.org/spar/pso/Agent
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:Agent a owl:Class ;
rdfs:label "agent"@en ;
vann:example """
:my-event
part:hasParticipant :my-agent .
:my-agent a pso:Agent ;
foaf:name 'John Doe' .
""" ;
rdfs:comment "An entity, such as a person, a group, an organization or a software agent, involved in one or more events."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subClassOf part:Object,
foaf:Agent ;
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/pso/Agent">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object"/>
<rdfs:label xml:lang="en">agent</rdfs:label>
<rdfs:comment xml:lang="en">An entity, such as a person, a group, an organization or a software agent, involved in one or more events.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-event
part:hasParticipant :my-agent .
:my-agent a pso:Agent ;
foaf:name 'John Doe' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-event \n part:hasParticipant :my-agent .\n\n :my-agent a pso:Agent ;\n foaf:name 'John Doe' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity, such as a person, a group, an organization or a software agent, involved in one or more events."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2000/01/rdf-schema#label> "agent"@en .
<http://purl.org/spar/pso/Agent> <http://purl.org/vocab/vann/example> "\n :my-event \n part:hasParticipant :my-agent .\n\n :my-agent a pso:Agent ;\n foaf:name 'John Doe' .\n " .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity, such as a person, a group, an organization or a software agent, involved in one or more events."@en .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> .
IRI: http://xmlns.com/foaf/0.1/Agent
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
foaf:Agent a owl:Class ;
rdfs:label "agent"@en ;
rdfs:comment "An agent (eg. person, group, software or physical artifact)."@en ;
rdfs:isDefinedBy foaf: .
<?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://xmlns.com/foaf/0.1/Agent">
<rdfs:comment xml:lang="en">An agent (eg. person, group, software or physical artifact).</rdfs:comment>
<rdfs:label xml:lang="en">agent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An agent (eg. person, group, software or physical artifact)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent"
}
]
}
]<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "An agent (eg. person, group, software or physical artifact)."@en .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#label> "agent"@en .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
IRI: http://purl.org/spar/pso/ArticleProcessingChargeStatus
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:ArticleProcessingChargeStatus a owl:Class ;
rdfs:label "article processing charge status"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-fully-waived .
pso:APC-fully-waived a pso:ArticleProcessingChargeStatus .
""" ;
rdfs:comment "A state or condition that a document may have that relates to a fee levied by a publisher on an author or an institution to cover the cost of publishing an Open Access journal article."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subClassOf pso:Status ;
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/pso/ArticleProcessingChargeStatus">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">article processing charge status</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pso/Status"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment xml:lang="en">A state or condition that a document may have that relates to a fee levied by a publisher on an author or an institution to cover the cost of publishing an Open Access journal article.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-fully-waived .
pso:APC-fully-waived a pso:ArticleProcessingChargeStatus .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/ArticleProcessingChargeStatus",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-fully-waived .\n\n pso:APC-fully-waived a pso:ArticleProcessingChargeStatus .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A state or condition that a document may have that relates to a fee levied by a publisher on an author or an institution to cover the cost of publishing an Open Access journal article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "article processing charge status"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pso/Status"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pso/Status> .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or condition that a document may have that relates to a fee levied by a publisher on an author or an institution to cover the cost of publishing an Open Access journal article."@en .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-fully-waived .\n\n pso:APC-fully-waived a pso:ArticleProcessingChargeStatus .\n " .
<http://purl.org/spar/pso/ArticleProcessingChargeStatus> <http://www.w3.org/2000/01/rdf-schema#label> "article processing charge status"@en .
IRI: http://xmlns.com/foaf/0.1/Document
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
foaf:Document a owl:Class ;
rdfs:label "document"@en ;
rdfs:comment "An abstract class defining any kinds of publishing work." ;
rdfs:isDefinedBy foaf: .
<?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://xmlns.com/foaf/0.1/Document">
<rdfs:label xml:lang="en">document</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:comment>An abstract class defining any kinds of publishing work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Document",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An abstract class defining any kinds of publishing work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "document"
}
]
}
]<http://xmlns.com/foaf/0.1/Document> <http://www.w3.org/2000/01/rdf-schema#label> "document"@en .
<http://xmlns.com/foaf/0.1/Document> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/Document> <http://www.w3.org/2000/01/rdf-schema#comment> "An abstract class defining any kinds of publishing work." .
<http://xmlns.com/foaf/0.1/Document> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:Event a owl:Class ;
rdfs:label "event"@en ;
rdfs:comment "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc." ;
rdfs:isDefinedBy part: .
<?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://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">event</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
<rdfs:comment>An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "event"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#label> "event"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc." .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:Object a owl:Class ;
rdfs:label "object"@en ;
rdfs:comment "Any physical, social, or mental object, or substance."@en ;
rdfs:isDefinedBy part: .
<?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://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">object</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
<rdfs:comment xml:lang="en">Any physical, social, or mental object, or substance.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Any physical, social, or mental object, or substance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "object"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#label> "object"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#comment> "Any physical, social, or mental object, or substance."@en .
IRI: http://purl.org/spar/pso/PublicationStatus
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:PublicationStatus a owl:Class ;
rdfs:label "publishing status"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
pso:corrected a pso:PublicationStatus .
""" ;
rdfs:comment "A state or condition that a document may have that relates to the publication of such document."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subClassOf pso:Status ;
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/pso/PublicationStatus">
<rdfs:label xml:lang="en">publishing status</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment xml:lang="en">A state or condition that a document may have that relates to the publication of such document.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pso/Status"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
pso:corrected a pso:PublicationStatus .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/PublicationStatus",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n\n pso:corrected a pso:PublicationStatus .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A state or condition that a document may have that relates to the publication of such document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "publishing status"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pso/Status"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/2000/01/rdf-schema#label> "publishing status"@en .
<http://purl.org/spar/pso/PublicationStatus> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n\n pso:corrected a pso:PublicationStatus .\n " .
<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or condition that a document may have that relates to the publication of such document."@en .
<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/PublicationStatus> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pso/Status> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:Status a owl:Class ;
rdfs:label "status"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
pso:corrected a pso:Status .
""" ;
rdfs:comment "A state or condition that a document may have."@en ;
rdfs:isDefinedBy pso: ;
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/pso/Status">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">status</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:comment xml:lang="en">A state or condition that a document may have.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
pso:corrected a pso:Status .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/Status",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n\n pso:corrected a pso:Status .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A state or condition that a document may have."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "status"
}
],
"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/pso/Status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pso/Status> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/Status> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n\n pso:corrected a pso:Status .\n " .
<http://purl.org/spar/pso/Status> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or condition that a document may have."@en .
<http://purl.org/spar/pso/Status> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/Status> <http://www.w3.org/2000/01/rdf-schema#label> "status"@en .
<http://purl.org/spar/pso/Status> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
IRI: http://purl.org/spar/pso/StatusInTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
pso:StatusInTime a owl:Class ;
rdfs:label "status in time"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
""" ;
rdfs:comment "A particular situation that describe a state or condition some documents may have at a particular time as consequence of one or more events."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty pso:isAcquiredAsConsequenceOf ;
owl:someValuesFrom part:Event ],
[ a owl:Restriction ;
owl:onProperty tvc:atTime ;
owl:someValuesFrom ti:TimeInterval ],
[ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:intersectionOf ( ti:TimeInterval [ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty ti:hasIntervalDate ] ) ] ;
owl:onProperty tvc:atTime ],
[ a owl:Restriction ;
owl:onProperty pso:withStatus ;
owl:someValuesFrom pso:Status ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty pso:isStatusHeldBy ],
tvc:ValueInTime ;
vs:term_status reg:statusStable ;
skos1:note """
A status in time describes always:
- a particular status S;
- a particular document D holding S;
- a particular time interval T in which D holds S;
- a particular event that causes the acquisition of S by D.
"""@en .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab9">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/pso/isStatusHeldBy"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab7">
<rdf:first rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab5"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pso/StatusInTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab3"/>
<rdfs:subClassOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:subClassOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab8"/>
<rdfs:subClassOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab9"/>
<rdfs:subClassOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab2"/>
<rdfs:subClassOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab1"/>
<rdfs:label xml:lang="en">status in time</rdfs:label>
<rdfs:comment xml:lang="en">A particular situation that describe a state or condition some documents may have at a particular time as consequence of one or more events.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<skos1:note xml:lang="en">
A status in time describes always:
- a particular status S;
- a particular document D holding S;
- a particular time interval T in which D holds S;
- a particular event that causes the acquisition of S by D.
</skos1:note>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<owl:onProperty rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab4"/>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2012/04/tvc/atTime"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab6">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
<rdf:rest rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pso/isAcquiredAsConsequenceOf"/>
<owl:someValuesFrom rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab8">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pso/withStatus"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/pso/Status"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n293e23fb94124fd3ab9e0fb9d93f393ab2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2012/04/tvc/atTime"/>
<owl:someValuesFrom rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/StatusInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular situation that describe a state or condition some documents may have at a particular time as consequence of one or more events."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "status in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab3"
},
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab8"
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab9"
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab2"
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab1"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nA status in time describes always:\n- a particular status S;\n- a particular document D holding S;\n- a particular time interval T in which D holds S;\n- a particular event that causes the acquisition of S by D.\n"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab4"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/atTime"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab4",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab5"
}
]
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab8",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pso/withStatus"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/pso/Status"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab9",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pso/isStatusHeldBy"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab2",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/atTime"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
]
},
{
"@id": "_:n293e23fb94124fd3ab9e0fb9d93f393ab1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pso/isAcquiredAsConsequenceOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
]
}
]_:n293e23fb94124fd3ab9e0fb9d93f393ab9 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pso/isStatusHeldBy> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n293e23fb94124fd3ab9e0fb9d93f393ab5 .
<http://purl.org/spar/pso/StatusInTime> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n " .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab9 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab4 <http://www.w3.org/2002/07/owl#intersectionOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab6 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab3 <http://www.w3.org/2002/07/owl#allValuesFrom> _:n293e23fb94124fd3ab9e0fb9d93f393ab4 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#label> "status in time"@en .
_:n293e23fb94124fd3ab9e0fb9d93f393ab6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n293e23fb94124fd3ab9e0fb9d93f393ab7 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab2 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab8 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/pso/Status> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab8 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pso/withStatus> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pso/isAcquiredAsConsequenceOf> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab2 <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2012/04/tvc/atTime> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab5 <http://www.w3.org/2002/07/owl#onProperty> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2008/05/skos#note> "\nA status in time describes always:\n- a particular status S;\n- a particular document D holding S;\n- a particular time interval T in which D holds S;\n- a particular event that causes the acquisition of S by D.\n"@en .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab8 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab2 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab9 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab1 .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n293e23fb94124fd3ab9e0fb9d93f393ab3 .
_:n293e23fb94124fd3ab9e0fb9d93f393ab1 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab5 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.w3.org/2001/XMLSchema#dateTime> .
_:n293e23fb94124fd3ab9e0fb9d93f393ab6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular situation that describe a state or condition some documents may have at a particular time as consequence of one or more events."@en .
_:n293e23fb94124fd3ab9e0fb9d93f393ab3 <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2012/04/tvc/atTime> .
<http://purl.org/spar/pso/StatusInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:TimeIndexedSituation a owl:Class ;
rdfs:label "time indexed situation"@en ;
rdfs:comment "A situation that is explicitly indexed at some time for at least one entity." ;
rdfs:isDefinedBy tisit: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdfs:comment>A situation that is explicitly indexed at some time for at least one entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">time indexed situation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A situation that is explicitly indexed at some time for at least one entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "time indexed situation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#comment> "A situation that is explicitly indexed at some time for at least one entity." .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#label> "time indexed situation"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:TimeInterval a owl:Class ;
rdfs:label "time interval"@en ;
rdfs:comment "Two (starting and ending) points in time that define a particular period of time." ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
<rdfs:comment>Two (starting and ending) points in time that define a particular period of time.</rdfs:comment>
<rdfs:label xml:lang="en">time interval</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Two (starting and ending) points in time that define a particular period of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "time interval"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#label> "time interval"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#comment> "Two (starting and ending) points in time that define a particular period of time." .
IRI: http://www.essepuntato.it/2012/04/tvc/ValueInTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:ValueInTime a owl:Class ;
rdfs:label "value in time"@en ;
rdfs:comment "A particular kind of time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."@en ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:subClassOf tisit:TimeIndexedSituation .
<?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://www.essepuntato.it/2012/04/tvc/ValueInTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">value in time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:comment xml:lang="en">A particular kind of time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular kind of time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "value in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular kind of time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."@en .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#label> "value in time"@en .
IRI: http://www.essepuntato.it/2012/04/tvc/atTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:atTime a owl:ObjectProperty ;
rdfs:label "at time"@en ;
rdfs:comment "The particular temporal instant or time period in which the situation takes place."@en ;
rdfs:domain tvc:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> .
<?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://www.essepuntato.it/2012/04/tvc/atTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">at time</rdfs:label>
<rdfs:comment xml:lang="en">The particular temporal instant or time period in which the situation takes place.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/atTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The particular temporal instant or time period in which the situation takes place."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "at time"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#label> "at time"@en .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The particular temporal instant or time period in which the situation takes place."@en .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:atTime a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "at time"@en ;
rdfs:comment "A time interval during which something is happening." ;
rdfs:isDefinedBy tisit: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime">
<rdfs:label xml:lang="en">at time</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A time interval during which something is happening.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A time interval during which something is happening."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "at time"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#label> "at time"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A time interval during which something is happening." .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:forEntity a owl:ObjectProperty ;
rdfs:label "for entity"@en ;
rdfs:comment "The relation between a time-indexed situation and an entity involved in it."@en ;
rdfs:domain tisit:TimeIndexedSituation ;
rdfs:isDefinedBy tisit: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdfs:comment xml:lang="en">The relation between a time-indexed situation and an entity involved in it.</rdfs:comment>
<rdfs:label xml:lang="en">for entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a time-indexed situation and an entity involved in it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "for entity"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a time-indexed situation and an entity involved in it."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#label> "for entity"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:hasTimeIndexedSetting a owl:ObjectProperty ;
rdfs:label "has time indexed setting"@en ;
rdfs:comment "The relation between an entity and a time-indexed situation it is involved in."@en ;
rdfs:isDefinedBy tisit: ;
rdfs:range tisit:TimeIndexedSituation .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an entity and a time-indexed situation it is involved in.</rdfs:comment>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
<rdfs:label xml:lang="en">has time indexed setting</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an entity and a time-indexed situation it is involved in."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has time indexed setting"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity and a time-indexed situation it is involved in."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#label> "has time indexed setting"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
IRI: http://www.essepuntato.it/2012/04/tvc/hasValue
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:hasValue a owl:ObjectProperty ;
rdfs:label "has value"@en ;
rdfs:comment "The relation between an entity and a value in time situation."@en ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:range tvc:ValueInTime ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting .
<?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://www.essepuntato.it/2012/04/tvc/hasValue">
<rdfs:range rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">has value</rdfs:label>
<rdfs:comment xml:lang="en">The relation between an entity and a value in time situation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/hasValue",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an entity and a value in time situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#label> "has value"@en .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity and a value in time situation."@en .
IRI: http://purl.org/spar/pso/holdsStatusInTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:holdsStatusInTime a owl:ObjectProperty ;
rdfs:label "holds status in time"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
""" ;
rdfs:comment "The relation between a document, a dataset or some other thing and a status that it holds at a specific time."@en ;
rdfs:isDefinedBy pso: ;
rdfs:range pso:StatusInTime ;
rdfs:subPropertyOf tvc:hasValue ;
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/pso/holdsStatusInTime">
<rdfs:comment xml:lang="en">The relation between a document, a dataset or some other thing and a status that it holds at a specific time.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">holds status in time</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/hasValue"/>
<rdfs:range rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/holdsStatusInTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a document, a dataset or some other thing and a status that it holds at a specific time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "holds status in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/hasValue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a document, a dataset or some other thing and a status that it holds at a specific time."@en .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2000/01/rdf-schema#label> "holds status in time"@en .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/hasValue> .
<http://purl.org/spar/pso/holdsStatusInTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pso/StatusInTime> .
<http://purl.org/spar/pso/holdsStatusInTime> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n " .
IRI: http://purl.org/spar/pso/isAcquiredAsConsequenceOf
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:isAcquiredAsConsequenceOf a owl:ObjectProperty ;
rdfs:label "is acquired as consequence of"@en ;
vann:example """
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time ;
pso:isAcquiredAsConsequenceOf :my-event .
""" ;
rdfs:comment "The relation between a particular publishing status and the event that causes its acquisition."@en ;
rdfs:domain pso:StatusInTime ;
rdfs:isDefinedBy pso: ;
rdfs:range part:Event ;
rdfs:subPropertyOf tvc:withinContext ;
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/pso/isAcquiredAsConsequenceOf">
<rdfs:label xml:lang="en">is acquired as consequence of</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a particular publishing status and the event that causes its acquisition.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withinContext"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time ;
pso:isAcquiredAsConsequenceOf :my-event .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/isAcquiredAsConsequenceOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time ;\n pso:isAcquiredAsConsequenceOf :my-event .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a particular publishing status and the event that causes its acquisition."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is acquired as consequence of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#label> "is acquired as consequence of"@en .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a particular publishing status and the event that causes its acquisition."@en .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pso/StatusInTime> .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://purl.org/vocab/vann/example> "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time ;\n pso:isAcquiredAsConsequenceOf :my-event .\n " .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/isAcquiredAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withinContext> .
IRI: http://purl.org/spar/pso/isLostAsConsequenceOf
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:isLostAsConsequenceOf a owl:ObjectProperty ;
rdfs:label "is lost as consequence of"@en ;
vann:example """
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time ;
pso:isLostAsConsequenceOf :my-another-event .
""" ;
rdfs:comment "The relation between a particular publishing status and the event that causes its loss."@en ;
rdfs:domain pso:StatusInTime ;
rdfs:isDefinedBy pso: ;
rdfs:range part:Event ;
rdfs:subPropertyOf tvc:withinContext ;
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/pso/isLostAsConsequenceOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is lost as consequence of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withinContext"/>
<rdfs:comment xml:lang="en">The relation between a particular publishing status and the event that causes its loss.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time ;
pso:isLostAsConsequenceOf :my-another-event .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/isLostAsConsequenceOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time ;\n pso:isLostAsConsequenceOf :my-another-event .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a particular publishing status and the event that causes its loss."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is lost as consequence of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#label> "is lost as consequence of"@en .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pso/StatusInTime> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withinContext> .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://purl.org/vocab/vann/example> "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time ;\n pso:isLostAsConsequenceOf :my-another-event .\n " .
<http://purl.org/spar/pso/isLostAsConsequenceOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a particular publishing status and the event that causes its loss."@en .
IRI: http://purl.org/spar/pso/isStatusHeldBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:isStatusHeldBy a owl:ObjectProperty ;
rdfs:label "is status held by"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
""" ;
rdfs:comment "The relation between a status held at a specific time and the document, dataset or other thing holding that status."@en ;
rdfs:domain pso:StatusInTime ;
rdfs:isDefinedBy pso: ;
rdfs:subPropertyOf tisit:forEntity ;
owl:inverseOf pso:holdsStatusInTime ;
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/pso/isStatusHeldBy">
<rdfs:domain rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"/>
<rdfs:comment xml:lang="en">The relation between a status held at a specific time and the document, dataset or other thing holding that status.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pso/holdsStatusInTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is status held by</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/isStatusHeldBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a status held at a specific time and the document, dataset or other thing holding that status."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is status held by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pso/holdsStatusInTime"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pso/StatusInTime> .
<http://purl.org/spar/pso/isStatusHeldBy> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n " .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a status held at a specific time and the document, dataset or other thing holding that status."@en .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2000/01/rdf-schema#label> "is status held by"@en .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pso/holdsStatusInTime> .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/isStatusHeldBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> .
IRI: http://purl.org/spar/pso/isStatusIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:isStatusIn a owl:ObjectProperty ;
rdfs:label "is status in"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
pso:under-review pso:isStatusIn :my-article-status .
:my-article-status a pso:StatusInTime .
""" ;
rdfs:comment "The relation between the definition of a specific status and the situation of the document, a dataset or something else holding that status at a specific time."@en ;
rdfs:isDefinedBy pso: ;
rdfs:range pso:StatusInTime ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
owl:inverseOf pso:withStatus ;
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/pso/isStatusIn">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<rdfs:label xml:lang="en">is status in</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pso/withStatus"/>
<rdfs:comment xml:lang="en">The relation between the definition of a specific status and the situation of the document, a dataset or something else holding that status at a specific time.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
pso:under-review pso:isStatusIn :my-article-status .
:my-article-status a pso:StatusInTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/isStatusIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n pso:under-review pso:isStatusIn :my-article-status .\n\n :my-article-status a pso:StatusInTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the definition of a specific status and the situation of the document, a dataset or something else holding that status at a specific time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is status in"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pso/withStatus"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2000/01/rdf-schema#label> "is status in"@en .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pso/withStatus> .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the definition of a specific status and the situation of the document, a dataset or something else holding that status at a specific time."@en .
<http://purl.org/spar/pso/isStatusIn> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n pso:under-review pso:isStatusIn :my-article-status .\n\n :my-article-status a pso:StatusInTime .\n " .
<http://purl.org/spar/pso/isStatusIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pso/StatusInTime> .
IRI: http://purl.org/spar/pso/resultsInAcquiring
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:resultsInAcquiring a owl:ObjectProperty ;
rdfs:label "results in acquiring"@en ;
vann:example """
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time .
:my-event
pso:resultsInAcquiring :my-article-status .
""" ;
rdfs:comment "The relation between an event and the consequential acquisition of a particular publishing status."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
owl:inverseOf pso:isAcquiredAsConsequenceOf ;
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/pso/resultsInAcquiring">
<rdfs:comment xml:lang="en">The relation between an event and the consequential acquisition of a particular publishing status.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">results in acquiring</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/pso/isAcquiredAsConsequenceOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time .
:my-event
pso:resultsInAcquiring :my-article-status .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/resultsInAcquiring",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time .\n\n :my-event \n pso:resultsInAcquiring :my-article-status .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and the consequential acquisition of a particular publishing status."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "results in acquiring"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pso/isAcquiredAsConsequenceOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and the consequential acquisition of a particular publishing status."@en .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/pso/resultsInAcquiring> <http://purl.org/vocab/vann/example> "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time .\n\n :my-event \n pso:resultsInAcquiring :my-article-status .\n " .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2000/01/rdf-schema#label> "results in acquiring"@en .
<http://purl.org/spar/pso/resultsInAcquiring> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pso/isAcquiredAsConsequenceOf> .
IRI: http://purl.org/spar/pso/resultsInLosing
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:resultsInLosing a owl:ObjectProperty ;
rdfs:label "results in losing"@en ;
vann:example """
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time .
:my-another-event
pso:resultsInLosing :my-article-status .
""" ;
rdfs:comment "The relation between an event and the consequential loss of a particular publishing status."@en ;
rdfs:isDefinedBy pso: ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
owl:inverseOf pso:isLostAsConsequenceOf ;
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/pso/resultsInLosing">
<rdfs:comment xml:lang="en">The relation between an event and the consequential loss of a particular publishing status.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<rdfs:label xml:lang="en">results in losing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pso/isLostAsConsequenceOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review ;
tvc:atTime :my-status-time .
:my-another-event
pso:resultsInLosing :my-article-status .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/resultsInLosing",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time .\n\n :my-another-event \n pso:resultsInLosing :my-article-status .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and the consequential loss of a particular publishing status."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "results in losing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pso/isLostAsConsequenceOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and the consequential loss of a particular publishing status."@en .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2000/01/rdf-schema#label> "results in losing"@en .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/resultsInLosing> <http://purl.org/vocab/vann/example> "\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review ;\n tvc:atTime :my-status-time .\n\n :my-another-event \n pso:resultsInLosing :my-article-status .\n " .
<http://purl.org/spar/pso/resultsInLosing> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pso/isLostAsConsequenceOf> .
IRI: http://purl.org/spar/pso/withStatus
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pso:withStatus a owl:ObjectProperty ;
rdfs:label "with status"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
""" ;
rdfs:comment "The relation between the holding of a status and a document, a dataset or something else at a specific time to the definition of that status."@en ;
rdfs:domain pso:StatusInTime ;
rdfs:isDefinedBy pso: ;
rdfs:subPropertyOf tvc:withValue ;
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/pso/withStatus">
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pso/StatusInTime"/>
<rdfs:label xml:lang="en">with status</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between the holding of a status and a document, a dataset or something else at a specific time to the definition of that status.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/withStatus",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the holding of a status and a document, a dataset or something else at a specific time to the definition of that status."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pso/StatusInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with status"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/pso/withStatus> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n " .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pso/StatusInTime> .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2000/01/rdf-schema#label> "with status"@en .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pso/withStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the holding of a status and a document, a dataset or something else at a specific time to the definition of that status."@en .
IRI: http://www.essepuntato.it/2012/04/tvc/withValue
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:withValue a owl:ObjectProperty ;
rdfs:label "with value"@en ;
rdfs:comment "The relation between the value in time situation and the actual value held by the entity partaking in that situation."@en ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:range tvc:ValueInTime ;
rdfs:subPropertyOf tisit:forEntity .
<?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://www.essepuntato.it/2012/04/tvc/withValue">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:range rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:comment xml:lang="en">The relation between the value in time situation and the actual value held by the entity partaking in that situation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">with value</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the value in time situation and the actual value held by the entity partaking in that situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the value in time situation and the actual value held by the entity partaking in that situation."@en .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#label> "with value"@en .
IRI: http://www.essepuntato.it/2012/04/tvc/withinContext
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:withinContext a owl:ObjectProperty ;
rdfs:label "within context"@en ;
rdfs:comment "The specific context within which the fact of the entity having the value is relevant."@en ;
rdfs:domain tvc:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:subPropertyOf tisit:forEntity .
<?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://www.essepuntato.it/2012/04/tvc/withinContext">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The specific context within which the fact of the entity having the value is relevant.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">within context</rdfs:label>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The specific context within which the fact of the entity having the value is relevant."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "within context"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#label> "within context"@en .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific context within which the fact of the entity having the value is relevant."@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:hasIntervalDate a owl:DatatypeProperty ;
rdfs:label "has interval date"@en ;
rdfs:comment "A date value assigned to a time interval."@en ;
rdfs:domain ti:TimeInterval ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
<rdfs:label xml:lang="en">has interval date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A date value assigned to a time interval.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A date value assigned to a time interval."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has interval date"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#label> "has interval date"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#comment> "A date value assigned to a time interval."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:hasIntervalEndDate a owl:DatatypeProperty ;
rdfs:label "has interval end date"@en ;
rdfs:comment "The end date of a time interval" ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate">
<rdfs:comment>The end date of a time interval</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has interval end date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The end date of a time interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has interval end date"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate> <http://www.w3.org/2000/01/rdf-schema#label> "has interval end date"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalEndDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The end date of a time interval" .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:hasIntervalStartDate a owl:DatatypeProperty ;
rdfs:label "has interval start date"@en ;
rdfs:comment "The start date of a time interval" ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment>The start date of a time interval</rdfs:comment>
<rdfs:label xml:lang="en">has interval start date</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The start date of a time interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has interval start date"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The start date of a time interval" .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalStartDate> <http://www.w3.org/2000/01/rdf-schema#label> "has interval start date"@en .
Jump to:
IRI: http://purl.org/spar/pso/accepted-for-publication
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:accepted-for-publication a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "accepted for publication"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:accepted-for-publication .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) once it has been accepted for publication by a publisher or data repository."@en ;
rdfs:isDefinedBy pso: ;
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/pso/accepted-for-publication">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment xml:lang="en">The status of a work (for example a document or a dataset) once it has been accepted for publication by a publisher or data repository.</rdfs:comment>
<rdfs:label xml:lang="en">accepted for publication</rdfs:label>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:accepted-for-publication .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/accepted-for-publication",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:accepted-for-publication .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of a work (for example a document or a dataset) once it has been accepted for publication by a publisher or data repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "accepted for publication"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) once it has been accepted for publication by a publisher or data repository."@en .
<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/2000/01/rdf-schema#label> "accepted for publication"@en .
<http://purl.org/spar/pso/accepted-for-publication> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:accepted-for-publication .\n " .
<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/accepted-for-publication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/anonymized
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:anonymized a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "anonymized"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:anonymized .
""" ;
rdfs:comment "The status of a document or dataset that has been subjected to anonymization, so that individual persons, for example the authors and/or people that are the subjects described in the document or dataset, cannot be identified."@en ;
rdfs:isDefinedBy pso: ;
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/pso/anonymized">
<rdfs:comment xml:lang="en">The status of a document or dataset that has been subjected to anonymization, so that individual persons, for example the authors and/or people that are the subjects described in the document or dataset, cannot be identified.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">anonymized</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:anonymized .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/anonymized",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:anonymized .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of a document or dataset that has been subjected to anonymization, so that individual persons, for example the authors and/or people that are the subjects described in the document or dataset, cannot be identified."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "anonymized"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/anonymized> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/anonymized> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:anonymized .\n " .
<http://purl.org/spar/pso/anonymized> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/anonymized> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/anonymized> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/anonymized> <http://www.w3.org/2000/01/rdf-schema#label> "anonymized"@en .
<http://purl.org/spar/pso/anonymized> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document or dataset that has been subjected to anonymization, so that individual persons, for example the authors and/or people that are the subjects described in the document or dataset, cannot be identified."@en .
IRI: http://purl.org/spar/pso/APC-fully-waived
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:APC-fully-waived a pso:ArticleProcessingChargeStatus,
owl:NamedIndividual ;
rdfs:label "APC fully waived"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-fully-waived .
""" ;
rdfs:comment "The status of an article for which payment of the article processing charge has been fully waived by the publisher."@en ;
rdfs:isDefinedBy pso: ;
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/pso/APC-fully-waived">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/ArticleProcessingChargeStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The status of an article for which payment of the article processing charge has been fully waived by the publisher.</rdfs:comment>
<rdfs:label xml:lang="en">APC fully waived</rdfs:label>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-fully-waived .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/APC-fully-waived",
"@type": [
"http://purl.org/spar/pso/ArticleProcessingChargeStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-fully-waived .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of an article for which payment of the article processing charge has been fully waived by the publisher."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "APC fully waived"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/APC-fully-waived> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-fully-waived .\n " .
<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/2000/01/rdf-schema#label> "APC fully waived"@en .
<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/ArticleProcessingChargeStatus> .
<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/APC-fully-waived> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of an article for which payment of the article processing charge has been fully waived by the publisher."@en .
IRI: http://purl.org/spar/pso/APC-not-charged
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:APC-not-charged a pso:ArticleProcessingChargeStatus,
owl:NamedIndividual ;
rdfs:label "APC not charged"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-not-charged .
""" ;
rdfs:comment "The status of an article for which an article processing charge is not charged by the publisher."@en ;
rdfs:isDefinedBy pso: ;
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/pso/APC-not-charged">
<rdfs:label xml:lang="en">APC not charged</rdfs:label>
<rdfs:comment xml:lang="en">The status of an article for which an article processing charge is not charged by the publisher.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/ArticleProcessingChargeStatus"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-not-charged .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/APC-not-charged",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/ArticleProcessingChargeStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-not-charged .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of an article for which an article processing charge is not charged by the publisher."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "APC not charged"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/APC-not-charged> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-not-charged .\n " .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/2000/01/rdf-schema#label> "APC not charged"@en .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of an article for which an article processing charge is not charged by the publisher."@en .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/ArticleProcessingChargeStatus> .
<http://purl.org/spar/pso/APC-not-charged> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/APC-not-required
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:APC-not-required a pso:ArticleProcessingChargeStatus,
owl:NamedIndividual ;
rdfs:label "APC not required"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-not-required .
""" ;
rdfs:comment "The status of an article for which an article processing charge is not required by the publisher."@en ;
rdfs:isDefinedBy pso: ;
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/pso/APC-not-required">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment xml:lang="en">The status of an article for which an article processing charge is not required by the publisher.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/ArticleProcessingChargeStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">APC not required</rdfs:label>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-not-required .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/APC-not-required",
"@type": [
"http://purl.org/spar/pso/ArticleProcessingChargeStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-not-required .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of an article for which an article processing charge is not required by the publisher."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "APC not required"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of an article for which an article processing charge is not required by the publisher."@en .
<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/ArticleProcessingChargeStatus> .
<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/2000/01/rdf-schema#label> "APC not required"@en .
<http://purl.org/spar/pso/APC-not-required> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-not-required .\n " .
<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/APC-not-required> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/APC-paid
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:APC-paid a pso:ArticleProcessingChargeStatus,
owl:NamedIndividual ;
rdfs:label "APC paid"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-paid .
""" ;
rdfs:comment "The status of an article for which the article processing charge has been paid to the publisher by the author or his/her institution."@en ;
rdfs:isDefinedBy pso: ;
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/pso/APC-paid">
<rdf:type rdf:resource="http://purl.org/spar/pso/ArticleProcessingChargeStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">APC paid</rdfs:label>
<rdfs:comment xml:lang="en">The status of an article for which the article processing charge has been paid to the publisher by the author or his/her institution.</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-paid .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/APC-paid",
"@type": [
"http://purl.org/spar/pso/ArticleProcessingChargeStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-paid .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of an article for which the article processing charge has been paid to the publisher by the author or his/her institution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "APC paid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/APC-paid> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-paid .\n " .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/2000/01/rdf-schema#label> "APC paid"@en .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of an article for which the article processing charge has been paid to the publisher by the author or his/her institution."@en .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/ArticleProcessingChargeStatus> .
<http://purl.org/spar/pso/APC-paid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/APC-partially-waived
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:APC-partially-waived a pso:ArticleProcessingChargeStatus,
owl:NamedIndividual ;
rdfs:label "APC partially waived"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-partially-waived .
""" ;
rdfs:comment "The status of an article for which payment of the article processing charge has been partially waived by the publisher."@en ;
rdfs:isDefinedBy pso: ;
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/pso/APC-partially-waived">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/ArticleProcessingChargeStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">APC partially waived</rdfs:label>
<rdfs:comment xml:lang="en">The status of an article for which payment of the article processing charge has been partially waived by the publisher.</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:APC-partially-waived .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/APC-partially-waived",
"@type": [
"http://purl.org/spar/pso/ArticleProcessingChargeStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-partially-waived .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of an article for which payment of the article processing charge has been partially waived by the publisher."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "APC partially waived"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/APC-partially-waived> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:APC-partially-waived .\n " .
<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/2000/01/rdf-schema#label> "APC partially waived"@en .
<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/ArticleProcessingChargeStatus> .
<http://purl.org/spar/pso/APC-partially-waived> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of an article for which payment of the article processing charge has been partially waived by the publisher."@en .
IRI: http://purl.org/spar/pso/archived
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:archived a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "archived"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:archived .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) that has been saved for long-term preservation in a physical or electronic archive." ;
rdfs:isDefinedBy pso: ;
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/pso/archived">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">archived</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of a work (for example a document or a dataset) that has been saved for long-term preservation in a physical or electronic archive.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:archived .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/archived",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:archived .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) that has been saved for long-term preservation in a physical or electronic archive."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "archived"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/archived> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) that has been saved for long-term preservation in a physical or electronic archive." .
<http://purl.org/spar/pso/archived> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:archived .\n " .
<http://purl.org/spar/pso/archived> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/archived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/archived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/archived> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/archived> <http://www.w3.org/2000/01/rdf-schema#label> "archived"@en .
IRI: http://purl.org/spar/pso/catalogued
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:catalogued a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "catalogued"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:catalogued .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) concerning which metadata has been stored in a physical or electronic catalogue." ;
rdfs:isDefinedBy pso: ;
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/pso/catalogued">
<rdfs:label xml:lang="en">catalogued</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:comment>The status of a work (for example a document or a dataset) concerning which metadata has been stored in a physical or electronic catalogue.</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:catalogued .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/catalogued",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:catalogued .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) concerning which metadata has been stored in a physical or electronic catalogue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "catalogued"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/catalogued> <http://www.w3.org/2000/01/rdf-schema#label> "catalogued"@en .
<http://purl.org/spar/pso/catalogued> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/catalogued> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) concerning which metadata has been stored in a physical or electronic catalogue." .
<http://purl.org/spar/pso/catalogued> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/catalogued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/catalogued> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:catalogued .\n " .
<http://purl.org/spar/pso/catalogued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
IRI: http://purl.org/spar/pso/closed-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:closed-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "closed access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:closed-access .
""" ;
rdfs:comment "The status of a work (typically a private or secret paper or a confidential dataset) that is typically held unpublished in a 'dark' archive whose existence is unknown by the wider world, and that is only available to the owner or copyright holder of the asset." ;
rdfs:isDefinedBy pso: ;
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/pso/closed-access">
<rdfs:comment>The status of a work (typically a private or secret paper or a confidential dataset) that is typically held unpublished in a 'dark' archive whose existence is unknown by the wider world, and that is only available to the owner or copyright holder of the asset.</rdfs:comment>
<rdfs:label xml:lang="en">closed access</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:closed-access .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/closed-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:closed-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (typically a private or secret paper or a confidential dataset) that is typically held unpublished in a 'dark' archive whose existence is unknown by the wider world, and that is only available to the owner or copyright holder of the asset."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "closed access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/closed-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (typically a private or secret paper or a confidential dataset) that is typically held unpublished in a 'dark' archive whose existence is unknown by the wider world, and that is only available to the owner or copyright holder of the asset." .
<http://purl.org/spar/pso/closed-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/closed-access> <http://www.w3.org/2000/01/rdf-schema#label> "closed access"@en .
<http://purl.org/spar/pso/closed-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/closed-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/closed-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/closed-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:closed-access .\n " .
IRI: http://purl.org/spar/pso/confidential
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:confidential a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "confidential"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:confidential .
""" ;
rdfs:comment "The status of a document containing information that must be kept confidential." ;
rdfs:isDefinedBy pso: ;
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/pso/confidential">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:label xml:lang="en">confidential</rdfs:label>
<rdfs:comment>The status of a document containing information that must be kept confidential.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:confidential .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/confidential",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:confidential .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a document containing information that must be kept confidential."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "confidential"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/confidential> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:confidential .\n " .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/2000/01/rdf-schema#label> "confidential"@en .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/confidential> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document containing information that must be kept confidential." .
IRI: http://purl.org/spar/pso/copy-edited
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:copy-edited a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "copy-edited"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:copy-edited .
""" ;
rdfs:comment "The status of a document that has been subjected to copy editing, i.e. alterations to the text undertaken by someone other than the author that are designed to improve the formatting, style and accuracy of text, or to bring the text into the house style of the publisher (e.g. Americanization of British spelling), but that are not designed to alter the substance or meaning of the text." ;
rdfs:isDefinedBy pso: ;
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/pso/copy-edited">
<rdfs:label xml:lang="en">copy-edited</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment>The status of a document that has been subjected to copy editing, i.e. alterations to the text undertaken by someone other than the author that are designed to improve the formatting, style and accuracy of text, or to bring the text into the house style of the publisher (e.g. Americanization of British spelling), but that are not designed to alter the substance or meaning of the text.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:copy-edited .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/copy-edited",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:copy-edited .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a document that has been subjected to copy editing, i.e. alterations to the text undertaken by someone other than the author that are designed to improve the formatting, style and accuracy of text, or to bring the text into the house style of the publisher (e.g. Americanization of British spelling), but that are not designed to alter the substance or meaning of the text."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "copy-edited"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document that has been subjected to copy editing, i.e. alterations to the text undertaken by someone other than the author that are designed to improve the formatting, style and accuracy of text, or to bring the text into the house style of the publisher (e.g. Americanization of British spelling), but that are not designed to alter the substance or meaning of the text." .
<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/2000/01/rdf-schema#label> "copy-edited"@en .
<http://purl.org/spar/pso/copy-edited> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:copy-edited .\n " .
<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/copy-edited> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/corrected
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:corrected a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "corrected"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) in which errors, that may have introduced by the author, by a publisher, or by some automated process, have been corrected." ;
rdfs:isDefinedBy pso: ;
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/pso/corrected">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">corrected</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:comment>The status of a work (for example a document or a dataset) in which errors, that may have introduced by the author, by a publisher, or by some automated process, have been corrected.</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:corrected .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/corrected",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) in which errors, that may have introduced by the author, by a publisher, or by some automated process, have been corrected."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "corrected"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/corrected> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) in which errors, that may have introduced by the author, by a publisher, or by some automated process, have been corrected." .
<http://purl.org/spar/pso/corrected> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/corrected> <http://www.w3.org/2000/01/rdf-schema#label> "corrected"@en .
<http://purl.org/spar/pso/corrected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/corrected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/corrected> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:corrected .\n " .
<http://purl.org/spar/pso/corrected> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/draft
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:draft a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "draft"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:draft .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) prior to completion and publication." ;
rdfs:isDefinedBy pso: ;
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/pso/draft">
<rdfs:comment>The status of a work (for example a document or a dataset) prior to completion and publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">draft</rdfs:label>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:draft .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/draft",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) prior to completion and publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "draft"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/draft> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) prior to completion and publication." .
<http://purl.org/spar/pso/draft> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:draft .\n " .
<http://purl.org/spar/pso/draft> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/draft> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/draft> <http://www.w3.org/2000/01/rdf-schema#label> "draft"@en .
<http://purl.org/spar/pso/draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/pso/embargoed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:embargoed a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "embargoed"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:embargoed .
""" ;
rdfs:comment """
The status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date.
For open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work.
""" ;
rdfs:isDefinedBy pso: ;
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/pso/embargoed">
<rdfs:comment>
The status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date.
For open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work.
</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">embargoed</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:embargoed .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/embargoed",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:embargoed .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "\nThe status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date. \nFor open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "embargoed"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/embargoed> <http://www.w3.org/2000/01/rdf-schema#label> "embargoed"@en .
<http://purl.org/spar/pso/embargoed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/embargoed> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date. \nFor open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work. \n" .
<http://purl.org/spar/pso/embargoed> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:embargoed .\n " .
<http://purl.org/spar/pso/embargoed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/embargoed> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/embargoed> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/enhanced
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:enhanced a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "enhanced"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:enhanced .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) that has been updated or enhanced, for example by the provision of additional or supplementary material." ;
rdfs:isDefinedBy pso: ;
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/pso/enhanced">
<rdfs:label xml:lang="en">enhanced</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of a work (for example a document or a dataset) that has been updated or enhanced, for example by the provision of additional or supplementary material.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:enhanced .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/enhanced",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:enhanced .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) that has been updated or enhanced, for example by the provision of additional or supplementary material."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "enhanced"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/enhanced> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/enhanced> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/enhanced> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:enhanced .\n " .
<http://purl.org/spar/pso/enhanced> <http://www.w3.org/2000/01/rdf-schema#label> "enhanced"@en .
<http://purl.org/spar/pso/enhanced> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/enhanced> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) that has been updated or enhanced, for example by the provision of additional or supplementary material." .
<http://purl.org/spar/pso/enhanced> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
IRI: http://purl.org/spar/pso/final-draft
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:final-draft a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "final draft"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:final-draft .
""" ;
rdfs:comment "The status of a pre-publication work (for example a document or a dataset) when in the authors' opinion it has been brought to a stage of development that renders it suitable for publication." ;
rdfs:isDefinedBy pso: ;
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/pso/final-draft">
<rdfs:comment>The status of a pre-publication work (for example a document or a dataset) when in the authors' opinion it has been brought to a stage of development that renders it suitable for publication.</rdfs:comment>
<rdfs:label xml:lang="en">final draft</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:final-draft .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/final-draft",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:final-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a pre-publication work (for example a document or a dataset) when in the authors' opinion it has been brought to a stage of development that renders it suitable for publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "final draft"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/final-draft> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a pre-publication work (for example a document or a dataset) when in the authors' opinion it has been brought to a stage of development that renders it suitable for publication." .
<http://purl.org/spar/pso/final-draft> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:final-draft .\n " .
<http://purl.org/spar/pso/final-draft> <http://www.w3.org/2000/01/rdf-schema#label> "final draft"@en .
<http://purl.org/spar/pso/final-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/final-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/final-draft> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/final-draft> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/gold-open-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:gold-open-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "gold open access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:gold-open-access .
""" ;
rdfs:comment "The status of a published work, typically a journal article, made available by the publisher on the publisher's own web site for third parties to read without payment of access or subscription fees. Gold open access has the benefit that the article is findable where you expect it to be, but licensing restrictions may limit the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. Gold open-access publication typically involves payment by the author or his/her institution to the publisher of an article processing charge (aka an author publishing charge). [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" ;
rdfs:isDefinedBy pso: ;
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/pso/gold-open-access">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">gold open access</rdfs:label>
<rdfs:comment>The status of a published work, typically a journal article, made available by the publisher on the publisher's own web site for third parties to read without payment of access or subscription fees. Gold open access has the benefit that the article is findable where you expect it to be, but licensing restrictions may limit the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. Gold open-access publication typically involves payment by the author or his/her institution to the publisher of an article processing charge (aka an author publishing charge). [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:gold-open-access .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/gold-open-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:gold-open-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work, typically a journal article, made available by the publisher on the publisher's own web site for third parties to read without payment of access or subscription fees. Gold open access has the benefit that the article is findable where you expect it to be, but licensing restrictions may limit the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. Gold open-access publication typically involves payment by the author or his/her institution to the publisher of an article processing charge (aka an author publishing charge). [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "gold open access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/2000/01/rdf-schema#label> "gold open access"@en .
<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/gold-open-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:gold-open-access .\n " .
<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/gold-open-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work, typically a journal article, made available by the publisher on the publisher's own web site for third parties to read without payment of access or subscription fees. Gold open access has the benefit that the article is findable where you expect it to be, but licensing restrictions may limit the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. Gold open-access publication typically involves payment by the author or his/her institution to the publisher of an article processing charge (aka an author publishing charge). [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" .
IRI: http://purl.org/spar/pso/gratis-open-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:gratis-open-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "gratis open access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:gratis-open-access .
""" ;
rdfs:comment "The status of a published work which is free to read on-line, in contrast to subscription-access works, but to which licensing restrictions apply, limiting the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. The term Gratis Open Access thus signifies absence of a price barrier to view. While both imply ‘free’ (a potentially ambiguous word), Gratis Open Access equates to ‘free as in beer’ while Libre Open Access (q.v.) equates to ‘free as in speech’. Gratis Open Access is thus a necessary but not a sufficient condition for true Libre Open Access. Many ‘open access’ publications by commercial scholarly publishers are only Gratis Open Access, while almost all publications by ‘pure’ Open Access scholarly publishers are Libre Open Access. [See also: pso:open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" ;
rdfs:isDefinedBy pso: ;
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/pso/gratis-open-access">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">gratis open access</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of a published work which is free to read on-line, in contrast to subscription-access works, but to which licensing restrictions apply, limiting the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. The term Gratis Open Access thus signifies absence of a price barrier to view. While both imply ‘free’ (a potentially ambiguous word), Gratis Open Access equates to ‘free as in beer’ while Libre Open Access (q.v.) equates to ‘free as in speech’. Gratis Open Access is thus a necessary but not a sufficient condition for true Libre Open Access. Many ‘open access’ publications by commercial scholarly publishers are only Gratis Open Access, while almost all publications by ‘pure’ Open Access scholarly publishers are Libre Open Access. [See also: pso:open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:gratis-open-access .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/gratis-open-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:gratis-open-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work which is free to read on-line, in contrast to subscription-access works, but to which licensing restrictions apply, limiting the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. The term Gratis Open Access thus signifies absence of a price barrier to view. While both imply ‘free’ (a potentially ambiguous word), Gratis Open Access equates to ‘free as in beer’ while Libre Open Access (q.v.) equates to ‘free as in speech’. Gratis Open Access is thus a necessary but not a sufficient condition for true Libre Open Access. Many ‘open access’ publications by commercial scholarly publishers are only Gratis Open Access, while almost all publications by ‘pure’ Open Access scholarly publishers are Libre Open Access. [See also: pso:open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "gratis open access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work which is free to read on-line, in contrast to subscription-access works, but to which licensing restrictions apply, limiting the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. The term Gratis Open Access thus signifies absence of a price barrier to view. While both imply ‘free’ (a potentially ambiguous word), Gratis Open Access equates to ‘free as in beer’ while Libre Open Access (q.v.) equates to ‘free as in speech’. Gratis Open Access is thus a necessary but not a sufficient condition for true Libre Open Access. Many ‘open access’ publications by commercial scholarly publishers are only Gratis Open Access, while almost all publications by ‘pure’ Open Access scholarly publishers are Libre Open Access. [See also: pso:open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" .
<http://purl.org/spar/pso/gratis-open-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:gratis-open-access .\n " .
<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/2000/01/rdf-schema#label> "gratis open access"@en .
<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/gratis-open-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/green-open-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:green-open-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "green open access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:green-open-access .
""" ;
rdfs:comment "The status of a published work made available by the author, by self-archiving a version of the work for free and open public use in their institutional repository, in a central repository, or elsewhere, in parallel with publication of a subscription-access Version of Record of the work by a publisher. The green open-access version of the work may be a preprint (the version of the article as first submitted for publication) or a postprint (the pre-publication version of the article after incorporation of authors’ responses to peer reviewers’ comments). Its availability may have an embargo restriction imposed by the publisher of the subscription-access version of the work, that prevents the green open-access version from being freely available until some substantial time after publication of the subscription-access journal issue containing that article. A green open-access work should be accompanied by a license explicitly defining usage rights, for example a Creative Commons Attribution License. [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:embargoed and pso:subscription-access.]" ;
rdfs:isDefinedBy pso: ;
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/pso/green-open-access">
<rdfs:label xml:lang="en">green open access</rdfs:label>
<rdfs:comment>The status of a published work made available by the author, by self-archiving a version of the work for free and open public use in their institutional repository, in a central repository, or elsewhere, in parallel with publication of a subscription-access Version of Record of the work by a publisher. The green open-access version of the work may be a preprint (the version of the article as first submitted for publication) or a postprint (the pre-publication version of the article after incorporation of authors’ responses to peer reviewers’ comments). Its availability may have an embargo restriction imposed by the publisher of the subscription-access version of the work, that prevents the green open-access version from being freely available until some substantial time after publication of the subscription-access journal issue containing that article. A green open-access work should be accompanied by a license explicitly defining usage rights, for example a Creative Commons Attribution License. [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:embargoed and pso:subscription-access.]</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:green-open-access .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/green-open-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:green-open-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work made available by the author, by self-archiving a version of the work for free and open public use in their institutional repository, in a central repository, or elsewhere, in parallel with publication of a subscription-access Version of Record of the work by a publisher. The green open-access version of the work may be a preprint (the version of the article as first submitted for publication) or a postprint (the pre-publication version of the article after incorporation of authors’ responses to peer reviewers’ comments). Its availability may have an embargo restriction imposed by the publisher of the subscription-access version of the work, that prevents the green open-access version from being freely available until some substantial time after publication of the subscription-access journal issue containing that article. A green open-access work should be accompanied by a license explicitly defining usage rights, for example a Creative Commons Attribution License. [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:embargoed and pso:subscription-access.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "green open access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/2000/01/rdf-schema#label> "green open access"@en .
<http://purl.org/spar/pso/green-open-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:green-open-access .\n " .
<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work made available by the author, by self-archiving a version of the work for free and open public use in their institutional repository, in a central repository, or elsewhere, in parallel with publication of a subscription-access Version of Record of the work by a publisher. The green open-access version of the work may be a preprint (the version of the article as first submitted for publication) or a postprint (the pre-publication version of the article after incorporation of authors’ responses to peer reviewers’ comments). Its availability may have an embargo restriction imposed by the publisher of the subscription-access version of the work, that prevents the green open-access version from being freely available until some substantial time after publication of the subscription-access journal issue containing that article. A green open-access work should be accompanied by a license explicitly defining usage rights, for example a Creative Commons Attribution License. [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:embargoed and pso:subscription-access.]" .
<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/green-open-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/in-press
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:in-press a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "in press"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:is-press .
""" ;
rdfs:comment "The status of a document after it has been accepted for publication and prior to its formal publication in print. (Note that for many journal articles that are published electronically, this status rarely exists, since there is commonly no delay between acceptance and publication.)" ;
rdfs:isDefinedBy pso: ;
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/pso/in-press">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">in press</rdfs:label>
<rdfs:comment>The status of a document after it has been accepted for publication and prior to its formal publication in print. (Note that for many journal articles that are published electronically, this status rarely exists, since there is commonly no delay between acceptance and publication.)</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:is-press .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/in-press",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:is-press .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a document after it has been accepted for publication and prior to its formal publication in print. (Note that for many journal articles that are published electronically, this status rarely exists, since there is commonly no delay between acceptance and publication.)"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "in press"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/in-press> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/in-press> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/in-press> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/in-press> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document after it has been accepted for publication and prior to its formal publication in print. (Note that for many journal articles that are published electronically, this status rarely exists, since there is commonly no delay between acceptance and publication.)" .
<http://purl.org/spar/pso/in-press> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:is-press .\n " .
<http://purl.org/spar/pso/in-press> <http://www.w3.org/2000/01/rdf-schema#label> "in press"@en .
<http://purl.org/spar/pso/in-press> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/initial-draft
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:initial-draft a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "initial draft"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:initial-draft .
""" ;
rdfs:comment "The status of a pre-publication work (for example a document or a dataset) when in its initial stage of development." ;
rdfs:isDefinedBy pso: ;
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/pso/initial-draft">
<rdfs:comment>The status of a pre-publication work (for example a document or a dataset) when in its initial stage of development.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">initial draft</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:initial-draft .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/initial-draft",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:initial-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a pre-publication work (for example a document or a dataset) when in its initial stage of development."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "initial draft"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/initial-draft> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:initial-draft .\n " .
<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a pre-publication work (for example a document or a dataset) when in its initial stage of development." .
<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/initial-draft> <http://www.w3.org/2000/01/rdf-schema#label> "initial draft"@en .
IRI: http://purl.org/spar/pso/intermediate-draft
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:intermediate-draft a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "intermediate draft"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:intermediate-draft .
""" ;
rdfs:comment "The status of a pre-publication work (for example a document or a dataset) part-way through its development." ;
rdfs:isDefinedBy pso: ;
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/pso/intermediate-draft">
<rdfs:comment>The status of a pre-publication work (for example a document or a dataset) part-way through its development.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">intermediate draft</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:intermediate-draft .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/intermediate-draft",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:intermediate-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a pre-publication work (for example a document or a dataset) part-way through its development."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "intermediate draft"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a pre-publication work (for example a document or a dataset) part-way through its development." .
<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/intermediate-draft> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:intermediate-draft .\n " .
<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/2000/01/rdf-schema#label> "intermediate draft"@en .
<http://purl.org/spar/pso/intermediate-draft> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/libre-open-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:libre-open-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "libre open access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:libre-open-access .
""" ;
rdfs:comment "The status of a published work which is both free to read on-line, and to which additional usage rights apply, for example the right to text mine, make derivative works, re-use and re-publish the published work, such rights frequently being defined by application of an explicit license such as a Creative Commons license. [See also: pso:open-access, pso:gratis-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" ;
rdfs:isDefinedBy pso: ;
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/pso/libre-open-access">
<rdfs:label xml:lang="en">libre open access</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment>The status of a published work which is both free to read on-line, and to which additional usage rights apply, for example the right to text mine, make derivative works, re-use and re-publish the published work, such rights frequently being defined by application of an explicit license such as a Creative Commons license. [See also: pso:open-access, pso:gratis-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:libre-open-access .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/libre-open-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:libre-open-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work which is both free to read on-line, and to which additional usage rights apply, for example the right to text mine, make derivative works, re-use and re-publish the published work, such rights frequently being defined by application of an explicit license such as a Creative Commons license. [See also: pso:open-access, pso:gratis-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "libre open access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/libre-open-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:libre-open-access .\n " .
<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/2000/01/rdf-schema#label> "libre open access"@en .
<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work which is both free to read on-line, and to which additional usage rights apply, for example the right to text mine, make derivative works, re-use and re-publish the published work, such rights frequently being defined by application of an explicit license such as a Creative Commons license. [See also: pso:open-access, pso:gratis-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" .
<http://purl.org/spar/pso/libre-open-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/non-confidential
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:non-confidential a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "non-confidential"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:non-confidential .
""" ;
rdfs:comment "The status of a document containing information that may be shared publicly." ;
rdfs:isDefinedBy pso: ;
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/pso/non-confidential">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">non-confidential</rdfs:label>
<rdfs:comment>The status of a document containing information that may be shared publicly.</rdfs:comment>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:non-confidential .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/non-confidential",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:non-confidential .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a document containing information that may be shared publicly."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "non-confidential"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/non-confidential> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:non-confidential .\n " .
<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document containing information that may be shared publicly." .
<http://purl.org/spar/pso/non-confidential> <http://www.w3.org/2000/01/rdf-schema#label> "non-confidential"@en .
IRI: http://purl.org/spar/pso/open-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:open-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "open access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:open-access .
""" ;
rdfs:comment "The status of a published work (typically a scholarly publication or a dataset) that is freely available via the Internet for third parties to read without payment of access or subscription fees, and (in the case of a work published under a full open-access license) that is freely available to download and reuse for any purposes including commercial ones, including modification of the original work, its integration with other material, and its re-publication, subject typically to a requirement that the original authors and the source of the original work are acknowledged in compliance with scholarly citation norms. [See also: pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" ;
rdfs:isDefinedBy pso: ;
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/pso/open-access">
<rdfs:comment>The status of a published work (typically a scholarly publication or a dataset) that is freely available via the Internet for third parties to read without payment of access or subscription fees, and (in the case of a work published under a full open-access license) that is freely available to download and reuse for any purposes including commercial ones, including modification of the original work, its integration with other material, and its re-publication, subject typically to a requirement that the original authors and the source of the original work are acknowledged in compliance with scholarly citation norms. [See also: pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]</rdfs:comment>
<rdfs:label xml:lang="en">open access</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:open-access .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/open-access",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:open-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work (typically a scholarly publication or a dataset) that is freely available via the Internet for third parties to read without payment of access or subscription fees, and (in the case of a work published under a full open-access license) that is freely available to download and reuse for any purposes including commercial ones, including modification of the original work, its integration with other material, and its re-publication, subject typically to a requirement that the original authors and the source of the original work are acknowledged in compliance with scholarly citation norms. [See also: pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "open access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/open-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work (typically a scholarly publication or a dataset) that is freely available via the Internet for third parties to read without payment of access or subscription fees, and (in the case of a work published under a full open-access license) that is freely available to download and reuse for any purposes including commercial ones, including modification of the original work, its integration with other material, and its re-publication, subject typically to a requirement that the original authors and the source of the original work are acknowledged in compliance with scholarly citation norms. [See also: pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]" .
<http://purl.org/spar/pso/open-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/open-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:open-access .\n " .
<http://purl.org/spar/pso/open-access> <http://www.w3.org/2000/01/rdf-schema#label> "open access"@en .
<http://purl.org/spar/pso/open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/open-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/open-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
IRI: http://purl.org/spar/pso/peer-reviewed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:peer-reviewed a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "peer reviewed"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:peer-reviewed .
""" ;
rdfs:comment "The status of a work, typically a scholarly journal article, that has been peer reviewed, i.e. subjected to review by two or more independent reviewers (also know as referees) who are academic peers of the author(s), and judged by them to be of sufficient quality to merit publication, usually after further revision by the author to incorporate the reviewers' suggested modifications and improvements."@en ;
rdfs:isDefinedBy pso: ;
rdfs:seeAlso pso:reviewed ;
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/pso/peer-reviewed">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pso/reviewed"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment xml:lang="en">The status of a work, typically a scholarly journal article, that has been peer reviewed, i.e. subjected to review by two or more independent reviewers (also know as referees) who are academic peers of the author(s), and judged by them to be of sufficient quality to merit publication, usually after further revision by the author to incorporate the reviewers' suggested modifications and improvements.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">peer reviewed</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:peer-reviewed .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/peer-reviewed",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:peer-reviewed .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of a work, typically a scholarly journal article, that has been peer reviewed, i.e. subjected to review by two or more independent reviewers (also know as referees) who are academic peers of the author(s), and judged by them to be of sufficient quality to merit publication, usually after further revision by the author to incorporate the reviewers' suggested modifications and improvements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "peer reviewed"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pso/reviewed"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pso/reviewed> .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work, typically a scholarly journal article, that has been peer reviewed, i.e. subjected to review by two or more independent reviewers (also know as referees) who are academic peers of the author(s), and judged by them to be of sufficient quality to merit publication, usually after further revision by the author to incorporate the reviewers' suggested modifications and improvements."@en .
<http://purl.org/spar/pso/peer-reviewed> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:peer-reviewed .\n " .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/peer-reviewed> <http://www.w3.org/2000/01/rdf-schema#label> "peer reviewed"@en .
IRI: http://purl.org/spar/pso/proof
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:proof a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "proof"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:proof .
""" ;
rdfs:comment "The status of a pre-publication document late in the publication process, once it has been accepted for publication by a publisher, after the inclusion of any author corrections required by the editor following peer-review, following copy editing and formatting to bring the manuscript into the house style, and prior to final checking by the editor, proof-reader and author to detect and eliminate any errors prior to publication."@en ;
rdfs:isDefinedBy pso: ;
rdfs:seeAlso pso:corrected ;
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/pso/proof">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pso/corrected"/>
<rdfs:comment xml:lang="en">The status of a pre-publication document late in the publication process, once it has been accepted for publication by a publisher, after the inclusion of any author corrections required by the editor following peer-review, following copy editing and formatting to bring the manuscript into the house style, and prior to final checking by the editor, proof-reader and author to detect and eliminate any errors prior to publication.</rdfs:comment>
<rdfs:label xml:lang="en">proof</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:proof .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/proof",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:proof .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of a pre-publication document late in the publication process, once it has been accepted for publication by a publisher, after the inclusion of any author corrections required by the editor following peer-review, following copy editing and formatting to bring the manuscript into the house style, and prior to final checking by the editor, proof-reader and author to detect and eliminate any errors prior to publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "proof"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pso/corrected"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/proof> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pso/corrected> .
<http://purl.org/spar/pso/proof> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a pre-publication document late in the publication process, once it has been accepted for publication by a publisher, after the inclusion of any author corrections required by the editor following peer-review, following copy editing and formatting to bring the manuscript into the house style, and prior to final checking by the editor, proof-reader and author to detect and eliminate any errors prior to publication."@en .
<http://purl.org/spar/pso/proof> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/proof> <http://www.w3.org/2000/01/rdf-schema#label> "proof"@en .
<http://purl.org/spar/pso/proof> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/proof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/proof> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:proof .\n " .
<http://purl.org/spar/pso/proof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/pso/published
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:published a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "published"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:published .
""" ;
rdfs:comment "The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee." ;
rdfs:isDefinedBy pso: ;
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/pso/published">
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">published</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:published .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/published",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:published .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "published"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/published> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/published> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/published> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/published> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:published .\n " .
<http://purl.org/spar/pso/published> <http://www.w3.org/2000/01/rdf-schema#label> "published"@en .
<http://purl.org/spar/pso/published> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/published> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee." .
IRI: http://purl.org/spar/pso/rejected-for-publication
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:rejected-for-publication a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "rejected for publication"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:rejected-for-publication .
""" ;
rdfs:comment "The status of material (for example a document or a dataset) after it has been rejected for publication by a publisher or data repository." ;
rdfs:isDefinedBy pso: ;
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/pso/rejected-for-publication">
<rdfs:label xml:lang="en">rejected for publication</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of material (for example a document or a dataset) after it has been rejected for publication by a publisher or data repository.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:rejected-for-publication .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/rejected-for-publication",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:rejected-for-publication .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of material (for example a document or a dataset) after it has been rejected for publication by a publisher or data repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rejected for publication"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/2000/01/rdf-schema#label> "rejected for publication"@en .
<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/rejected-for-publication> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:rejected-for-publication .\n " .
<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of material (for example a document or a dataset) after it has been rejected for publication by a publisher or data repository." .
<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/rejected-for-publication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/republished
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:republished a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "republished"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:republished .
""" ;
rdfs:comment "The status of a publication (for example a book) that has been republished in a different edition or in translation, or of a work (for example a journal article or a poem) that is republished as part of a collection or an anthology, or of material (for example a figure from an existing publication) that is republished as part of a quite different publication. Where the publisher of the new work is different from the original publisher, such republication typically includes an acknowledgement of the source and copyright of the original material, and is undertaken after obtaining permission of the original copyright holder." ;
rdfs:isDefinedBy pso: ;
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/pso/republished">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of a publication (for example a book) that has been republished in a different edition or in translation, or of a work (for example a journal article or a poem) that is republished as part of a collection or an anthology, or of material (for example a figure from an existing publication) that is republished as part of a quite different publication. Where the publisher of the new work is different from the original publisher, such republication typically includes an acknowledgement of the source and copyright of the original material, and is undertaken after obtaining permission of the original copyright holder.</rdfs:comment>
<rdfs:label xml:lang="en">republished</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:republished .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/republished",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:republished .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a publication (for example a book) that has been republished in a different edition or in translation, or of a work (for example a journal article or a poem) that is republished as part of a collection or an anthology, or of material (for example a figure from an existing publication) that is republished as part of a quite different publication. Where the publisher of the new work is different from the original publisher, such republication typically includes an acknowledgement of the source and copyright of the original material, and is undertaken after obtaining permission of the original copyright holder."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "republished"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/republished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/republished> <http://www.w3.org/2000/01/rdf-schema#label> "republished"@en .
<http://purl.org/spar/pso/republished> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/republished> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:republished .\n " .
<http://purl.org/spar/pso/republished> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a publication (for example a book) that has been republished in a different edition or in translation, or of a work (for example a journal article or a poem) that is republished as part of a collection or an anthology, or of material (for example a figure from an existing publication) that is republished as part of a quite different publication. Where the publisher of the new work is different from the original publisher, such republication typically includes an acknowledgement of the source and copyright of the original material, and is undertaken after obtaining permission of the original copyright holder." .
<http://purl.org/spar/pso/republished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/republished> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/restricted-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:restricted-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "restricted access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:restricted-access .
""" ;
rdfs:comment "The status of a work (typically a scholarly paper or a dataset) to which access is restricted. For example, confidential information to which access is made available only to those who have been approved by the owner or copyright holder of the asset after personal application, or to those with appropriate security clearance, or to those within a partnership." ;
rdfs:isDefinedBy pso: ;
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/pso/restricted-access">
<rdfs:comment>The status of a work (typically a scholarly paper or a dataset) to which access is restricted. For example, confidential information to which access is made available only to those who have been approved by the owner or copyright holder of the asset after personal application, or to those with appropriate security clearance, or to those within a partnership.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">restricted access</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:restricted-access .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/restricted-access",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:restricted-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (typically a scholarly paper or a dataset) to which access is restricted. For example, confidential information to which access is made available only to those who have been approved by the owner or copyright holder of the asset after personal application, or to those with appropriate security clearance, or to those within a partnership."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "restricted access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (typically a scholarly paper or a dataset) to which access is restricted. For example, confidential information to which access is made available only to those who have been approved by the owner or copyright holder of the asset after personal application, or to those with appropriate security clearance, or to those within a partnership." .
<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/restricted-access> <http://www.w3.org/2000/01/rdf-schema#label> "restricted access"@en .
<http://purl.org/spar/pso/restricted-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:restricted-access .\n " .
IRI: http://purl.org/spar/pso/retracted-from-publication
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:retracted-from-publication a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "retracted from publication"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:retracted-from-publication .
""" ;
rdfs:comment "The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information." ;
rdfs:isDefinedBy pso: ;
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/pso/retracted-from-publication">
<rdfs:label xml:lang="en">retracted from publication</rdfs:label>
<rdfs:comment>The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:retracted-from-publication .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/retracted-from-publication",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:retracted-from-publication .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "retracted from publication"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/2000/01/rdf-schema#label> "retracted from publication"@en .
<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/retracted-from-publication> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:retracted-from-publication .\n " .
<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information." .
<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/retracted-from-publication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/pso/reviewed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:reviewed a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "reviewed"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:reviewed .
""" ;
rdfs:comment "The status of a published work, for example a book or a journal article, that has been subjected to a written review giving critical analysis of its content, scope and quality. [See also pso:peer-reviewed.]"@en ;
rdfs:isDefinedBy pso: ;
rdfs:seeAlso pso:peer-reviewed ;
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/pso/reviewed">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pso/peer-reviewed"/>
<rdfs:label xml:lang="en">reviewed</rdfs:label>
<rdfs:comment xml:lang="en">The status of a published work, for example a book or a journal article, that has been subjected to a written review giving critical analysis of its content, scope and quality. [See also pso:peer-reviewed.]</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:reviewed .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/reviewed",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:reviewed .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The status of a published work, for example a book or a journal article, that has been subjected to a written review giving critical analysis of its content, scope and quality. [See also pso:peer-reviewed.]"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reviewed"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pso/peer-reviewed"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/reviewed> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pso/peer-reviewed> .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/2000/01/rdf-schema#label> "reviewed"@en .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work, for example a book or a journal article, that has been subjected to a written review giving critical analysis of its content, scope and quality. [See also pso:peer-reviewed.]"@en .
<http://purl.org/spar/pso/reviewed> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:reviewed .\n " .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/reviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/pso/revised
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:revised a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "revised"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:revised .
""" ;
rdfs:comment "The status of s work (for example a document or a dataset) that has been altered or improved, typically by the original author." ;
rdfs:isDefinedBy pso: ;
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/pso/revised">
<rdfs:label xml:lang="en">revised</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:comment>The status of s work (for example a document or a dataset) that has been altered or improved, typically by the original author.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:revised .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/revised",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:revised .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of s work (for example a document or a dataset) that has been altered or improved, typically by the original author."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "revised"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/revised> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:revised .\n " .
<http://purl.org/spar/pso/revised> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/revised> <http://www.w3.org/2000/01/rdf-schema#label> "revised"@en .
<http://purl.org/spar/pso/revised> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/revised> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/revised> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/revised> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of s work (for example a document or a dataset) that has been altered or improved, typically by the original author." .
IRI: http://purl.org/spar/pso/submitted
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:submitted a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "submitted"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:submitted .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) that has been submitted for publication by the author to a publisher or a data repository, prior to its being accepted or rejected." ;
rdfs:isDefinedBy pso: ;
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/pso/submitted">
<rdfs:comment>The status of a work (for example a document or a dataset) that has been submitted for publication by the author to a publisher or a data repository, prior to its being accepted or rejected.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">submitted</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:submitted .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/submitted",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:submitted .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) that has been submitted for publication by the author to a publisher or a data repository, prior to its being accepted or rejected."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "submitted"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/submitted> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) that has been submitted for publication by the author to a publisher or a data repository, prior to its being accepted or rejected." .
<http://purl.org/spar/pso/submitted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/submitted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/submitted> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:submitted .\n " .
<http://purl.org/spar/pso/submitted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/submitted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/submitted> <http://www.w3.org/2000/01/rdf-schema#label> "submitted"@en .
IRI: http://purl.org/spar/pso/subscription-access
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:subscription-access a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "subscription access"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:subscription-access .
""" ;
rdfs:comment "The status of a published work, typically an article in a journal issue, that is not available to read without payment of an article access fee or a journal subscription fee for that publication." ;
rdfs:isDefinedBy pso: ;
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/pso/subscription-access">
<rdfs:comment>The status of a published work, typically an article in a journal issue, that is not available to read without payment of an article access fee or a journal subscription fee for that publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">subscription access</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:subscription-access .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/subscription-access",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:subscription-access .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a published work, typically an article in a journal issue, that is not available to read without payment of an article access fee or a journal subscription fee for that publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "subscription access"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/2000/01/rdf-schema#label> "subscription access"@en .
<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/subscription-access> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:subscription-access .\n " .
<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/subscription-access> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a published work, typically an article in a journal issue, that is not available to read without payment of an article access fee or a journal subscription fee for that publication." .
IRI: http://purl.org/spar/pso/under-review
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:under-review a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "under review"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review .
""" ;
rdfs:comment "The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews." ;
rdfs:isDefinedBy pso: ;
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/pso/under-review">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:comment>The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews.</rdfs:comment>
<rdfs:label xml:lang="en">under review</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:under-review .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/under-review",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "under review"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/under-review> <http://www.w3.org/2000/01/rdf-schema#label> "under review"@en .
<http://purl.org/spar/pso/under-review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/under-review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/under-review> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:under-review .\n " .
<http://purl.org/spar/pso/under-review> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/under-review> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews." .
<http://purl.org/spar/pso/under-review> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/unpublished
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:unpublished a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "unpublished"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:unpublished .
""" ;
rdfs:comment "The status of a work (for example a document or a dataset) that has not been published by the author, a publisher or a data repository." ;
rdfs:isDefinedBy pso: ;
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/pso/unpublished">
<rdfs:label xml:lang="en">unpublished</rdfs:label>
<rdfs:comment>The status of a work (for example a document or a dataset) that has not been published by the author, a publisher or a data repository.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:unpublished .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/unpublished",
"@type": [
"http://purl.org/spar/pso/PublicationStatus",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:unpublished .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a document or a dataset) that has not been published by the author, a publisher or a data repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "unpublished"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/unpublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/unpublished> <http://www.w3.org/2000/01/rdf-schema#label> "unpublished"@en .
<http://purl.org/spar/pso/unpublished> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/unpublished> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a document or a dataset) that has not been published by the author, a publisher or a data repository." .
<http://purl.org/spar/pso/unpublished> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:unpublished .\n " .
<http://purl.org/spar/pso/unpublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/unpublished> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
IRI: http://purl.org/spar/pso/version-of-record
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:version-of-record a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "version of record"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:version-of-record .
""" ;
rdfs:comment "The final version of a document that has been formally published as a peer-reviewed journal article, citable via a permanent identifier, and forming an abiding component of the scholarly record." ;
rdfs:isDefinedBy pso: ;
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/pso/version-of-record">
<rdfs:label xml:lang="en">version of record</rdfs:label>
<rdfs:comment>The final version of a document that has been formally published as a peer-reviewed journal article, citable via a permanent identifier, and forming an abiding component of the scholarly record.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:version-of-record .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/version-of-record",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:version-of-record .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The final version of a document that has been formally published as a peer-reviewed journal article, citable via a permanent identifier, and forming an abiding component of the scholarly record."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "version of record"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/version-of-record> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:version-of-record .\n " .
<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/2000/01/rdf-schema#label> "version of record"@en .
<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/2000/01/rdf-schema#comment> "The final version of a document that has been formally published as a peer-reviewed journal article, citable via a permanent identifier, and forming an abiding component of the scholarly record." .
<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/version-of-record> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pso/withdrawn-from-submission
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pso: <http://purl.org/spar/pso/> .
@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#> .
pso:withdrawn-from-submission a pso:PublicationStatus,
owl:NamedIndividual ;
rdfs:label "withdrawn from submission"@en ;
vann:example """
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:withdrawn-from-submission .
""" ;
rdfs:comment "The status of a work (for example a pre-publication document or dataset) that has been voluntarily withdrawn by the author, having previously been submitted for publication, perhaps because the revisions requested by the peer-reviewers were considered impossible to achieve, or because the author wishes to submit it for publication elsewhere." ;
rdfs:isDefinedBy pso: ;
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/pso/withdrawn-from-submission">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pso/PublicationStatus"/>
<rdfs:comment>The status of a work (for example a pre-publication document or dataset) that has been voluntarily withdrawn by the author, having previously been submitted for publication, perhaps because the revisions requested by the peer-reviewers were considered impossible to achieve, or because the author wishes to submit it for publication elsewhere.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pso/"/>
<rdfs:label xml:lang="en">withdrawn from submission</rdfs:label>
<vann:example>
:my-article
pso:holdsStatusInTime :my-article-status .
:my-article-status a pso:StatusInTime ;
pso:withStatus pso:withdrawn-from-submission .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pso/withdrawn-from-submission",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pso/PublicationStatus"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:withdrawn-from-submission .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The status of a work (for example a pre-publication document or dataset) that has been voluntarily withdrawn by the author, having previously been submitted for publication, perhaps because the revisions requested by the peer-reviewers were considered impossible to achieve, or because the author wishes to submit it for publication elsewhere."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pso/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "withdrawn from submission"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a work (for example a pre-publication document or dataset) that has been voluntarily withdrawn by the author, having previously been submitted for publication, perhaps because the revisions requested by the peer-reviewers were considered impossible to achieve, or because the author wishes to submit it for publication elsewhere." .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pso/> .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://purl.org/vocab/vann/example> "\n :my-article\n pso:holdsStatusInTime :my-article-status .\n\n :my-article-status a pso:StatusInTime ;\n pso:withStatus pso:withdrawn-from-submission .\n " .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pso/PublicationStatus> .
<http://purl.org/spar/pso/withdrawn-from-submission> <http://www.w3.org/2000/01/rdf-schema#label> "withdrawn from submission"@en .
Jump to:
IRI: http://purl.org/dc/terms/bibliographicCitation
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://www.w3.org/2008/05/skos#note
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> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:seeAlso 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#seeAlso">
<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#seeAlso",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#seeAlso> <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> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:versionInfo 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/2002/07/owl#versionInfo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#versionInfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .