IRI: http://purl.org/spar/pro/managing-editor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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#> .
pro:managing-editor a pro:PublishingRole,
owl:NamedIndividual ;
rdfs:label "managing editor"@en ;
vann:example """
:my-person
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:managing-editor .
""" ;
rdfs:comment "The role of an editor who has management responsibility for the production of particular publication, usually acting under the authority of the Executive Editor and the Editor-in-Chief."@en ;
rdfs:isDefinedBy pro: ;
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/pro/managing-editor">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:label xml:lang="en">managing editor</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pro/PublishingRole"/>
<rdfs:comment xml:lang="en">The role of an editor who has management responsibility for the production of particular publication, usually acting under the authority of the Executive Editor and the Editor-in-Chief.</rdfs:comment>
<vann:example>
:my-person
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:managing-editor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/managing-editor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pro/PublishingRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:managing-editor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an editor who has management responsibility for the production of particular publication, usually acting under the authority of the Executive Editor and the Editor-in-Chief."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "managing editor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/managing-editor> <http://purl.org/vocab/vann/example> "\n :my-person\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:managing-editor .\n " .
<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pro/PublishingRole> .
<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an editor who has management responsibility for the production of particular publication, usually acting under the authority of the Executive Editor and the Editor-in-Chief."@en .
<http://purl.org/spar/pro/managing-editor> <http://www.w3.org/2000/01/rdf-schema#label> "managing editor"@en .