Jump to:
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 "Any kind of agents, such as a person, a group, an organization or a software agent."@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:label xml:lang="en">agent</rdfs:label>
<rdfs:comment xml:lang="en">Any kind of agents, such as a person, a group, an organization or a software agent.</rdfs:comment>
<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": "Any kind of agents, such as a person, a group, an organization or a software agent."
}
],
"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#label> "agent"@en .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "Any kind of agents, such as a person, a group, an organization or a software 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/scoro/AuthorshipContribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:AuthorshipContribution a owl:Class ;
rdfs:label "authorship contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
scoro:prepares-illustrations a scoro:AuthorshipContribution .
""" ;
rdfs:comment "The type or nature of a contribution made with respect to the authorship of a publication such as a journal article."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf scoro:Contribution ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular contributions.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipContribution scoro:ExperimentalContribution scoro:IntellectualContribution scoro:OrganizationalContribution ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/AuthorshipContribution">
<rdfs:label xml:lang="en">authorship contribution</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:comment xml:lang="en">The type or nature of a contribution made with respect to the authorship of a publication such as a journal article.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular contributions.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
scoro:prepares-illustrations a scoro:AuthorshipContribution .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b14">
<rdf:first rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b15"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b13">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b14"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b12">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b15">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b12"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/AuthorshipContribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n\n scoro:prepares-illustrations a scoro:AuthorshipContribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type or nature of a contribution made with respect to the authorship of a publication such as a journal article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "authorship contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular contributions.\n "
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b11",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipContribution"
},
{
"@id": "http://purl.org/spar/scoro/ExperimentalContribution"
},
{
"@id": "http://purl.org/spar/scoro/IntellectualContribution"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationalContribution"
}
]
}
]
}
]<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n\n scoro:prepares-illustrations a scoro:AuthorshipContribution .\n " .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b15 .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ExperimentalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b13 .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular contributions.\n "@en .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2000/01/rdf-schema#label> "authorship contribution"@en .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/IntellectualContribution> .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b14 .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/AuthorshipContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The type or nature of a contribution made with respect to the authorship of a publication such as a journal article."@en .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b12 .
IRI: http://purl.org/spar/scoro/AuthorshipRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:AuthorshipRole a owl:Class ;
rdfs:label "authorship role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:illustrator .
scoro:illustrator a scoro:AuthorshipRole .
""" ;
rdfs:comment "A role that a person might hold as an author of a publication or the creator of a work."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/AuthorshipRole">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">authorship role</rdfs:label>
<rdfs:comment xml:lang="en">A role that a person might hold as an author of a publication or the creator of a work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:illustrator .
scoro:illustrator a scoro:AuthorshipRole .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:illustrator .\n\n scoro:illustrator a scoro:AuthorshipRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that a person might hold as an author of a publication or the creator of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "authorship role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
}
]<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/2000/01/rdf-schema#label> "authorship role"@en .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/AuthorshipRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:illustrator .\n\n scoro:illustrator a scoro:AuthorshipRole .\n " .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
_:n734c349fce05485697ea023043dc8c36b10 <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/scoro/AuthorshipRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that a person might hold as an author of a publication or the creator of a work."@en .
<http://purl.org/spar/scoro/AuthorshipRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
IRI: http://purl.org/spar/scoro/ComputationalAgent
@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#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:ComputationalAgent a owl:Class ;
rdfs:label "computational agent"@en ;
vann:example """
:my-program a scoro:ComputationalAgent ;
pro:holdsRoleInTime :my-program-role .
:my-program-role a pro:RoleInTime ;
pro:withRole scoro:analyses-data .
""" ;
rdfs:comment "A computer system or software program whose action has an effect on external events, for example a laboratory robot that undertakes your experiments, or the financial control system that controls an institution's payrole, or that, following programmed business rules, prevents the principal investigator from placing an order for research equipment because there is insufficient money left in the project budget."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf 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/scoro/ComputationalAgent">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">A computer system or software program whose action has an effect on external events, for example a laboratory robot that undertakes your experiments, or the financial control system that controls an institution's payrole, or that, following programmed business rules, prevents the principal investigator from placing an order for research equipment because there is insufficient money left in the project budget.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label xml:lang="en">computational agent</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-program a scoro:ComputationalAgent ;
pro:holdsRoleInTime :my-program-role .
:my-program-role a pro:RoleInTime ;
pro:withRole scoro:analyses-data .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ComputationalAgent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-program a scoro:ComputationalAgent ;\n pro:holdsRoleInTime :my-program-role .\n\n :my-program-role a pro:RoleInTime ;\n pro:withRole scoro:analyses-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A computer system or software program whose action has an effect on external events, for example a laboratory robot that undertakes your experiments, or the financial control system that controls an institution's payrole, or that, following programmed business rules, prevents the principal investigator from placing an order for research equipment because there is insufficient money left in the project budget."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "computational agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/ComputationalAgent> <http://purl.org/vocab/vann/example> "\n :my-program a scoro:ComputationalAgent ;\n pro:holdsRoleInTime :my-program-role .\n\n :my-program-role a pro:RoleInTime ;\n pro:withRole scoro:analyses-data .\n " .
<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer system or software program whose action has an effect on external events, for example a laboratory robot that undertakes your experiments, or the financial control system that controls an institution's payrole, or that, following programmed business rules, prevents the principal investigator from placing an order for research equipment because there is insufficient money left in the project budget."@en .
<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/scoro/ComputationalAgent> <http://www.w3.org/2000/01/rdf-schema#label> "computational agent"@en .
IRI: http://purl.org/spar/scoro/Contribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:Contribution a owl:Class ;
rdfs:label "contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
scoro:prepares-illustrations a scoro:Contribution .
""" ;
rdfs:comment "The type or nature of a contribution made by an agent. Individual members of this class or its sub-classes are used to specify particular contributions."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf owl:Thing ;
owl:disjointWith scoro:ContributionEffort ;
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/scoro/Contribution">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:comment xml:lang="en">The type or nature of a contribution made by an agent. Individual members of this class or its sub-classes are used to specify particular contributions.</rdfs:comment>
<rdfs:label xml:lang="en">contribution</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/scoro/ContributionEffort"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
scoro:prepares-illustrations a scoro:Contribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/Contribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n\n scoro:prepares-illustrations a scoro:Contribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type or nature of a contribution made by an agent. Individual members of this class or its sub-classes are used to specify particular contributions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2002/07/owl#Thing"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/scoro/ContributionEffort"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The type or nature of a contribution made by an agent. Individual members of this class or its sub-classes are used to specify particular contributions."@en .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2000/01/rdf-schema#label> "contribution"@en .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/Contribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n\n scoro:prepares-illustrations a scoro:Contribution .\n " .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/scoro/ContributionEffort> .
<http://purl.org/spar/scoro/Contribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/ContributionEffort
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:ContributionEffort a owl:Class ;
rdfs:label "contribution effort"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
scoro:major-effort a ContributionEffort .
""" ;
rdfs:comment "The effort expended in making a contribution."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/ContributionEffort">
<rdfs:label xml:lang="en">contribution effort</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The effort expended in making a contribution.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
scoro:major-effort a ContributionEffort .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ContributionEffort",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n \n scoro:major-effort a ContributionEffort .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The effort expended in making a contribution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contribution effort"
}
],
"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/scoro/ContributionEffort> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/ContributionEffort> <http://www.w3.org/2000/01/rdf-schema#label> "contribution effort"@en .
<http://purl.org/spar/scoro/ContributionEffort> <http://www.w3.org/2000/01/rdf-schema#comment> "The effort expended in making a contribution."@en .
<http://purl.org/spar/scoro/ContributionEffort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/ContributionEffort> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://purl.org/spar/scoro/ContributionEffort> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/ContributionEffort> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n \n scoro:major-effort a ContributionEffort .\n " .
IRI: http://purl.org/spar/scoro/ContributionSituation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
scoro:ContributionSituation a owl:Class ;
rdfs:label "contribution situation"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results .
""" ;
rdfs:comment "The situation an agent has of making a contribution to realizing a goal or completing a task relating to a scholarly activity or entity such as journal article."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty scoro:withContribution ;
owl:someValuesFrom scoro:Contribution ],
tvc:ValueInTime ;
vs:term_status reg:statusStable ;
skos:note """
A contribution situation describes always:
- a particular contribution C
- a particular agent A making contribution C
- a particular time interval T in which A makes C (optional)
- a particular contribution effort E
- one or more entities (e.g. an investigation or data) that defines a context for C contributed by A. (At least one contextual entity should be specified for a particular contribution).
The type or nature of the contribution is defined by the object of the object property `scoro:withContribution`, which is an individual in the class `scoro:Contribution` or one of its sub-classes.
The entity to which the contribution relates is specified using the object property `scoro:relatesToEntity` or one of its sub-properties, and the effort expended in making that contribution is specified using the object property `scoro:withContributionEffort`.
"""@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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/scoro/withContribution"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/scoro/Contribution"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/scoro/ContributionSituation">
<rdfs:subClassOf rdf:nodeID="n734c349fce05485697ea023043dc8c36b1"/>
<rdfs:subClassOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:comment xml:lang="en">The situation an agent has of making a contribution to realizing a goal or completing a task relating to a scholarly activity or entity such as journal article.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">contribution situation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results .
</vann:example>
<skos:note xml:lang="en">
A contribution situation describes always:
- a particular contribution C
- a particular agent A making contribution C
- a particular time interval T in which A makes C (optional)
- a particular contribution effort E
- one or more entities (e.g. an investigation or data) that defines a context for C contributed by A. (At least one contextual entity should be specified for a particular contribution).
The type or nature of the contribution is defined by the object of the object property `scoro:withContribution`, which is an individual in the class `scoro:Contribution` or one of its sub-classes.
The entity to which the contribution relates is specified using the object property `scoro:relatesToEntity` or one of its sub-properties, and the effort expended in making that contribution is specified using the object property `scoro:withContributionEffort`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ContributionSituation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The situation an agent has of making a contribution to realizing a goal or completing a task relating to a scholarly activity or entity such as journal article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contribution situation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n734c349fce05485697ea023043dc8c36b1"
},
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA contribution situation describes always:\n- a particular contribution C\n- a particular agent A making contribution C\n- a particular time interval T in which A makes C (optional)\n- a particular contribution effort E \n- one or more entities (e.g. an investigation or data) that defines a context for C contributed by A. (At least one contextual entity should be specified for a particular contribution).\n\nThe type or nature of the contribution is defined by the object of the object property `scoro:withContribution`, which is an individual in the class `scoro:Contribution` or one of its sub-classes. \nThe entity to which the contribution relates is specified using the object property `scoro:relatesToEntity` or one of its sub-properties, and the effort expended in making that contribution is specified using the object property `scoro:withContributionEffort`.\n"
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/scoro/withContribution"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
]
}
]_:n734c349fce05485697ea023043dc8c36b1 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/ContributionSituation> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results .\n " .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2000/01/rdf-schema#comment> "The situation an agent has of making a contribution to realizing a goal or completing a task relating to a scholarly activity or entity such as journal article."@en .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n734c349fce05485697ea023043dc8c36b1 .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/scoro/withContribution> .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2004/02/skos/core#note> "\nA contribution situation describes always:\n- a particular contribution C\n- a particular agent A making contribution C\n- a particular time interval T in which A makes C (optional)\n- a particular contribution effort E \n- one or more entities (e.g. an investigation or data) that defines a context for C contributed by A. (At least one contextual entity should be specified for a particular contribution).\n\nThe type or nature of the contribution is defined by the object of the object property `scoro:withContribution`, which is an individual in the class `scoro:Contribution` or one of its sub-classes. \nThe entity to which the contribution relates is specified using the object property `scoro:relatesToEntity` or one of its sub-properties, and the effort expended in making that contribution is specified using the object property `scoro:withContributionEffort`.\n"@en .
_:n734c349fce05485697ea023043dc8c36b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2000/01/rdf-schema#label> "contribution situation"@en .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/ContributionSituation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/DataRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:DataRole a owl:Class ;
rdfs:label "data role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:repository-manager .
scoro:repository-manager a scoro:DataRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to data."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/scoro/DataRole">
<rdfs:label xml:lang="en">data role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to data.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:repository-manager .
scoro:repository-manager a scoro:DataRole .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
},
{
"@id": "http://purl.org/spar/scoro/DataRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:repository-manager .\n\n scoro:repository-manager a scoro:DataRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
}
]_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2000/01/rdf-schema#label> "data role"@en .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/DataRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:repository-manager .\n\n scoro:repository-manager a scoro:DataRole .\n " .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
<http://purl.org/spar/scoro/DataRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to data."@en .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
IRI: http://purl.org/spar/scoro/EducationalRole
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:EducationalRole a owl:Class ;
rdfs:label "educational role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:master-student .
scoro:master-student a scoro:EducationalRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to an educational organization or activity."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/EducationalRole">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">educational role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an educational organization or activity.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:master-student .
scoro:master-student a scoro:EducationalRole .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/EducationalRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:master-student .\n \n scoro:master-student a scoro:EducationalRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an educational organization or activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "educational role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
}
]<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#label> "educational role"@en .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an educational organization or activity."@en .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/EducationalRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:master-student .\n \n scoro:master-student a scoro:EducationalRole .\n " .
IRI: http://purl.org/spar/scoro/ExperimentalContribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:ExperimentalContribution a owl:Class ;
rdfs:label "experimental contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
scoro:collects-data a scoro:ExperimentalContribution .
""" ;
rdfs:comment "The type or nature of a practical or experimental contribution made to the research."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf scoro:Contribution ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular contributions.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipContribution scoro:ExperimentalContribution scoro:IntellectualContribution scoro:OrganizationalContribution ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/ExperimentalContribution">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:label xml:lang="en">experimental contribution</rdfs:label>
<rdfs:comment xml:lang="en">The type or nature of a practical or experimental contribution made to the research.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular contributions.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
scoro:collects-data a scoro:ExperimentalContribution .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b14">
<rdf:first rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b15"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b13">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b14"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b12">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b15">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b12"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n734c349fce05485697ea023043dc8c36b11",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipContribution"
},
{
"@id": "http://purl.org/spar/scoro/ExperimentalContribution"
},
{
"@id": "http://purl.org/spar/scoro/IntellectualContribution"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationalContribution"
}
]
}
]
},
{
"@id": "http://purl.org/spar/scoro/ExperimentalContribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n \n scoro:collects-data a scoro:ExperimentalContribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type or nature of a practical or experimental contribution made to the research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "experimental contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular contributions.\n "
}
]
}
]<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular contributions.\n "@en .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b15 .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ExperimentalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b13 .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n \n scoro:collects-data a scoro:ExperimentalContribution .\n " .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b14 .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/scoro/Contribution> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2000/01/rdf-schema#label> "experimental contribution"@en .
<http://purl.org/spar/scoro/ExperimentalContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The type or nature of a practical or experimental contribution made to the research."@en .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b12 .
IRI: http://purl.org/spar/scoro/FinancialRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:FinancialRole a owl:Class ;
rdfs:label "financial role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sponsor .
scoro:sponsor a scoro:FinancialRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to academic and project finance."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<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/scoro/FinancialRole">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to academic and project finance.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">financial role</rdfs:label>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sponsor .
scoro:sponsor a scoro:FinancialRole .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/FinancialRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sponsor .\n \n scoro:sponsor a scoro:FinancialRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to academic and project finance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "financial role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
}
]_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to academic and project finance."@en .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#label> "financial role"@en .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/FinancialRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sponsor .\n \n scoro:sponsor a scoro:FinancialRole .\n " .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
IRI: http://purl.org/spar/scoro/IntellectualContribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:IntellectualContribution a owl:Class ;
rdfs:label "intellectual contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:leads-investigation .
scoro:leads-investigation a scoro:IntellectualContribution .
""" ;
rdfs:comment "The type or nature of an intellectual contribution made to the research described in a journal article."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf scoro:Contribution ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular contributions.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipContribution scoro:ExperimentalContribution scoro:IntellectualContribution scoro:OrganizationalContribution ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/IntellectualContribution">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:comment xml:lang="en">The type or nature of an intellectual contribution made to the research described in a journal article.</rdfs:comment>
<rdfs:label xml:lang="en">intellectual contribution</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:leads-investigation .
scoro:leads-investigation a scoro:IntellectualContribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular contributions.
</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b14">
<rdf:first rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b15"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b13">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b14"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b12">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b15">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b12"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n734c349fce05485697ea023043dc8c36b11",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipContribution"
},
{
"@id": "http://purl.org/spar/scoro/ExperimentalContribution"
},
{
"@id": "http://purl.org/spar/scoro/IntellectualContribution"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationalContribution"
}
]
}
]
},
{
"@id": "http://purl.org/spar/scoro/IntellectualContribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:leads-investigation .\n \n scoro:leads-investigation a scoro:IntellectualContribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type or nature of an intellectual contribution made to the research described in a journal article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "intellectual contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular contributions.\n "
}
]
}
]<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/IntellectualContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:leads-investigation .\n \n scoro:leads-investigation a scoro:IntellectualContribution .\n " .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2000/01/rdf-schema#label> "intellectual contribution"@en .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b15 .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ExperimentalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b13 .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular contributions.\n "@en .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipContribution> .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The type or nature of an intellectual contribution made to the research described in a journal article."@en .
<http://purl.org/spar/scoro/IntellectualContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b14 .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b12 .
IRI: http://purl.org/spar/scoro/InvestigationRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:InvestigationRole a owl:Class ;
rdfs:label "investigation role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:technician .
scoro:technician a scoro:InvestigationRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to an investigation."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<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/scoro/InvestigationRole">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an investigation.</rdfs:comment>
<rdfs:label xml:lang="en">investigation role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:technician .
scoro:technician a scoro:InvestigationRole .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/InvestigationRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:technician .\n\n scoro:technician a scoro:InvestigationRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "investigation role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
}
]_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/InvestigationRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:technician .\n\n scoro:technician a scoro:InvestigationRole .\n " .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#label> "investigation role"@en .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
_:n734c349fce05485697ea023043dc8c36b10 <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/scoro/InvestigationRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an investigation."@en .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
IRI: http://purl.org/spar/scoro/OrganizationalContribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:OrganizationalContribution a owl:Class ;
rdfs:label "organizational contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-administrative-support .
scoro:provides-administrative-support a scoro:OrganizationalContribution .
""" ;
rdfs:comment "The type or nature of an organizational or administrative contribution."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf scoro:Contribution ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular contributions.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipContribution scoro:ExperimentalContribution scoro:IntellectualContribution scoro:OrganizationalContribution ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/OrganizationalContribution">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The type or nature of an organizational or administrative contribution.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">organizational contribution</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-administrative-support .
scoro:provides-administrative-support a scoro:OrganizationalContribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular contributions.
</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b14">
<rdf:first rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b15"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b13">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b14"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b12">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b15">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b12"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n734c349fce05485697ea023043dc8c36b11",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipContribution"
},
{
"@id": "http://purl.org/spar/scoro/ExperimentalContribution"
},
{
"@id": "http://purl.org/spar/scoro/IntellectualContribution"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationalContribution"
}
]
}
]
},
{
"@id": "http://purl.org/spar/scoro/OrganizationalContribution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-administrative-support .\n \n scoro:provides-administrative-support a scoro:OrganizationalContribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type or nature of an organizational or administrative contribution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organizational contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular contributions.\n "
}
]
}
]<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-administrative-support .\n \n scoro:provides-administrative-support a scoro:OrganizationalContribution .\n " .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "The type or nature of an organizational or administrative contribution."@en .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b15 .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular contributions.\n "@en .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ExperimentalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b13 .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationalContribution> .
_:n734c349fce05485697ea023043dc8c36b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2000/01/rdf-schema#label> "organizational contribution"@en .
_:n734c349fce05485697ea023043dc8c36b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/OrganizationalContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b14 .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b11 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b12 .
IRI: http://purl.org/spar/scoro/OrganizationRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:OrganizationRole a owl:Class ;
rdfs:label "organizational role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contact-person .
scoro:contact-person a scoro:OrganizationRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/scoro/OrganizationRole">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an organization and its administration, particularly within an academic context.</rdfs:comment>
<rdfs:label xml:lang="en">organizational role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contact-person .
scoro:contact-person a scoro:OrganizationRole .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contact-person .\n \n scoro:contact-person a scoro:OrganizationRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organizational role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
}
]_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/OrganizationRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contact-person .\n \n scoro:contact-person a scoro:OrganizationRole .\n " .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context."@en .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2000/01/rdf-schema#label> "organizational role"@en .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
<http://purl.org/spar/scoro/OrganizationRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
@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:Person a owl:Class ;
rdfs:label "person"@en ;
rdfs:comment "A person."@en ;
rdfs:isDefinedBy foaf: ;
rdfs:subClassOf foaf:Agent .
<?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/Person">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label xml:lang="en">person</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A person.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Person",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A person."
}
],
"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": "person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
]
}
]<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#label> "person"@en .
<http://xmlns.com/foaf/0.1/Person> <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/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A person."@en .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
IRI: http://purl.org/spar/scoro/ProjectRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:ProjectRole a owl:Class ;
rdfs:label "project role"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:workpackage-leader .
scoro:workpackage-leader a scoro:ProjectRole .
""" ;
rdfs:comment "A role that an agent might hold with respect to a project."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role ;
vs:term_status reg:statusStable ;
skos:note """
Individual members of this class are used to specify particular roles.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( scoro:AuthorshipRole scoro:DataRole scoro:FinancialRole scoro:InvestigationRole scoro:OrganizationRole scoro:ProjectRole ) .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/ProjectRole">
<rdfs:label xml:lang="en">project role</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to a project.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:workpackage-leader .
scoro:workpackage-leader a scoro:ProjectRole .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Individual members of this class are used to specify particular roles.
</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b5">
<rdf:first rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b8">
<rdf:first rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b10">
<rdf:first rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n734c349fce05485697ea023043dc8c36b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b6">
<rdf:first rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b7"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b9">
<rdf:first rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b7">
<rdf:first rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:rest rdf:nodeID="n734c349fce05485697ea023043dc8c36b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ProjectRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:workpackage-leader .\n\n scoro:workpackage-leader a scoro:ProjectRole .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to a project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIndividual members of this class are used to specify particular roles.\n "
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b4",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/AuthorshipRole"
},
{
"@id": "http://purl.org/spar/scoro/DataRole"
},
{
"@id": "http://purl.org/spar/scoro/FinancialRole"
},
{
"@id": "http://purl.org/spar/scoro/InvestigationRole"
},
{
"@id": "http://purl.org/spar/scoro/OrganizationRole"
},
{
"@id": "http://purl.org/spar/scoro/ProjectRole"
}
]
}
]
}
]<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#label> "project role"@en .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b6 .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2004/02/skos/core#note> "\nIndividual members of this class are used to specify particular roles.\n "@en .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/InvestigationRole> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/ProjectRole> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n734c349fce05485697ea023043dc8c36b4 <http://www.w3.org/2002/07/owl#members> _:n734c349fce05485697ea023043dc8c36b5 .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n734c349fce05485697ea023043dc8c36b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b10 .
_:n734c349fce05485697ea023043dc8c36b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b9 .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
_:n734c349fce05485697ea023043dc8c36b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/ProjectRole> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:workpackage-leader .\n\n scoro:workpackage-leader a scoro:ProjectRole .\n " .
_:n734c349fce05485697ea023043dc8c36b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/OrganizationRole> .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to a project."@en .
_:n734c349fce05485697ea023043dc8c36b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b7 .
_:n734c349fce05485697ea023043dc8c36b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n734c349fce05485697ea023043dc8c36b8 .
IRI: http://purl.org/spar/pro/Role
@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#> .
pro:Role a owl:Class ;
rdfs:label "role"@en ;
rdfs:comment "A role an agent may have. Individual members of this class or its sub-classes are used to specify particular roles."@en ;
rdfs:isDefinedBy pro: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/Role">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">role</rdfs:label>
<rdfs:comment xml:lang="en">A role an agent may have. Individual members of this class or its sub-classes are used to specify particular roles.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/Role",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role an agent may have. Individual members of this class or its sub-classes are used to specify particular roles."
}
],
"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": "role"
}
]
}
]<http://purl.org/spar/pro/Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#label> "role"@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#comment> "A role an agent may have. Individual members of this class or its sub-classes are used to specify particular roles."@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
IRI: http://purl.org/spar/pro/RoleInTime
@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#> .
pro:RoleInTime a owl:Class ;
rdfs:label "role in time"@en ;
rdfs:comment "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."@en ;
rdfs:isDefinedBy pro: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/RoleInTime">
<rdfs:label xml:lang="en">role in time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A particular situation that describe a role an agent may have, that can be restricted to a particular time interval.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/RoleInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."
}
],
"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": "role in time"
}
]
}
]<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#label> "role in time"@en .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."@en .
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.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.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://purl.org/spar/scoro/hasContributionContext
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:hasContributionContext a owl:ObjectProperty ;
rdfs:label "has contribution context"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions ;
scoro:hasContributionContext :my-entity .
""" ;
rdfs:comment "A relation between a contribution situation and an entity representing the context for that situation."@en ;
rdfs:domain scoro:ContributionSituation ;
rdfs:isDefinedBy scoro: ;
rdfs:subPropertyOf tvc:withinContext ;
owl:inverseOf scoro:isRelatedToContributionSituation ;
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/scoro/hasContributionContext">
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/scoro/isRelatedToContributionSituation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withinContext"/>
<rdfs:comment xml:lang="en">A relation between a contribution situation and an entity representing the context for that situation.</rdfs:comment>
<rdfs:label xml:lang="en">has contribution context</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions ;
scoro:hasContributionContext :my-entity .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/hasContributionContext",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions ;\n scoro:hasContributionContext :my-entity .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a contribution situation and an entity representing the context for that situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has contribution context"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/scoro/isRelatedToContributionSituation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/scoro/isRelatedToContributionSituation> .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/hasContributionContext> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions ;\n scoro:hasContributionContext :my-entity .\n " .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withinContext> .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a contribution situation and an entity representing the context for that situation."@en .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2000/01/rdf-schema#label> "has contribution context"@en .
<http://purl.org/spar/scoro/hasContributionContext> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
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/scoro/isContributionIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:isContributionIn a owl:ObjectProperty ;
rdfs:label "is contribution in"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation .
scoro:interprets-results a scoro:Contribution ;
scoro:isContributionIn :my-person-contribution .
""" ;
rdfs:comment "The relation between a specific contribution and the contribution situation of an agent making that contribution."@en ;
rdfs:domain scoro:Contribution ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:ContributionSituation ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
owl:inverseOf scoro:withContribution ;
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/scoro/isContributionIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<rdfs:label xml:lang="en">is contribution in</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/scoro/withContribution"/>
<rdfs:comment xml:lang="en">The relation between a specific contribution and the contribution situation of an agent making that contribution.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation .
scoro:interprets-results a scoro:Contribution ;
scoro:isContributionIn :my-person-contribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/isContributionIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation .\n \n scoro:interprets-results a scoro:Contribution ;\n scoro:isContributionIn :my-person-contribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a specific contribution and the contribution situation of an agent making that contribution."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is contribution in"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"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/scoro/withContribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#label> "is contribution in"@en .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/scoro/withContribution> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a specific contribution and the contribution situation of an agent making that contribution."@en .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/isContributionIn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/scoro/isContributionIn> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation .\n \n scoro:interprets-results a scoro:Contribution ;\n scoro:isContributionIn :my-person-contribution .\n " .
IRI: http://purl.org/spar/scoro/isEqualToContributionSituation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:isEqualToContributionSituation a owl:ObjectProperty,
owl:SymmetricProperty,
owl:TransitiveProperty ;
rdfs:label "is equal to contribution situation"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime
:my-person-contribution ,
:my-other-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results ;
scoro:isEqualToContributionSituation :my-other-contribution .
:my-other-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
""" ;
rdfs:comment "The relation between two contribution situations that are equals for particular aspects (i.e. for type of contribution, contribution effort and context)."@en ;
rdfs:domain scoro:ContributionSituation ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:ContributionSituation ;
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/scoro/isEqualToContributionSituation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is equal to contribution situation</rdfs:label>
<rdfs:comment xml:lang="en">The relation between two contribution situations that are equals for particular aspects (i.e. for type of contribution, contribution effort and context).</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime
:my-person-contribution ,
:my-other-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results ;
scoro:isEqualToContributionSituation :my-other-contribution .
:my-other-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/isEqualToContributionSituation",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime \n :my-person-contribution ,\n :my-other-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results ;\n scoro:isEqualToContributionSituation :my-other-contribution .\n\n :my-other-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between two contribution situations that are equals for particular aspects (i.e. for type of contribution, contribution effort and context)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is equal to contribution situation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime \n :my-person-contribution ,\n :my-other-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results ;\n scoro:isEqualToContributionSituation :my-other-contribution .\n\n :my-other-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n " .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#label> "is equal to contribution situation"@en .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between two contribution situations that are equals for particular aspects (i.e. for type of contribution, contribution effort and context)."@en .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/isEqualToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/ContributionSituation> .
IRI: http://purl.org/spar/scoro/isEqualToRoleInTime
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:isEqualToRoleInTime a owl:ObjectProperty ;
rdfs:label "is equal to role in time"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime
:my-person-role ,
:my-other-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-curator ;
scoro:isEqualToRoleInTime :my-other-role .
:my-other-role a pro:RoleInTime ;
pro:withRole scoro:data-creator .
""" ;
rdfs:comment "The relation between two roles in time as being equal, and is particularly useful for specifying that two principal authorship roles are equal."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy scoro: ;
rdfs:range pro:RoleInTime ;
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/scoro/isEqualToRoleInTime">
<rdfs:comment xml:lang="en">The relation between two roles in time as being equal, and is particularly useful for specifying that two principal authorship roles are equal.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:label xml:lang="en">is equal to role in time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime
:my-person-role ,
:my-other-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-curator ;
scoro:isEqualToRoleInTime :my-other-role .
:my-other-role a pro:RoleInTime ;
pro:withRole scoro:data-creator .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/isEqualToRoleInTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime \n :my-person-role ,\n :my-other-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-curator ;\n scoro:isEqualToRoleInTime :my-other-role .\n\n :my-other-role a pro:RoleInTime ;\n pro:withRole scoro:data-creator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between two roles in time as being equal, and is particularly useful for specifying that two principal authorship roles are equal."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is equal to role in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between two roles in time as being equal, and is particularly useful for specifying that two principal authorship roles are equal."@en .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime \n :my-person-role ,\n :my-other-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-curator ;\n scoro:isEqualToRoleInTime :my-other-role .\n\n :my-other-role a pro:RoleInTime ;\n pro:withRole scoro:data-creator .\n " .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2000/01/rdf-schema#label> "is equal to role in time"@en .
<http://purl.org/spar/scoro/isEqualToRoleInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/isMadeBy
@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#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:isMadeBy a owl:ObjectProperty ;
rdfs:label "is made by"@en ;
vann:example """
:my-person a foaf:Person .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results ;
scoro:isMadeBy :my-person .
""" ;
rdfs:comment "A relation between a contribution situation that an agent makes, and that agent."@en ;
rdfs:domain scoro:ContributionSituation ;
rdfs:isDefinedBy scoro: ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf tisit:forEntity ;
owl:inverseOf scoro:makesContribution ;
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/scoro/isMadeBy">
<rdfs:label xml:lang="en">is made by</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/scoro/makesContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment xml:lang="en">A relation between a contribution situation that an agent makes, and that agent.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<vann:example>
:my-person a foaf:Person .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results ;
scoro:isMadeBy :my-person .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/isMadeBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results ;\n scoro:isMadeBy :my-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a contribution situation that an agent makes, and that agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is made by"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"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/scoro/makesContribution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#label> "is made by"@en .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/scoro/makesContribution> .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/isMadeBy> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results ;\n scoro:isMadeBy :my-person .\n " .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a contribution situation that an agent makes, and that agent."@en .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/isMadeBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/ContributionSituation> .
IRI: http://purl.org/spar/scoro/isRelatedToContributionSituation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:isRelatedToContributionSituation a owl:ObjectProperty ;
rdfs:label "is related to contribution situation"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
:my-entity
scoro:isRelatedToContributionSituation :my-person-contribution .
""" ;
rdfs:comment "A relation between an entity and the contribution situation for which that entity provides the context."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:ContributionSituation ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
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/scoro/isRelatedToContributionSituation">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is related to contribution situation</rdfs:label>
<rdfs:comment xml:lang="en">A relation between an entity and the contribution situation for which that entity provides the context.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
:my-entity
scoro:isRelatedToContributionSituation :my-person-contribution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/isRelatedToContributionSituation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n\n :my-entity\n scoro:isRelatedToContributionSituation :my-person-contribution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between an entity and the contribution situation for which that entity provides the context."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is related to contribution situation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n\n :my-entity\n scoro:isRelatedToContributionSituation :my-person-contribution .\n " .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#label> "is related to contribution situation"@en .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an entity and the contribution situation for which that entity provides the context."@en .
<http://purl.org/spar/scoro/isRelatedToContributionSituation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/makesContribution
@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#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:makesContribution a owl:ObjectProperty ;
rdfs:label "makes contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
""" ;
rdfs:comment "A relation between an agent and a contribution."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:ContributionSituation ;
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/scoro/makesContribution">
<rdfs:label xml:lang="en">makes contribution</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/hasValue"/>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment xml:lang="en">A relation between an agent and a contribution.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/makesContribution",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between an agent and a contribution."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "makes contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"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/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#label> "makes contribution"@en .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/hasValue> .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an agent and a contribution."@en .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/makesContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n " .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/makesContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/scoro/withContribution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
scoro:withContribution a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "with contribution"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
""" ;
rdfs:comment "A relation between an agent's contribution situation and a definition of the contribution made by this agent."@en ;
rdfs:domain scoro:ContributionSituation ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:Contribution ;
rdfs:subPropertyOf tvc:withValue ;
vs:term_status reg:statusStable ;
skos:note """
This is specified as an instance of the class `scoro:Contribution` or of one of its sub-classes.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/withContribution">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<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:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/Contribution"/>
<rdfs:comment xml:lang="en">A relation between an agent's contribution situation and a definition of the contribution made by this agent.</rdfs:comment>
<rdfs:label xml:lang="en">with contribution</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
This is specified as an instance of the class `scoro:Contribution` or of one of its sub-classes.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/withContribution",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between an agent's contribution situation and a definition of the contribution made by this agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with contribution"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/Contribution"
}
],
"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://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis is specified as an instance of the class `scoro:Contribution` or of one of its sub-classes.\n "
}
]
}
]<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2004/02/skos/core#note> "\nThis is specified as an instance of the class `scoro:Contribution` or of one of its sub-classes.\n "@en .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/ContributionSituation> .
<http://purl.org/spar/scoro/withContribution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft . \n " .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/Contribution> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an agent's contribution situation and a definition of the contribution made by this agent."@en .
<http://purl.org/spar/scoro/withContribution> <http://www.w3.org/2000/01/rdf-schema#label> "with contribution"@en .
IRI: http://purl.org/spar/scoro/withEffort
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@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#> .
scoro:withEffort a owl:ObjectProperty ;
rdfs:label "with contribution effort"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
""" ;
rdfs:comment "A relation between an agent's contribution with respect to a particular entity and the amount of effort exerted by this agent in making that contribution, defined by individuals of the class scoro:ContributionEffort."@en ;
rdfs:domain scoro:ContributionSituation ;
rdfs:isDefinedBy scoro: ;
rdfs:range scoro:ContributionEffort ;
rdfs:subPropertyOf tisit:forEntity ;
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/scoro/withEffort">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"/>
<rdfs:label xml:lang="en">with contribution effort</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation between an agent's contribution with respect to a particular entity and the amount of effort exerted by this agent in making that contribution, defined by individuals of the class scoro:ContributionEffort.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:range rdf:resource="http://purl.org/spar/scoro/ContributionEffort"/>
<rdfs:domain rdf:resource="http://purl.org/spar/scoro/ContributionSituation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/withEffort",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between an agent's contribution with respect to a particular entity and the amount of effort exerted by this agent in making that contribution, defined by individuals of the class scoro:ContributionEffort."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/scoro/ContributionSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with contribution effort"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/scoro/ContributionEffort"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#label> "with contribution effort"@en .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an agent's contribution with respect to a particular entity and the amount of effort exerted by this agent in making that contribution, defined by individuals of the class scoro:ContributionEffort."@en .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/withEffort> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n " .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/scoro/ContributionEffort> .
<http://purl.org/spar/scoro/withEffort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/scoro/ContributionSituation> .
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://purl.org/spar/scoro/hasORCID
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:hasORCID a owl:DatatypeProperty ;
rdfs:label "has ORCID"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:hasORCID '0000-4567-8965-1234' ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions .
""" ;
rdfs:comment "A relation between an individual and their Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."@en ;
rdfs:domain foaf:Person ;
rdfs:isDefinedBy scoro: ;
rdfs:subPropertyOf scoro:hasPersonalIdentifier ;
owl:equivalentProperty frapo:hasORCID ;
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/scoro/hasORCID">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<owl:equivalentProperty rdf:resource="http://purl.org/cerif/frapo/hasORCID"/>
<rdfs:label xml:lang="en">has ORCID</rdfs:label>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:comment xml:lang="en">A relation between an individual and their Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/scoro/hasPersonalIdentifier"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:hasORCID '0000-4567-8965-1234' ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/hasORCID",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:hasORCID '0000-4567-8965-1234' ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between an individual and their Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ORCID"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/scoro/hasPersonalIdentifier"
}
],
"http://www.w3.org/2002/07/owl#equivalentProperty": [
{
"@id": "http://purl.org/cerif/frapo/hasORCID"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/hasORCID> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:hasORCID '0000-4567-8965-1234' ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions .\n " .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://purl.org/cerif/frapo/hasORCID> .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2000/01/rdf-schema#label> "has ORCID"@en .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an individual and their Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."@en .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/hasORCID> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/scoro/hasPersonalIdentifier> .
IRI: http://purl.org/cerif/frapo/hasORCID
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frapo:hasORCID a owl:DatatypeProperty ;
rdfs:label "has orcid"@en ;
rdfs:comment "An individual's Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."@en ;
rdfs:isDefinedBy frapo: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/hasORCID">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">An individual's Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdfs:label xml:lang="en">has orcid</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/hasORCID",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An individual's Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has orcid"
}
]
}
]<http://purl.org/cerif/frapo/hasORCID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/cerif/frapo/hasORCID> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual's Open Researcher and Contributor ID (ORCID), an alphanumeric identifier for individual scholars described at http://about.orcid.org/."@en .
<http://purl.org/cerif/frapo/hasORCID> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/hasORCID> <http://www.w3.org/2000/01/rdf-schema#label> "has orcid"@en .
IRI: http://purl.org/spar/scoro/hasPersonalIdentifier
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:hasPersonalIdentifier a owl:DatatypeProperty ;
rdfs:label "has personal identifier"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:hasPersonalIdentifier '0000-4353-8777' ;
pro:holdsRoleInTime :my-person-role .
""" ;
rdfs:comment "A unique and unambiguous identifier for an individual person within a given context."@en ;
rdfs:domain foaf:Person ;
rdfs:isDefinedBy scoro: ;
owl:equivalentProperty frapo:hasPersonalIdentifier ;
vs:term_status reg:statusStable ;
skos:note """
This is specified by the object property `scoro:usesPersonalIdentifierScheme` and an individual member of the class `scoro:PersonalIdentifierScheme`.
"""@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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/hasPersonalIdentifier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A unique and unambiguous identifier for an individual person within a given context.</rdfs:comment>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<owl:equivalentProperty rdf:resource="http://purl.org/cerif/frapo/hasPersonalIdentifier"/>
<rdfs:label xml:lang="en">has personal identifier</rdfs:label>
<skos:note xml:lang="en">
This is specified by the object property `scoro:usesPersonalIdentifierScheme` and an individual member of the class `scoro:PersonalIdentifierScheme`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:hasPersonalIdentifier '0000-4353-8777' ;
pro:holdsRoleInTime :my-person-role .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/hasPersonalIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:hasPersonalIdentifier '0000-4353-8777' ;\n pro:holdsRoleInTime :my-person-role .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique and unambiguous identifier for an individual person within a given context."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has personal identifier"
}
],
"http://www.w3.org/2002/07/owl#equivalentProperty": [
{
"@id": "http://purl.org/cerif/frapo/hasPersonalIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis is specified by the object property `scoro:usesPersonalIdentifierScheme` and an individual member of the class `scoro:PersonalIdentifierScheme`.\n "
}
]
}
]<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2004/02/skos/core#note> "\nThis is specified by the object property `scoro:usesPersonalIdentifierScheme` and an individual member of the class `scoro:PersonalIdentifierScheme`.\n "@en .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique and unambiguous identifier for an individual person within a given context."@en .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://purl.org/cerif/frapo/hasPersonalIdentifier> .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has personal identifier"@en .
<http://purl.org/spar/scoro/hasPersonalIdentifier> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:hasPersonalIdentifier '0000-4353-8777' ;\n pro:holdsRoleInTime :my-person-role .\n " .
IRI: http://purl.org/cerif/frapo/hasPersonalIdentifier
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frapo:hasPersonalIdentifier a owl:DatatypeProperty ;
rdfs:label "has personal identifier"@en ;
rdfs:comment "A unique and unambiguous identifier for an individual person within a given context."@en ;
rdfs:isDefinedBy frapo: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/hasPersonalIdentifier">
<rdfs:comment xml:lang="en">A unique and unambiguous identifier for an individual person within a given context.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdfs:label xml:lang="en">has personal identifier</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/hasPersonalIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique and unambiguous identifier for an individual person within a given context."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has personal identifier"
}
]
}
]<http://purl.org/cerif/frapo/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique and unambiguous identifier for an individual person within a given context."@en .
<http://purl.org/cerif/frapo/hasPersonalIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/cerif/frapo/hasPersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has personal identifier"@en .
IRI: http://purl.org/spar/scoro/percentageFTE
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:percentageFTE a owl:DatatypeProperty ;
rdfs:label "percentage full-time equivalent"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:patent-holder ;
scoro:percentageFTE '100%' .
""" ;
rdfs:comment "The proportion of a person's full time activity that is dedicated to a particular role (e.g. for part-time employment, 50% FTE)."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy scoro: ;
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/scoro/percentageFTE">
<rdfs:comment xml:lang="en">The proportion of a person's full time activity that is dedicated to a particular role (e.g. for part-time employment, 50% FTE).</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:label xml:lang="en">percentage full-time equivalent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:patent-holder ;
scoro:percentageFTE '100%' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/percentageFTE",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:patent-holder ;\n scoro:percentageFTE '100%' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The proportion of a person's full time activity that is dedicated to a particular role (e.g. for part-time employment, 50% FTE)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "percentage full-time equivalent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/2000/01/rdf-schema#comment> "The proportion of a person's full time activity that is dedicated to a particular role (e.g. for part-time employment, 50% FTE)."@en .
<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/2000/01/rdf-schema#label> "percentage full-time equivalent"@en .
<http://purl.org/spar/scoro/percentageFTE> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:patent-holder ;\n scoro:percentageFTE '100%' .\n " .
<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/scoro/percentageFTE> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/withJobTitle
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:withJobTitle a owl:DatatypeProperty ;
rdfs:label "with job title"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:head-of-department ;
scoro:withJobTitle 'Linacre Professor of Zoology' .
""" ;
rdfs:comment "A job title that characterizes an agent's role in time."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
This data property complements the definition of that role in time specified by `scoro:Role`. For example, for the `scoro:OrganizationRole` 'Head of Department', the specific Job Title might be 'Linacre Professor of Zoology' or 'Regius Professor of Moral Philosophy'.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/withJobTitle">
<rdfs:label xml:lang="en">with job title</rdfs:label>
<rdfs:comment xml:lang="en">A job title that characterizes an agent's role in time.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
This data property complements the definition of that role in time specified by `scoro:Role`. For example, for the `scoro:OrganizationRole` 'Head of Department', the specific Job Title might be 'Linacre Professor of Zoology' or 'Regius Professor of Moral Philosophy'.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:head-of-department ;
scoro:withJobTitle 'Linacre Professor of Zoology' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/withJobTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:head-of-department ;\n scoro:withJobTitle 'Linacre Professor of Zoology' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A job title that characterizes an agent's role in time."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with job title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis data property complements the definition of that role in time specified by `scoro:Role`. For example, for the `scoro:OrganizationRole` 'Head of Department', the specific Job Title might be 'Linacre Professor of Zoology' or 'Regius Professor of Moral Philosophy'.\n "
}
]
}
]<http://purl.org/spar/scoro/withJobTitle> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:head-of-department ;\n scoro:withJobTitle 'Linacre Professor of Zoology' .\n " .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2000/01/rdf-schema#label> "with job title"@en .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A job title that characterizes an agent's role in time."@en .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2004/02/skos/core#note> "\nThis data property complements the definition of that role in time specified by `scoro:Role`. For example, for the `scoro:OrganizationRole` 'Head of Department', the specific Job Title might be 'Linacre Professor of Zoology' or 'Regius Professor of Moral Philosophy'.\n "@en .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/withJobTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
Jump to:
IRI: http://purl.org/spar/scoro/access-provider
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:access-provider a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "access provider"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:access-provider .
""" ;
rdfs:comment "The role of an agent who provides access to a resource, for example an online data repository."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/access-provider">
<rdfs:label xml:lang="en">access provider</rdfs:label>
<rdfs:comment xml:lang="en">The role of an agent who provides access to a resource, for example an online data repository.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<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-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:access-provider .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/access-provider",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:access-provider .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent who provides access to a resource, for example an online data repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "access provider"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/2000/01/rdf-schema#label> "access provider"@en .
<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent who provides access to a resource, for example an online data repository."@en .
<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/access-provider> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:access-provider .\n " .
<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/access-provider> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/accountant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:accountant a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "accountant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:accountant .
""" ;
rdfs:comment "The role held by a person whose job is to manage financial accounts, for example the accounts of an organization, or of a particular funded project or activity of that organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/accountant">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:label xml:lang="en">accountant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by a person whose job is to manage financial accounts, for example the accounts of an organization, or of a particular funded project or activity of that organization.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:accountant .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/accountant",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:accountant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person whose job is to manage financial accounts, for example the accounts of an organization, or of a particular funded project or activity of that organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "accountant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/accountant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/accountant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/accountant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/accountant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:accountant .\n " .
<http://purl.org/spar/scoro/accountant> <http://www.w3.org/2000/01/rdf-schema#label> "accountant"@en .
<http://purl.org/spar/scoro/accountant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/accountant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person whose job is to manage financial accounts, for example the accounts of an organization, or of a particular funded project or activity of that organization."@en .
IRI: http://purl.org/spar/scoro/administrator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:administrator a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "administrator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:administrator .
""" ;
rdfs:comment "The role held by an agent responsible for the day-to-day management and running of an organization or activity."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/administrator">
<rdfs:label xml:lang="en">administrator</rdfs:label>
<rdfs:comment xml:lang="en">The role held by an agent responsible for the day-to-day management and running of an organization or activity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:administrator .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/administrator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:administrator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent responsible for the day-to-day management and running of an organization or activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "administrator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/administrator> <http://www.w3.org/2000/01/rdf-schema#label> "administrator"@en .
<http://purl.org/spar/scoro/administrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/administrator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/administrator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:administrator .\n " .
<http://purl.org/spar/scoro/administrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent responsible for the day-to-day management and running of an organization or activity."@en .
<http://purl.org/spar/scoro/administrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/administrator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/affiliate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:affiliate a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "affiliate"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:affiliate .
""" ;
rdfs:comment "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
The affiliation of a person to an organization or institution can be specified by using the property `pro:relatesToEntity`.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/affiliate">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship.</rdfs:comment>
<rdfs:label xml:lang="en">affiliate</rdfs:label>
<skos:note xml:lang="en">
The affiliation of a person to an organization or institution can be specified by using the property `pro:relatesToEntity`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:affiliate .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/affiliate",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "affiliate"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe affiliation of a person to an organization or institution can be specified by using the property `pro:relatesToEntity`.\n"
}
]
}
]<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2004/02/skos/core#note> "\nThe affiliation of a person to an organization or institution can be specified by using the property `pro:relatesToEntity`.\n"@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#comment> "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#label> "affiliate"@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/affiliate> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n " .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:agent a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "agent"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:agent .
""" ;
rdfs:comment "An agent that acts on behalf of another agent."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/agent">
<rdfs:label xml:lang="en">agent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">An agent that acts on behalf of another agent.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:agent .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/agent",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:agent .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An agent that acts on behalf of another agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/agent> <http://www.w3.org/2000/01/rdf-schema#comment> "An agent that acts on behalf of another agent."@en .
<http://purl.org/spar/scoro/agent> <http://www.w3.org/2000/01/rdf-schema#label> "agent"@en .
<http://purl.org/spar/scoro/agent> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:agent .\n " .
<http://purl.org/spar/scoro/agent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/agent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
IRI: http://purl.org/spar/scoro/analyses-data
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:analyses-data a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "analyses data"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data .
""" ;
rdfs:comment "The contribution of data analysis. This might include statistical analysis, bioinformatics analysis, or image analysis."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/analyses-data">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:comment xml:lang="en">The contribution of data analysis. This might include statistical analysis, bioinformatics analysis, or image analysis.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">analyses data</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/analyses-data",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of data analysis. This might include statistical analysis, bioinformatics analysis, or image analysis."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "analyses data"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/2000/01/rdf-schema#label> "analyses data"@en .
<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of data analysis. This might include statistical analysis, bioinformatics analysis, or image analysis."@en .
<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/analyses-data> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data .\n " .
<http://purl.org/spar/scoro/analyses-data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/approves-final-manuscript
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:approves-final-manuscript a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "approves final manuscript"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:approves-final-manuscript .
""" ;
rdfs:comment "The contribution of approving the final version of the manuscript, prior to submission for publication."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/approves-final-manuscript">
<rdfs:label xml:lang="en">approves final manuscript</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of approving the final version of the manuscript, prior to submission for publication.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:approves-final-manuscript .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/approves-final-manuscript",
"@type": [
"http://purl.org/spar/scoro/AuthorshipContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:approves-final-manuscript .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of approving the final version of the manuscript, prior to submission for publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "approves final manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/2000/01/rdf-schema#label> "approves final manuscript"@en .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:approves-final-manuscript .\n " .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of approving the final version of the manuscript, prior to submission for publication."@en .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/approves-final-manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/article-guarantor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:article-guarantor a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "article guarantor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:article-guarantor .
""" ;
rdfs:comment "The role of a person who takes responsibility for the integrity of the work as a whole, from the inception of the research investigation to the published research article."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
[] a owl:AllDifferent ;
owl:distinctMembers ( scoro:article-guarantor ) .
<?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/scoro/article-guarantor">
<rdfs:label xml:lang="en">article guarantor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdfs:comment xml:lang="en">The role of a person who takes responsibility for the integrity of the work as a whole, from the inception of the research investigation to the published research article.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:article-guarantor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="n734c349fce05485697ea023043dc8c36b3"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n734c349fce05485697ea023043dc8c36b3">
<rdf:first rdf:resource="http://purl.org/spar/scoro/article-guarantor"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/article-guarantor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:article-guarantor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who takes responsibility for the integrity of the work as a whole, from the inception of the research investigation to the published research article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "article guarantor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n734c349fce05485697ea023043dc8c36b2",
"@type": [
"http://www.w3.org/2002/07/owl#AllDifferent"
],
"http://www.w3.org/2002/07/owl#distinctMembers": [
{
"@list": [
{
"@id": "http://purl.org/spar/scoro/article-guarantor"
}
]
}
]
}
]<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/2000/01/rdf-schema#label> "article guarantor"@en .
<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
_:n734c349fce05485697ea023043dc8c36b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
_:n734c349fce05485697ea023043dc8c36b2 <http://www.w3.org/2002/07/owl#distinctMembers> _:n734c349fce05485697ea023043dc8c36b3 .
_:n734c349fce05485697ea023043dc8c36b3 <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/scoro/article-guarantor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:article-guarantor .\n " .
<http://purl.org/spar/scoro/article-guarantor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who takes responsibility for the integrity of the work as a whole, from the inception of the research investigation to the published research article."@en .
_:n734c349fce05485697ea023043dc8c36b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/scoro/article-guarantor> .
IRI: http://purl.org/spar/scoro/auditor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:auditor a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "auditor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:auditor .
""" ;
rdfs:comment "The role held by a person who conducts a formal audit of financial accounts."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/auditor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:label xml:lang="en">auditor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by a person who conducts a formal audit of financial accounts.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:auditor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/auditor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:auditor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who conducts a formal audit of financial accounts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "auditor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/auditor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/auditor> <http://www.w3.org/2000/01/rdf-schema#label> "auditor"@en .
<http://purl.org/spar/scoro/auditor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/auditor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who conducts a formal audit of financial accounts."@en .
<http://purl.org/spar/scoro/auditor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/auditor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:auditor .\n " .
<http://purl.org/spar/scoro/auditor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/builds-and-or-maintains-instruments
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:builds-and-or-maintains-instruments a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "builds and/or maintains instruments"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:builds-and-or-maintains-instruments .
""" ;
rdfs:comment "The contribution of building instruments, equipment or scientific apparatus and/or maintaining the same in a workable condition for use in experiments."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/builds-and-or-maintains-instruments">
<rdfs:comment xml:lang="en">The contribution of building instruments, equipment or scientific apparatus and/or maintaining the same in a workable condition for use in experiments.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">builds and/or maintains instruments</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<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-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:builds-and-or-maintains-instruments .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/builds-and-or-maintains-instruments",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:builds-and-or-maintains-instruments .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of building instruments, equipment or scientific apparatus and/or maintaining the same in a workable condition for use in experiments."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "builds and/or maintains instruments"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/2000/01/rdf-schema#label> "builds and/or maintains instruments"@en .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:builds-and-or-maintains-instruments .\n " .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of building instruments, equipment or scientific apparatus and/or maintaining the same in a workable condition for use in experiments."@en .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/builds-and-or-maintains-instruments> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/chief-executive-officer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:chief-executive-officer a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "CEO"@en,
"chief executive officer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-executive-officer .
""" ;
rdfs:comment "The role held by a person who is the chief executive officer of an organization, responsible for directing and managing the business of that organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/chief-executive-officer">
<rdfs:label xml:lang="en">CEO</rdfs:label>
<rdfs:label xml:lang="en">chief executive officer</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by a person who is the chief executive officer of an organization, responsible for directing and managing the business of that organization.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-executive-officer .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/chief-executive-officer",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-executive-officer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is the chief executive officer of an organization, responsible for directing and managing the business of that organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "CEO"
},
{
"@language": "en",
"@value": "chief executive officer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/2000/01/rdf-schema#label> "CEO"@en .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is the chief executive officer of an organization, responsible for directing and managing the business of that organization."@en .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/chief-executive-officer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-executive-officer .\n " .
<http://purl.org/spar/scoro/chief-executive-officer> <http://www.w3.org/2000/01/rdf-schema#label> "chief executive officer"@en .
IRI: http://purl.org/spar/scoro/chief-scientist
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:chief-scientist a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "chief scientist"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-scientist .
""" ;
rdfs:comment "A senior scientist who takes a leadership role in an organization or group."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/chief-scientist">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:comment xml:lang="en">A senior scientist who takes a leadership role in an organization or group.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">chief scientist</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-scientist .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/chief-scientist",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-scientist .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A senior scientist who takes a leadership role in an organization or group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "chief scientist"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/2000/01/rdf-schema#label> "chief scientist"@en .
<http://purl.org/spar/scoro/chief-scientist> <http://www.w3.org/2000/01/rdf-schema#comment> "A senior scientist who takes a leadership role in an organization or group."@en .
<http://purl.org/spar/scoro/chief-scientist> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-scientist .\n " .
IRI: http://purl.org/spar/scoro/claimant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:claimant a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "claimant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:claimant .
""" ;
rdfs:comment "The role held by a person making a financial claim, for example for refund of travel expenses from a project grant."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/claimant">
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">claimant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by a person making a financial claim, for example for refund of travel expenses from a project grant.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:claimant .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/claimant",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:claimant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person making a financial claim, for example for refund of travel expenses from a project grant."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "claimant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/claimant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/claimant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/claimant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/claimant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person making a financial claim, for example for refund of travel expenses from a project grant."@en .
<http://purl.org/spar/scoro/claimant> <http://www.w3.org/2000/01/rdf-schema#label> "claimant"@en .
<http://purl.org/spar/scoro/claimant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:claimant .\n " .
<http://purl.org/spar/scoro/claimant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/co-applicant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:co-applicant a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "co-applicant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:co-applicant .
""" ;
rdfs:comment "The role a person has of being a co-applicant on the grant application to obtain funding to fund an endeavour such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/co-applicant">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">co-applicant</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdfs:comment xml:lang="en">The role a person has of being a co-applicant on the grant application to obtain funding to fund an endeavour such as a research project.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:co-applicant .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/co-applicant",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ProjectRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:co-applicant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a co-applicant on the grant application to obtain funding to fund an endeavour such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "co-applicant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/co-applicant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:co-applicant .\n " .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a co-applicant on the grant application to obtain funding to fund an endeavour such as a research project."@en .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/2000/01/rdf-schema#label> "co-applicant"@en .
<http://purl.org/spar/scoro/co-applicant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
IRI: http://purl.org/spar/scoro/co-investigator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:co-investigator a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "co-investigator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:co-investigator .
""" ;
rdfs:comment "The role a person has of being a co-investigator for a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/co-investigator">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being a co-investigator for a research investigation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:label xml:lang="en">co-investigator</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:co-investigator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/co-investigator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:co-investigator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a co-investigator for a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "co-investigator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/co-investigator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:co-investigator .\n " .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a co-investigator for a research investigation."@en .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/co-investigator> <http://www.w3.org/2000/01/rdf-schema#label> "co-investigator"@en .
IRI: http://purl.org/spar/scoro/collaborator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:collaborator a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "collaborator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:collaborator .
""" ;
rdfs:comment "The role a person, typically from another research group or institution, who collaborates with the team undertaking a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/collaborator">
<rdfs:label xml:lang="en">collaborator</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person, typically from another research group or institution, who collaborates with the team undertaking a research investigation.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:collaborator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/collaborator",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:collaborator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person, typically from another research group or institution, who collaborates with the team undertaking a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "collaborator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/2000/01/rdf-schema#label> "collaborator"@en .
<http://purl.org/spar/scoro/collaborator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:collaborator .\n " .
<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/collaborator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person, typically from another research group or institution, who collaborates with the team undertaking a research investigation."@en .
IRI: http://purl.org/spar/scoro/collects-data
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:collects-data a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "collects data"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
""" ;
rdfs:comment "The contribution of making experimental observations and collecting data, for example using a telescope, a microscope or an analytical instrument."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/collects-data">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">collects data</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of making experimental observations and collecting data, for example using a telescope, a microscope or an analytical instrument.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:collects-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/collects-data",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of making experimental observations and collecting data, for example using a telescope, a microscope or an analytical instrument."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "collects data"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/2000/01/rdf-schema#label> "collects data"@en .
<http://purl.org/spar/scoro/collects-data> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:collects-data .\n " .
<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of making experimental observations and collecting data, for example using a telescope, a microscope or an analytical instrument."@en .
<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/collects-data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/college-fellow
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:college-fellow a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "college fellow"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:college-fellow .
""" ;
rdfs:comment "The role held by an academic as a senior member of a college."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/college-fellow">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">college fellow</rdfs:label>
<rdfs:comment xml:lang="en">The role held by an academic as a senior member of a college.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:college-fellow .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/college-fellow",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:college-fellow .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an academic as a senior member of a college."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "college fellow"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/2000/01/rdf-schema#label> "college fellow"@en .
<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/college-fellow> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:college-fellow .\n " .
<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/college-fellow> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an academic as a senior member of a college."@en .
IRI: http://purl.org/spar/scoro/college-head
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:college-head a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "college head"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:college-head .
""" ;
rdfs:comment "The role held by a senior academic who heads a college and acts as its CEO. Among the many alternative titles give to this role, the most common are President or Master of the college."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/college-head">
<rdfs:label xml:lang="en">college head</rdfs:label>
<rdfs:comment xml:lang="en">The role held by a senior academic who heads a college and acts as its CEO. Among the many alternative titles give to this role, the most common are President or Master of the college.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:college-head .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/college-head",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:college-head .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a senior academic who heads a college and acts as its CEO. Among the many alternative titles give to this role, the most common are President or Master of the college."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "college head"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/college-head> <http://www.w3.org/2000/01/rdf-schema#label> "college head"@en .
<http://purl.org/spar/scoro/college-head> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/college-head> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/college-head> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a senior academic who heads a college and acts as its CEO. Among the many alternative titles give to this role, the most common are President or Master of the college."@en .
<http://purl.org/spar/scoro/college-head> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/college-head> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:college-head .\n " .
<http://purl.org/spar/scoro/college-head> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/computer-programmer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:computer-programmer a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "computer programmer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:computer-programmer .
""" ;
rdfs:comment "The role a person has of being someone who develops computer software."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/computer-programmer">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">computer programmer</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being someone who develops computer software.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:computer-programmer .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/computer-programmer",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:computer-programmer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being someone who develops computer software."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "computer programmer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/computer-programmer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:computer-programmer .\n " .
<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/2000/01/rdf-schema#label> "computer programmer"@en .
<http://purl.org/spar/scoro/computer-programmer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being someone who develops computer software."@en .
IRI: http://purl.org/spar/scoro/conceives-project
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:conceives-project a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "conceives project"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:conceives-project .
""" ;
rdfs:comment """
The contribution of conceiving the research project in the first place.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that an individual other than the lead applicant and the co-applicants on a grant application may make considerable contributions to conceiving a research project, but may be prevented from being a formal applicant by reason of affiliation or status (e.g. as a non-academic partner, or a research student).
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/conceives-project">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">
The contribution of conceiving the research project in the first place.
</rdfs:comment>
<rdfs:label xml:lang="en">conceives project</rdfs:label>
<skos:note xml:lang="en">
Note that an individual other than the lead applicant and the co-applicants on a grant application may make considerable contributions to conceiving a research project, but may be prevented from being a formal applicant by reason of affiliation or status (e.g. as a non-academic partner, or a research student).
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:conceives-project .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/conceives-project",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:conceives-project .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of conceiving the research project in the first place. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conceives project"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that an individual other than the lead applicant and the co-applicants on a grant application may make considerable contributions to conceiving a research project, but may be prevented from being a formal applicant by reason of affiliation or status (e.g. as a non-academic partner, or a research student).\n"
}
]
}
]<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/2004/02/skos/core#note> "\nNote that an individual other than the lead applicant and the co-applicants on a grant application may make considerable contributions to conceiving a research project, but may be prevented from being a formal applicant by reason of affiliation or status (e.g. as a non-academic partner, or a research student).\n"@en .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of conceiving the research project in the first place. \n"@en .
<http://purl.org/spar/scoro/conceives-project> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:conceives-project .\n " .
<http://purl.org/spar/scoro/conceives-project> <http://www.w3.org/2000/01/rdf-schema#label> "conceives project"@en .
IRI: http://purl.org/spar/scoro/consortium-author
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:consortium-author a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "consortium author"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:consortium-author .
""" ;
rdfs:comment "The authorship role of an organisation or consortium that has contributed collectively to the work described in the publication and is named in the list of authors, e.g. 'Wellcome Trust Case Control Consortium' or 'Malaria Genomic Epidemiology Network'."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/consortium-author">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">consortium author</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdfs:comment xml:lang="en">The authorship role of an organisation or consortium that has contributed collectively to the work described in the publication and is named in the list of authors, e.g. 'Wellcome Trust Case Control Consortium' or 'Malaria Genomic Epidemiology Network'.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:consortium-author .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/consortium-author",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:consortium-author .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The authorship role of an organisation or consortium that has contributed collectively to the work described in the publication and is named in the list of authors, e.g. 'Wellcome Trust Case Control Consortium' or 'Malaria Genomic Epidemiology Network'."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "consortium author"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/consortium-author> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:consortium-author .\n " .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/2000/01/rdf-schema#comment> "The authorship role of an organisation or consortium that has contributed collectively to the work described in the publication and is named in the list of authors, e.g. 'Wellcome Trust Case Control Consortium' or 'Malaria Genomic Epidemiology Network'."@en .
<http://purl.org/spar/scoro/consortium-author> <http://www.w3.org/2000/01/rdf-schema#label> "consortium author"@en .
IRI: http://purl.org/spar/scoro/consultant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:consultant a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "consultant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:consultant .
""" ;
rdfs:comment "The role a person has of being a consultant who is providing expertise or services."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/consultant">
<rdfs:comment xml:lang="en">The role a person has of being a consultant who is providing expertise or services.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">consultant</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:consultant .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/consultant",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:consultant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a consultant who is providing expertise or services."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "consultant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/consultant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a consultant who is providing expertise or services."@en .
<http://purl.org/spar/scoro/consultant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/consultant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/consultant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/consultant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/consultant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:consultant .\n " .
<http://purl.org/spar/scoro/consultant> <http://www.w3.org/2000/01/rdf-schema#label> "consultant"@en .
IRI: http://purl.org/spar/scoro/contact-person
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:contact-person a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "contact person"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contact-person .
""" ;
rdfs:comment "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/contact-person">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">contact person</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contact-person .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/contact-person",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contact-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contact person"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/contact-person> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contact-person .\n " .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#label> "contact person"@en .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."@en .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
IRI: http://purl.org/spar/scoro/contractor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:contractor a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "contractor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contractor .
""" ;
rdfs:comment "The role held by an agent who enters into a contract to undertake specified work or to supply specified services in return for payment."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/contractor">
<rdfs:label xml:lang="en">contractor</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:comment xml:lang="en">The role held by an agent who enters into a contract to undertake specified work or to supply specified services in return for payment.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:contractor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/contractor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contractor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who enters into a contract to undertake specified work or to supply specified services in return for payment."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contractor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/contractor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/contractor> <http://www.w3.org/2000/01/rdf-schema#label> "contractor"@en .
<http://purl.org/spar/scoro/contractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/contractor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/contractor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who enters into a contract to undertake specified work or to supply specified services in return for payment."@en .
<http://purl.org/spar/scoro/contractor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:contractor .\n " .
<http://purl.org/spar/scoro/contractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
IRI: http://purl.org/spar/scoro/solo-effort
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:solo-effort a scoro:ContributionEffort,
owl:NamedIndividual ;
rdfs:label "contributed all the effort"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:solo-effort .
""" ;
rdfs:comment "The contributor was the only person who provided effort in achieving this contribution, which was entirely due to this contributor."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/solo-effort">
<rdf:type rdf:resource="http://purl.org/spar/scoro/ContributionEffort"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contributor was the only person who provided effort in achieving this contribution, which was entirely due to this contributor.</rdfs:comment>
<rdfs:label xml:lang="en">contributed all the effort</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:solo-effort .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/solo-effort",
"@type": [
"http://purl.org/spar/scoro/ContributionEffort",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:solo-effort .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contributor was the only person who provided effort in achieving this contribution, which was entirely due to this contributor."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contributed all the effort"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ContributionEffort> .
<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/2000/01/rdf-schema#comment> "The contributor was the only person who provided effort in achieving this contribution, which was entirely due to this contributor."@en .
<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/2000/01/rdf-schema#label> "contributed all the effort"@en .
<http://purl.org/spar/scoro/solo-effort> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:solo-effort .\n " .
<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/solo-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/major-effort
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:major-effort a scoro:ContributionEffort,
owl:NamedIndividual ;
rdfs:label "contributed major effort"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
""" ;
rdfs:comment "The contributor provided a major effort towards achieving this contribution."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/major-effort">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ContributionEffort"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contributor provided a major effort towards achieving this contribution.</rdfs:comment>
<rdfs:label xml:lang="en">contributed major effort</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:major-effort .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/major-effort",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ContributionEffort"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contributor provided a major effort towards achieving this contribution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contributed major effort"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ContributionEffort> .
<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/2000/01/rdf-schema#comment> "The contributor provided a major effort towards achieving this contribution."@en .
<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/major-effort> <http://www.w3.org/2000/01/rdf-schema#label> "contributed major effort"@en .
<http://purl.org/spar/scoro/major-effort> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:major-effort .\n " .
IRI: http://purl.org/spar/scoro/minor-effort
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:minor-effort a scoro:ContributionEffort,
owl:NamedIndividual ;
rdfs:label "contributed minor effort"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:minor-effort .
""" ;
rdfs:comment "The contributor provided a minor effort towards achieving this contribution. "@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/minor-effort">
<rdfs:comment xml:lang="en">The contributor provided a minor effort towards achieving this contribution. </rdfs:comment>
<rdfs:label xml:lang="en">contributed minor effort</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ContributionEffort"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:analyses-data ;
scoro:withEffort scoro:minor-effort .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/minor-effort",
"@type": [
"http://purl.org/spar/scoro/ContributionEffort",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:minor-effort .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contributor provided a minor effort towards achieving this contribution. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contributed minor effort"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/2000/01/rdf-schema#comment> "The contributor provided a minor effort towards achieving this contribution. "@en .
<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/2000/01/rdf-schema#label> "contributed minor effort"@en .
<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ContributionEffort> .
<http://purl.org/spar/scoro/minor-effort> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:analyses-data ;\n scoro:withEffort scoro:minor-effort .\n " .
<http://purl.org/spar/scoro/minor-effort> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/controls-project-finances
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:controls-project-finances a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "controls project finances"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:controls-project-finances .
""" ;
rdfs:comment "The contribution of controlling the financial aspects of the research project, including authorizing expenditure, creating and managing budgets, and submitting financial reports to the funding agency."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/controls-project-finances">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of controlling the financial aspects of the research project, including authorizing expenditure, creating and managing budgets, and submitting financial reports to the funding agency.</rdfs:comment>
<rdfs:label xml:lang="en">controls project finances</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:controls-project-finances .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/controls-project-finances",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:controls-project-finances .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of controlling the financial aspects of the research project, including authorizing expenditure, creating and managing budgets, and submitting financial reports to the funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "controls project finances"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of controlling the financial aspects of the research project, including authorizing expenditure, creating and managing budgets, and submitting financial reports to the funding agency."@en .
<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/controls-project-finances> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:controls-project-finances .\n " .
<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/controls-project-finances> <http://www.w3.org/2000/01/rdf-schema#label> "controls project finances"@en .
IRI: http://purl.org/spar/scoro/corresponding-author
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:corresponding-author a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "corresponding author"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:corresponding-author .
""" ;
rdfs:comment "The role an author has of being the corresponding author of the document, with whom editors and readers should correspond concerning it."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/corresponding-author">
<rdfs:label xml:lang="en">corresponding author</rdfs:label>
<rdfs:comment xml:lang="en">The role an author has of being the corresponding author of the document, with whom editors and readers should correspond concerning it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:corresponding-author .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/corresponding-author",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:corresponding-author .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role an author has of being the corresponding author of the document, with whom editors and readers should correspond concerning it."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "corresponding author"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/2000/01/rdf-schema#label> "corresponding author"@en .
<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/2000/01/rdf-schema#comment> "The role an author has of being the corresponding author of the document, with whom editors and readers should correspond concerning it."@en .
<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/corresponding-author> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:corresponding-author .\n " .
<http://purl.org/spar/scoro/corresponding-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
IRI: http://purl.org/spar/scoro/creates-novel-organisms-or-cells
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:creates-novel-organisms-or-cells a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "creates novel organisms or cells"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-novel-organisms-or-cells .
""" ;
rdfs:comment "The contribution of creating novel organisms (e.g. mouse mutants) or cells (e.g. tranformed cell lines), either for use in the research, or as a research output of use to others."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/creates-novel-organisms-or-cells">
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">creates novel organisms or cells</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of creating novel organisms (e.g. mouse mutants) or cells (e.g. tranformed cell lines), either for use in the research, or as a research output of use to others.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-novel-organisms-or-cells .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/creates-novel-organisms-or-cells",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-novel-organisms-or-cells .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of creating novel organisms (e.g. mouse mutants) or cells (e.g. tranformed cell lines), either for use in the research, or as a research output of use to others."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "creates novel organisms or cells"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-novel-organisms-or-cells .\n " .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#label> "creates novel organisms or cells"@en .
<http://purl.org/spar/scoro/creates-novel-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of creating novel organisms (e.g. mouse mutants) or cells (e.g. tranformed cell lines), either for use in the research, or as a research output of use to others."@en .
IRI: http://purl.org/spar/scoro/creates-novel-reagents
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:creates-novel-reagents a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "creates novel reagents"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-novel-reagents .
""" ;
rdfs:comment "The contribution of creating novel physical or chemical compounds, or molecular biology constructs, either for use in the research, or as a research output of use to others."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/creates-novel-reagents">
<rdfs:comment xml:lang="en">The contribution of creating novel physical or chemical compounds, or molecular biology constructs, either for use in the research, or as a research output of use to others.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">creates novel reagents</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-novel-reagents .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/creates-novel-reagents",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-novel-reagents .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of creating novel physical or chemical compounds, or molecular biology constructs, either for use in the research, or as a research output of use to others."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "creates novel reagents"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of creating novel physical or chemical compounds, or molecular biology constructs, either for use in the research, or as a research output of use to others."@en .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-novel-reagents .\n " .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/creates-novel-reagents> <http://www.w3.org/2000/01/rdf-schema#label> "creates novel reagents"@en .
IRI: http://purl.org/spar/scoro/creates-software
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:creates-software a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "creates software"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-software .
""" ;
rdfs:comment "The contribution of creating computer software, including software for experimental control, analytical tools, mathematical model and computational simulations for use in the research, or of creating an IT service (e.g. a bioinformatics database or Web service) of use to others."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/creates-software">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdfs:label xml:lang="en">creates software</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of creating computer software, including software for experimental control, analytical tools, mathematical model and computational simulations for use in the research, or of creating an IT service (e.g. a bioinformatics database or Web service) of use to others.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:creates-software .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/creates-software",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ExperimentalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-software .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of creating computer software, including software for experimental control, analytical tools, mathematical model and computational simulations for use in the research, or of creating an IT service (e.g. a bioinformatics database or Web service) of use to others."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "creates software"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/creates-software> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:creates-software .\n " .
<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/2000/01/rdf-schema#label> "creates software"@en .
<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/creates-software> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of creating computer software, including software for experimental control, analytical tools, mathematical model and computational simulations for use in the research, or of creating an IT service (e.g. a bioinformatics database or Web service) of use to others."@en .
IRI: http://purl.org/spar/scoro/chief-technology-officer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:chief-technology-officer a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "CTO"@en,
"chief technology officer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-technology-officer .
""" ;
rdfs:comment "The role held by a person who is the chief technology officer of an organization, responsible for directing and managing technical developments for that organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/chief-technology-officer">
<rdfs:label xml:lang="en">chief technology officer</rdfs:label>
<rdfs:label xml:lang="en">CTO</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by a person who is the chief technology officer of an organization, responsible for directing and managing technical developments for that organization.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:chief-technology-officer .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/chief-technology-officer",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-technology-officer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is the chief technology officer of an organization, responsible for directing and managing technical developments for that organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "chief technology officer"
},
{
"@language": "en",
"@value": "CTO"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/2000/01/rdf-schema#label> "chief technology officer"@en .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is the chief technology officer of an organization, responsible for directing and managing technical developments for that organization."@en .
<http://purl.org/spar/scoro/chief-technology-officer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:chief-technology-officer .\n " .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/chief-technology-officer> <http://www.w3.org/2000/01/rdf-schema#label> "CTO"@en .
IRI: http://purl.org/spar/scoro/curator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:curator a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "curator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:curator .
""" ;
rdfs:comment "The role of an agent that documents, cares for and manages collections of objects (for example in a museum) or of data (as in a data repository or database)."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/curator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdfs:label xml:lang="en">curator</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of an agent that documents, cares for and manages collections of objects (for example in a museum) or of data (as in a data repository or database).</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:curator .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/curator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/DataRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:curator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent that documents, cares for and manages collections of objects (for example in a museum) or of data (as in a data repository or database)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "curator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/curator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/curator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/curator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:curator .\n " .
<http://purl.org/spar/scoro/curator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent that documents, cares for and manages collections of objects (for example in a museum) or of data (as in a data repository or database)."@en .
<http://purl.org/spar/scoro/curator> <http://www.w3.org/2000/01/rdf-schema#label> "curator"@en .
IRI: http://purl.org/spar/scoro/data-creator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-creator a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "data creator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-creator .
""" ;
rdfs:comment "The role a person has of being a creator, originator, gatherer or collector of new data."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/data-creator">
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being a creator, originator, gatherer or collector of new data.</rdfs:comment>
<rdfs:label xml:lang="en">data creator</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-creator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-creator",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-creator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a creator, originator, gatherer or collector of new data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data creator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/data-creator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-creator .\n " .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a creator, originator, gatherer or collector of new data."@en .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#label> "data creator"@en .
IRI: http://purl.org/spar/scoro/data-curator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-curator a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "data curator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-curator .
""" ;
rdfs:comment "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/data-curator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdfs:label xml:lang="en">data curator</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-curator .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-curator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/DataRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-curator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data curator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."@en .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-curator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-curator .\n " .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#label> "data curator"@en .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/data-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-manager a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "data manager"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-manager .
""" ;
rdfs:comment "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/data-manager">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdfs:label xml:lang="en">data manager</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-manager .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-manager",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/DataRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-manager .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-manager> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-manager .\n " .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."@en .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#label> "data manager"@en .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-publisher a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "data publisher"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-publisher .
""" ;
rdfs:comment "The role of an agent who publishes data."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/data-publisher">
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of an agent who publishes data.</rdfs:comment>
<rdfs:label xml:lang="en">data publisher</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-publisher .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-publisher",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-publisher .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent who publishes data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data publisher"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/data-publisher> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-publisher .\n " .
<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/2000/01/rdf-schema#label> "data publisher"@en .
<http://purl.org/spar/scoro/data-publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent who publishes data."@en .
IRI: http://purl.org/spar/scoro/data-user
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-user a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "data user"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-user .
""" ;
rdfs:comment "The role a person has of being a user or re-user of existing data."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/data-user">
<rdfs:comment xml:lang="en">The role a person has of being a user or re-user of existing data.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">data user</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:data-user .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-user",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-user .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a user or re-user of existing data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data user"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-user> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a user or re-user of existing data."@en .
<http://purl.org/spar/scoro/data-user> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/data-user> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/data-user> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:data-user .\n " .
<http://purl.org/spar/scoro/data-user> <http://www.w3.org/2000/01/rdf-schema#label> "data user"@en .
<http://purl.org/spar/scoro/data-user> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-user> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/departmental-administrator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:departmental-administrator a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "departmental administrator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:departmental-administrator .
""" ;
rdfs:comment "The role held by a person who is the administrator of a department within a larger organization, for example of a university academic department."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/departmental-administrator">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">departmental administrator</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by a person who is the administrator of a department within a larger organization, for example of a university academic department.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:departmental-administrator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/departmental-administrator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:departmental-administrator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is the administrator of a department within a larger organization, for example of a university academic department."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "departmental administrator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/2000/01/rdf-schema#label> "departmental administrator"@en .
<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/departmental-administrator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:departmental-administrator .\n " .
<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is the administrator of a department within a larger organization, for example of a university academic department."@en .
<http://purl.org/spar/scoro/departmental-administrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/designs-experiments
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:designs-experiments a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "designs experiments"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:designs-experiments .
""" ;
rdfs:comment "The contribution of experimental design and planning."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/designs-experiments">
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">designs experiments</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of experimental design and planning.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:designs-experiments .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/designs-experiments",
"@type": [
"http://purl.org/spar/scoro/IntellectualContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:designs-experiments .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of experimental design and planning."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "designs experiments"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/2000/01/rdf-schema#label> "designs experiments"@en .
<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of experimental design and planning."@en .
<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/designs-experiments> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/designs-experiments> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:designs-experiments .\n " .
IRI: http://purl.org/spar/scoro/develops-methodology
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:develops-methodology a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "develops methodology"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:develops-methodology .
""" ;
rdfs:comment "The contribution of developing experimental methodology that enables research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/develops-methodology">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">develops methodology</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of developing experimental methodology that enables research.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<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-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:develops-methodology .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/develops-methodology",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:develops-methodology .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of developing experimental methodology that enables research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "develops methodology"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of developing experimental methodology that enables research."@en .
<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/develops-methodology> <http://www.w3.org/2000/01/rdf-schema#label> "develops methodology"@en .
<http://purl.org/spar/scoro/develops-methodology> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:develops-methodology .\n " .
IRI: http://purl.org/spar/scoro/director
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:director a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "director"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:director .
""" ;
rdfs:comment "The role held by a person who is in charge of an organization or activity, for example a research institute or a dramatic performance."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/director">
<rdfs:label xml:lang="en">director</rdfs:label>
<rdfs:comment xml:lang="en">The role held by a person who is in charge of an organization or activity, for example a research institute or a dramatic performance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:director .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/director",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:director .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is in charge of an organization or activity, for example a research institute or a dramatic performance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "director"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/director> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/director> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/director> <http://www.w3.org/2000/01/rdf-schema#label> "director"@en .
<http://purl.org/spar/scoro/director> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/director> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:director .\n " .
<http://purl.org/spar/scoro/director> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is in charge of an organization or activity, for example a research institute or a dramatic performance."@en .
<http://purl.org/spar/scoro/director> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/doctoral-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:doctoral-student a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "doctoral student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:doctoral-student .
""" ;
rdfs:comment "The role of a person registerd for a Ph.D. degree at a university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/doctoral-student">
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">doctoral student</rdfs:label>
<rdfs:comment xml:lang="en">The role of a person registerd for a Ph.D. degree at a university.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:doctoral-student .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/doctoral-student",
"@type": [
"http://purl.org/spar/scoro/EducationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:doctoral-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person registerd for a Ph.D. degree at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "doctoral student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/2000/01/rdf-schema#label> "doctoral student"@en .
<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person registerd for a Ph.D. degree at a university."@en .
<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/doctoral-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:doctoral-student .\n " .
<http://purl.org/spar/scoro/doctoral-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/embargo-controller
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:embargo-controller a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "embargo controller"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:embargo-controller .
""" ;
rdfs:comment "The role of the person who has responsibility for setting and lifting embargos that restrict access to a dataset (or a document) for a specified period of time."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/embargo-controller">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of the person who has responsibility for setting and lifting embargos that restrict access to a dataset (or a document) for a specified period of time.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">embargo controller</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:embargo-controller .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/embargo-controller",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:embargo-controller .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of the person who has responsibility for setting and lifting embargos that restrict access to a dataset (or a document) for a specified period of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "embargo controller"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/embargo-controller> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:embargo-controller .\n " .
<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of the person who has responsibility for setting and lifting embargos that restrict access to a dataset (or a document) for a specified period of time."@en .
<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/2000/01/rdf-schema#label> "embargo controller"@en .
<http://purl.org/spar/scoro/embargo-controller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
IRI: http://purl.org/spar/scoro/employee
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:employee a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "employee"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:employee .
""" ;
rdfs:comment "The role held by a person employed for wages or a salary by an organization, to undertake work for that organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/employee">
<rdfs:comment xml:lang="en">The role held by a person employed for wages or a salary by an organization, to undertake work for that organization.</rdfs:comment>
<rdfs:label xml:lang="en">employee</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:employee .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/employee",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:employee .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person employed for wages or a salary by an organization, to undertake work for that organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "employee"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/employee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/employee> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:employee .\n " .
<http://purl.org/spar/scoro/employee> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/employee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/employee> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person employed for wages or a salary by an organization, to undertake work for that organization."@en .
<http://purl.org/spar/scoro/employee> <http://www.w3.org/2000/01/rdf-schema#label> "employee"@en .
<http://purl.org/spar/scoro/employee> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/employer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:employer a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "employer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:employer .
""" ;
rdfs:comment "The role held by an agent that employs one or more people to undertake work on that agent's behalf."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/employer">
<rdfs:comment xml:lang="en">The role held by an agent that employs one or more people to undertake work on that agent's behalf.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:label xml:lang="en">employer</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:employer .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/employer",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:employer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent that employs one or more people to undertake work on that agent's behalf."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "employer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/employer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/employer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/employer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/employer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:employer .\n " .
<http://purl.org/spar/scoro/employer> <http://www.w3.org/2000/01/rdf-schema#label> "employer"@en .
<http://purl.org/spar/scoro/employer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent that employs one or more people to undertake work on that agent's behalf."@en .
<http://purl.org/spar/scoro/employer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/ensures-regulatory-compliance
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:ensures-regulatory-compliance a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "ensures regulatory compliance"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:ensures-reguloratory-compliance .
""" ;
rdfs:comment "The contribution of ensuring regulatory compliance for the research undertaken, for example in obtaining informed consent from patients, approval from research ethics or radiation safety committees, or a license for animal experimentation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/ensures-regulatory-compliance">
<rdfs:comment xml:lang="en">The contribution of ensuring regulatory compliance for the research undertaken, for example in obtaining informed consent from patients, approval from research ethics or radiation safety committees, or a license for animal experimentation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdfs:label xml:lang="en">ensures regulatory compliance</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:ensures-reguloratory-compliance .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ensures-regulatory-compliance",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:ensures-reguloratory-compliance .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of ensuring regulatory compliance for the research undertaken, for example in obtaining informed consent from patients, approval from research ethics or radiation safety committees, or a license for animal experimentation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ensures regulatory compliance"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of ensuring regulatory compliance for the research undertaken, for example in obtaining informed consent from patients, approval from research ethics or radiation safety committees, or a license for animal experimentation."@en .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:ensures-reguloratory-compliance .\n " .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/ensures-regulatory-compliance> <http://www.w3.org/2000/01/rdf-schema#label> "ensures regulatory compliance"@en .
IRI: http://purl.org/spar/scoro/faculty-member
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:faculty-member a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "faculty member"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro: .faculty-member
""" ;
rdfs:comment "The role of an academic employed to undertake research and teaching within a university department, school or institute."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/faculty-member">
<rdfs:comment xml:lang="en">The role of an academic employed to undertake research and teaching within a university department, school or institute.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">faculty member</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro: .faculty-member
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/faculty-member",
"@type": [
"http://purl.org/spar/scoro/EducationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro: .faculty-member\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an academic employed to undertake research and teaching within a university department, school or institute."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "faculty member"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/2000/01/rdf-schema#label> "faculty member"@en .
<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an academic employed to undertake research and teaching within a university department, school or institute."@en .
<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/faculty-member> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro: .faculty-member\n " .
<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/faculty-member> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/financial-controller
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:financial-controller a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "financial controller"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:financial-controller .
""" ;
rdfs:comment "The role held by an agent of controlling the finances, for example the finances of an organization, a building project or a research project. This role extends to the control of or the authorisation of expenditure from a budget, and may be undertaken by a computational agent."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/financial-controller">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:label xml:lang="en">financial controller</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent of controlling the finances, for example the finances of an organization, a building project or a research project. This role extends to the control of or the authorisation of expenditure from a budget, and may be undertaken by a computational agent.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:financial-controller .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/financial-controller",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:financial-controller .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of controlling the finances, for example the finances of an organization, a building project or a research project. This role extends to the control of or the authorisation of expenditure from a budget, and may be undertaken by a computational agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "financial controller"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of controlling the finances, for example the finances of an organization, a building project or a research project. This role extends to the control of or the authorisation of expenditure from a budget, and may be undertaken by a computational agent."@en .
<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/2000/01/rdf-schema#label> "financial controller"@en .
<http://purl.org/spar/scoro/financial-controller> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:financial-controller .\n " .
<http://purl.org/spar/scoro/financial-controller> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/formulates-research-questions
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:formulates-research-questions a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "formulates research questions"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions .
""" ;
rdfs:comment "The contribution of formulating the questions to be answered and the hypotheses to be tested by the research to be undertaken."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/formulates-research-questions">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:comment xml:lang="en">The contribution of formulating the questions to be answered and the hypotheses to be tested by the research to be undertaken.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">formulates research questions</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:formulates-research-questions .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/formulates-research-questions",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of formulating the questions to be answered and the hypotheses to be tested by the research to be undertaken."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "formulates research questions"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of formulating the questions to be answered and the hypotheses to be tested by the research to be undertaken."@en .
<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/formulates-research-questions> <http://www.w3.org/2000/01/rdf-schema#label> "formulates research questions"@en .
<http://purl.org/spar/scoro/formulates-research-questions> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:formulates-research-questions .\n " .
IRI: http://purl.org/spar/scoro/funder
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:funder a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "funder"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:funder .
""" ;
rdfs:comment "The role held by an agent of providing funds, for example for a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/funder">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:label xml:lang="en">funder</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent of providing funds, for example for a research project.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:funder .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/funder",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:funder .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of providing funds, for example for a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of providing funds, for example for a research project."@en .
<http://purl.org/spar/scoro/funder> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:funder .\n " .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#label> "funder"@en .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
IRI: http://purl.org/spar/scoro/funding-recipient
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:funding-recipient a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "funding recipient"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:funding-recipient .
""" ;
rdfs:comment "The role held by an agent who is the official recipient of funding, for example the university of which a funded research project leader is a member."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/funding-recipient">
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent who is the official recipient of funding, for example the university of which a funded research project leader is a member.</rdfs:comment>
<rdfs:label xml:lang="en">funding recipient</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:funding-recipient .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/funding-recipient",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:funding-recipient .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who is the official recipient of funding, for example the university of which a funded research project leader is a member."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funding recipient"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who is the official recipient of funding, for example the university of which a funded research project leader is a member."@en .
<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/funding-recipient> <http://www.w3.org/2000/01/rdf-schema#label> "funding recipient"@en .
<http://purl.org/spar/scoro/funding-recipient> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:funding-recipient .\n " .
IRI: http://purl.org/spar/scoro/head-of-department
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:head-of-department a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "head of department"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:head-of-department .
""" ;
rdfs:comment "The role held by a person who is the chief executive officer of a department within a larger organization, for example a senior academic who is head of a university academic department."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/head-of-department">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:label xml:lang="en">head of department</rdfs:label>
<rdfs:comment xml:lang="en">The role held by a person who is the chief executive officer of a department within a larger organization, for example a senior academic who is head of a university academic department.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:head-of-department .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/head-of-department",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:head-of-department .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is the chief executive officer of a department within a larger organization, for example a senior academic who is head of a university academic department."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "head of department"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/2000/01/rdf-schema#label> "head of department"@en .
<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is the chief executive officer of a department within a larger organization, for example a senior academic who is head of a university academic department."@en .
<http://purl.org/spar/scoro/head-of-department> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:head-of-department .\n " .
<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/head-of-department> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/host-institution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:host-institution a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "host institution"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:host-institution .
""" ;
rdfs:comment "The role held by a institution of hosting some initiative, people, or event."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/host-institution">
<rdfs:comment xml:lang="en">The role held by a institution of hosting some initiative, people, or event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">host institution</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:host-institution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/host-institution",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:host-institution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a institution of hosting some initiative, people, or event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "host institution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/host-institution> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:host-institution .\n " .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a institution of hosting some initiative, people, or event."@en .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#label> "host institution"@en .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:author a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label ""@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:author .
""" ;
rdfs:comment "author"@en ;
rdfs:isDefinedBy scoro: ;
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/author">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdfs:label xml:lang="en"></rdfs:label>
<rdfs:comment xml:lang="en">author</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:author .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/author",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:author .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "author"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": ""
}
],
"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/author> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/pro/author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/author> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/pro/author> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:author .\n " .
<http://purl.org/spar/pro/author> <http://www.w3.org/2000/01/rdf-schema#comment> "author"@en .
<http://purl.org/spar/pro/author> <http://www.w3.org/2000/01/rdf-schema#label> ""@en .
IRI: http://purl.org/spar/scoro/illustrator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:illustrator a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "illustrator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:illustrator .
""" ;
rdfs:comment "The role a person has of being an illustrator of, or for, some entity."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/illustrator">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">illustrator</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdfs:comment xml:lang="en">The role a person has of being an illustrator of, or for, some entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:illustrator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/illustrator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:illustrator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being an illustrator of, or for, some entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "illustrator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/2000/01/rdf-schema#label> "illustrator"@en .
<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/illustrator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:illustrator .\n " .
<http://purl.org/spar/scoro/illustrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being an illustrator of, or for, some entity."@en .
IRI: http://purl.org/spar/scoro/interprets-results
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:interprets-results a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "interprets results"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results .
""" ;
rdfs:comment "The contribution of interpretation of experimental results."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/interprets-results">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">interprets results</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of interpretation of experimental results.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:interprets-results .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/interprets-results",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of interpretation of experimental results."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "interprets results"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of interpretation of experimental results."@en .
<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/interprets-results> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:interprets-results .\n " .
<http://purl.org/spar/scoro/interprets-results> <http://www.w3.org/2000/01/rdf-schema#label> "interprets results"@en .
IRI: http://purl.org/spar/scoro/inventor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:inventor a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "inventor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:inventor .
""" ;
rdfs:comment "The role a person has of being the inventor or some entity (for example, a computer algorithm, or an experimental procedure)."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/inventor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being the inventor or some entity (for example, a computer algorithm, or an experimental procedure).</rdfs:comment>
<rdfs:label xml:lang="en">inventor</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:inventor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/inventor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:inventor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being the inventor or some entity (for example, a computer algorithm, or an experimental procedure)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "inventor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/inventor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/inventor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/inventor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/inventor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being the inventor or some entity (for example, a computer algorithm, or an experimental procedure)."@en .
<http://purl.org/spar/scoro/inventor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/inventor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:inventor .\n " .
<http://purl.org/spar/scoro/inventor> <http://www.w3.org/2000/01/rdf-schema#label> "inventor"@en .
IRI: http://purl.org/spar/scoro/lead-applicant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:lead-applicant a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "lead applicant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:lead-applicant .
""" ;
rdfs:comment "The role a person has of being the lead applicant on the grant application to obtain funding to fund an endeavour such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/lead-applicant">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdfs:label xml:lang="en">lead applicant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being the lead applicant on the grant application to obtain funding to fund an endeavour such as a research project.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:lead-applicant .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/lead-applicant",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ProjectRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:lead-applicant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being the lead applicant on the grant application to obtain funding to fund an endeavour such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lead applicant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/lead-applicant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:lead-applicant .\n " .
<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/2000/01/rdf-schema#label> "lead applicant"@en .
<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being the lead applicant on the grant application to obtain funding to fund an endeavour such as a research project."@en .
<http://purl.org/spar/scoro/lead-applicant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/leads-investigation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:leads-investigation a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "leads investigation"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:leads-investigation .
""" ;
rdfs:comment """
The contribution of providing intellectual leadership and direction for the research.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that an individual other than the principal investigator and the co-investigators may make considerable leadership contributions to a research investigation.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/leads-investigation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:label xml:lang="en">leads investigation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">
The contribution of providing intellectual leadership and direction for the research.
</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:leads-investigation .
</vann:example>
<skos:note xml:lang="en">
Note that an individual other than the principal investigator and the co-investigators may make considerable leadership contributions to a research investigation.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/leads-investigation",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:leads-investigation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of providing intellectual leadership and direction for the research. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "leads investigation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that an individual other than the principal investigator and the co-investigators may make considerable leadership contributions to a research investigation.\n "
}
]
}
]<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/2000/01/rdf-schema#label> "leads investigation"@en .
<http://purl.org/spar/scoro/leads-investigation> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:leads-investigation .\n " .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of providing intellectual leadership and direction for the research. \n"@en .
<http://purl.org/spar/scoro/leads-investigation> <http://www.w3.org/2004/02/skos/core#note> "\nNote that an individual other than the principal investigator and the co-investigators may make considerable leadership contributions to a research investigation.\n "@en .
IRI: http://purl.org/spar/scoro/maintains-IT-Infrastructure
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:maintains-IT-Infrastructure a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "maintains IT infrastructure"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-IT-infrastructure .
""" ;
rdfs:comment "The contribution of maintaining the IT infrastructure required for the research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/maintains-IT-Infrastructure">
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">maintains IT infrastructure</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of maintaining the IT infrastructure required for the research.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-IT-infrastructure .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/maintains-IT-Infrastructure",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-IT-infrastructure .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of maintaining the IT infrastructure required for the research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "maintains IT infrastructure"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of maintaining the IT infrastructure required for the research."@en .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/2000/01/rdf-schema#label> "maintains IT infrastructure"@en .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/maintains-IT-Infrastructure> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-IT-infrastructure .\n " .
IRI: http://purl.org/spar/scoro/maintains-organisms-or-cells
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:maintains-organisms-or-cells a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "maintains organisms or cell cultures"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-organisms-or-cells .
""" ;
rdfs:comment """
The contribution of maintaining multicellular organisms (plants, animals or fungi) or cell cultures used as experimental subjects, and of breeding these where appropriate.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that there may be occasions when it is inappropriate to acknowledge such contributions, for fear of personal reprisals on the individuals involved from animal rights activists.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/maintains-organisms-or-cells">
<rdfs:comment xml:lang="en">
The contribution of maintaining multicellular organisms (plants, animals or fungi) or cell cultures used as experimental subjects, and of breeding these where appropriate.
</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">maintains organisms or cell cultures</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-organisms-or-cells .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Note that there may be occasions when it is inappropriate to acknowledge such contributions, for fear of personal reprisals on the individuals involved from animal rights activists.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/maintains-organisms-or-cells",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-organisms-or-cells .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of maintaining multicellular organisms (plants, animals or fungi) or cell cultures used as experimental subjects, and of breeding these where appropriate. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "maintains organisms or cell cultures"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that there may be occasions when it is inappropriate to acknowledge such contributions, for fear of personal reprisals on the individuals involved from animal rights activists.\n"
}
]
}
]<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of maintaining multicellular organisms (plants, animals or fungi) or cell cultures used as experimental subjects, and of breeding these where appropriate. \n"@en .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#label> "maintains organisms or cell cultures"@en .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-organisms-or-cells .\n " .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/2004/02/skos/core#note> "\nNote that there may be occasions when it is inappropriate to acknowledge such contributions, for fear of personal reprisals on the individuals involved from animal rights activists.\n"@en .
<http://purl.org/spar/scoro/maintains-organisms-or-cells> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/maintains-research-facility
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:maintains-research-facility a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "maintains research facility"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-research-facility .
""" ;
rdfs:comment "The contribution of managing and operating a research facility, for example a confocal microscopy facility."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/maintains-research-facility">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">maintains research facility</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of managing and operating a research facility, for example a confocal microscopy facility.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:maintains-research-facility .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/maintains-research-facility",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-research-facility .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of managing and operating a research facility, for example a confocal microscopy facility."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "maintains research facility"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/2000/01/rdf-schema#label> "maintains research facility"@en .
<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/maintains-research-facility> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:maintains-research-facility .\n " .
<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/maintains-research-facility> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of managing and operating a research facility, for example a confocal microscopy facility."@en .
IRI: http://purl.org/spar/scoro/manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:manager a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "manager"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:manager .
""" ;
rdfs:comment "The role held by a person responsible for managing the day-to-day activities of an activity, enterprise or organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/manager">
<rdfs:label xml:lang="en">manager</rdfs:label>
<rdfs:comment xml:lang="en">The role held by a person responsible for managing the day-to-day activities of an activity, enterprise or organization.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:manager .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/manager",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:manager .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person responsible for managing the day-to-day activities of an activity, enterprise or organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/manager> <http://www.w3.org/2000/01/rdf-schema#label> "manager"@en .
<http://purl.org/spar/scoro/manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person responsible for managing the day-to-day activities of an activity, enterprise or organization."@en .
<http://purl.org/spar/scoro/manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/manager> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:manager .\n " .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:manages-project a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "manages project"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:manages-project .
""" ;
rdfs:comment """
The contribution of project management.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that an individual other than the person holding the formal role of project manager may make considerable contributions to the management of a research project.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/manages-project">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdfs:label xml:lang="en">manages project</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">
The contribution of project management.
</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:manages-project .
</vann:example>
<skos:note xml:lang="en">
Note that an individual other than the person holding the formal role of project manager may make considerable contributions to the management of a research project.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/manages-project",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:manages-project .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of project management. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manages project"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that an individual other than the person holding the formal role of project manager may make considerable contributions to the management of a research project.\n"
}
]
}
]<http://purl.org/spar/scoro/manages-project> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:manages-project .\n " .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/2000/01/rdf-schema#label> "manages project"@en .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/2004/02/skos/core#note> "\nNote that an individual other than the person holding the formal role of project manager may make considerable contributions to the management of a research project.\n"@en .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/manages-project> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of project management. \n"@en .
IRI: http://purl.org/spar/scoro/master-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:master-student a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "master student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:master-student .
""" ;
rdfs:comment "The role of a person registerd for a master degree at a university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/master-student">
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of a person registerd for a master degree at a university.</rdfs:comment>
<rdfs:label xml:lang="en">master student</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:master-student .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/master-student",
"@type": [
"http://purl.org/spar/scoro/EducationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:master-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person registerd for a master degree at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "master student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/master-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person registerd for a master degree at a university."@en .
<http://purl.org/spar/scoro/master-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/master-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/master-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/master-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:master-student .\n " .
<http://purl.org/spar/scoro/master-student> <http://www.w3.org/2000/01/rdf-schema#label> "master student"@en .
<http://purl.org/spar/scoro/master-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/member
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:member a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "member"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:member .
""" ;
rdfs:comment "The role held by an agent of belonging to a group or organization."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/member">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by an agent of belonging to a group or organization.</rdfs:comment>
<rdfs:label xml:lang="en">member</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:member .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/member",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:member .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of belonging to a group or organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "member"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/member> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/member> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of belonging to a group or organization."@en .
<http://purl.org/spar/scoro/member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/member> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/member> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:member .\n " .
<http://purl.org/spar/scoro/member> <http://www.w3.org/2000/01/rdf-schema#label> "member"@en .
IRI: http://purl.org/spar/scoro/non-academic-staff-member
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:non-academic-staff-member a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "non-academic staff member"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:non-academic-staff-member .
""" ;
rdfs:comment "The role of a person employed within a university department, school or institute who is not a member of the academic faculty."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/non-academic-staff-member">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of a person employed within a university department, school or institute who is not a member of the academic faculty.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:label xml:lang="en">non-academic staff member</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:non-academic-staff-member .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/non-academic-staff-member",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:non-academic-staff-member .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person employed within a university department, school or institute who is not a member of the academic faculty."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "non-academic staff member"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/2000/01/rdf-schema#label> "non-academic staff member"@en .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person employed within a university department, school or institute who is not a member of the academic faculty."@en .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:non-academic-staff-member .\n " .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/non-academic-staff-member> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/obtains-and-or-prepares-specimens
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:obtains-and-or-prepares-specimens a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "obtains and/or prepared specimens"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:obtains-and-or-prepares-specimens .
""" ;
rdfs:comment "The contribution of obtaining and/or preparing specimens in a manner requiring research expertise or skill, for example collecting and preparing fossils, or preparing electron microscope specimens for examination."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/obtains-and-or-prepares-specimens">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">obtains and/or prepared specimens</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of obtaining and/or preparing specimens in a manner requiring research expertise or skill, for example collecting and preparing fossils, or preparing electron microscope specimens for examination.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:obtains-and-or-prepares-specimens .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/obtains-and-or-prepares-specimens",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:obtains-and-or-prepares-specimens .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of obtaining and/or preparing specimens in a manner requiring research expertise or skill, for example collecting and preparing fossils, or preparing electron microscope specimens for examination."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "obtains and/or prepared specimens"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of obtaining and/or preparing specimens in a manner requiring research expertise or skill, for example collecting and preparing fossils, or preparing electron microscope specimens for examination."@en .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:obtains-and-or-prepares-specimens .\n " .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/2000/01/rdf-schema#label> "obtains and/or prepared specimens"@en .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/obtains-and-or-prepares-specimens> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/organizer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:organizer a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "organizer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:organizer .
""" ;
rdfs:comment "The role held by an agent who organizes something, such as a conference, a private meeting or a public event."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/organizer">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role held by an agent who organizes something, such as a conference, a private meeting or a public event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">organizer</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:organizer .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/organizer",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:organizer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who organizes something, such as a conference, a private meeting or a public event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organizer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/organizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/organizer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:organizer .\n " .
<http://purl.org/spar/scoro/organizer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who organizes something, such as a conference, a private meeting or a public event."@en .
<http://purl.org/spar/scoro/organizer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/organizer> <http://www.w3.org/2000/01/rdf-schema#label> "organizer"@en .
<http://purl.org/spar/scoro/organizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/organizer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/owner
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:owner a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "owner"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:owner .
""" ;
rdfs:comment "The role held by an agent who is the owner of something with actual or potential financial value, for example a building, a piece of equipment, the copyright of a document, or the intellectual property rights relating to an idea or discovery."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/owner">
<rdfs:comment xml:lang="en">The role held by an agent who is the owner of something with actual or potential financial value, for example a building, a piece of equipment, the copyright of a document, or the intellectual property rights relating to an idea or discovery.</rdfs:comment>
<rdfs:label xml:lang="en">owner</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:owner .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/owner",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:owner .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who is the owner of something with actual or potential financial value, for example a building, a piece of equipment, the copyright of a document, or the intellectual property rights relating to an idea or discovery."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "owner"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/owner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/owner> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/owner> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who is the owner of something with actual or potential financial value, for example a building, a piece of equipment, the copyright of a document, or the intellectual property rights relating to an idea or discovery."@en .
<http://purl.org/spar/scoro/owner> <http://www.w3.org/2000/01/rdf-schema#label> "owner"@en .
<http://purl.org/spar/scoro/owner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/owner> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/owner> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:owner .\n " .
IRI: http://purl.org/spar/scoro/participant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:participant a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "participant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:participant .
""" ;
rdfs:comment "The role held by an agent who takes part in something, for example a conference, a private meeting or a public event."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/participant">
<rdfs:label xml:lang="en">participant</rdfs:label>
<rdfs:comment xml:lang="en">The role held by an agent who takes part in something, for example a conference, a private meeting or a public event.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:participant .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/participant",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:participant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who takes part in something, for example a conference, a private meeting or a public event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "participant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/participant> <http://www.w3.org/2000/01/rdf-schema#label> "participant"@en .
<http://purl.org/spar/scoro/participant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who takes part in something, for example a conference, a private meeting or a public event."@en .
<http://purl.org/spar/scoro/participant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/participant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/participant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/participant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/participant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:participant .\n " .
IRI: http://purl.org/spar/scoro/partner
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:partner a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "partner"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:partner .
""" ;
rdfs:comment "The role held by a person who is a partner with one or more other people in an organization, project, endeavour, activity or sphere of common interest."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/partner">
<rdfs:comment xml:lang="en">The role held by a person who is a partner with one or more other people in an organization, project, endeavour, activity or sphere of common interest.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">partner</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:partner .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/partner",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:partner .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is a partner with one or more other people in an organization, project, endeavour, activity or sphere of common interest."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "partner"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/partner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/partner> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:partner .\n " .
<http://purl.org/spar/scoro/partner> <http://www.w3.org/2000/01/rdf-schema#label> "partner"@en .
<http://purl.org/spar/scoro/partner> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/partner> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is a partner with one or more other people in an organization, project, endeavour, activity or sphere of common interest."@en .
<http://purl.org/spar/scoro/partner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/partner> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/patent-holder
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:patent-holder a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "patent holder"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:patent-holder .
""" ;
rdfs:comment """
The role held by an agent who holds a patent.
"""@en ;
rdfs:isDefinedBy scoro: ;
rdfs:seeAlso pro:copyright-owner,
scoro:rights-holder ;
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/scoro/patent-holder">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">
The role held by an agent who holds a patent.
</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/copyright-owner"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/rights-holder"/>
<rdfs:label xml:lang="en">patent holder</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:patent-holder .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/patent-holder",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:patent-holder .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe role held by an agent who holds a patent.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "patent holder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pro/copyright-owner"
},
{
"@id": "http://purl.org/spar/scoro/rights-holder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe role held by an agent who holds a patent.\n"@en .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/copyright-owner> .
<http://purl.org/spar/scoro/patent-holder> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:patent-holder .\n " .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/rights-holder> .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2000/01/rdf-schema#label> "patent holder"@en .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/patent-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/performs-experiments
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:performs-experiments a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "performs experiments"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:performs-experiments .
""" ;
rdfs:comment "The contribution of performing experiments."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/performs-experiments">
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of performing experiments.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">performs experiments</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:performs-experiments .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/performs-experiments",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:performs-experiments .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of performing experiments."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "performs experiments"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of performing experiments."@en .
<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/performs-experiments> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:performs-experiments .\n " .
<http://purl.org/spar/scoro/performs-experiments> <http://www.w3.org/2000/01/rdf-schema#label> "performs experiments"@en .
IRI: http://purl.org/spar/scoro/photographer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:photographer a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "photographer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:photographer .
""" ;
rdfs:comment "The role a person has of being a photographer of, or for, some entity."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/photographer">
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">photographer</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being a photographer of, or for, some entity.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:photographer .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/photographer",
"@type": [
"http://purl.org/spar/scoro/AuthorshipRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:photographer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a photographer of, or for, some entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "photographer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/photographer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/photographer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/photographer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:photographer .\n " .
<http://purl.org/spar/scoro/photographer> <http://www.w3.org/2000/01/rdf-schema#label> "photographer"@en .
<http://purl.org/spar/scoro/photographer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/photographer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a photographer of, or for, some entity."@en .
<http://purl.org/spar/scoro/photographer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/possessor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:possessor a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "possessor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:possessor .
""" ;
rdfs:comment "The role held by an agent as possessor or owner of some entity such as an address or a telephone number."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/possessor">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent as possessor or owner of some entity such as an address or a telephone number.</rdfs:comment>
<rdfs:label xml:lang="en">possessor</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:possessor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/possessor",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:possessor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent as possessor or owner of some entity such as an address or a telephone number."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "possessor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/possessor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/possessor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:possessor .\n " .
<http://purl.org/spar/scoro/possessor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/possessor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/possessor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent as possessor or owner of some entity such as an address or a telephone number."@en .
<http://purl.org/spar/scoro/possessor> <http://www.w3.org/2000/01/rdf-schema#label> "possessor"@en .
<http://purl.org/spar/scoro/possessor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/postdoctoral-researcher
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:postdoctoral-researcher a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "postdoctoral researcher"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:postdoctoral-researcher .
""" ;
rdfs:comment "The role a person has of being a post-doctoral researcher involved in a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/postdoctoral-researcher">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:comment xml:lang="en">The role a person has of being a post-doctoral researcher involved in a research investigation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">postdoctoral researcher</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:postdoctoral-researcher .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/postdoctoral-researcher",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:postdoctoral-researcher .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a post-doctoral researcher involved in a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "postdoctoral researcher"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/2000/01/rdf-schema#label> "postdoctoral researcher"@en .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:postdoctoral-researcher .\n " .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a post-doctoral researcher involved in a research investigation."@en .
<http://purl.org/spar/scoro/postdoctoral-researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
IRI: http://purl.org/spar/scoro/postgraduate-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:postgraduate-student a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "postgraduate student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:postgraduate-student .
""" ;
rdfs:comment "The role of a person registerd for a graduate (masters or doctoral) degree at a university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/postgraduate-student">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdfs:label xml:lang="en">postgraduate student</rdfs:label>
<rdfs:comment xml:lang="en">The role of a person registerd for a graduate (masters or doctoral) degree at a university.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:postgraduate-student .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/postgraduate-student",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/EducationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:postgraduate-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person registerd for a graduate (masters or doctoral) degree at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "postgraduate student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/postgraduate-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:postgraduate-student .\n " .
<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/2000/01/rdf-schema#label> "postgraduate student"@en .
<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person registerd for a graduate (masters or doctoral) degree at a university."@en .
<http://purl.org/spar/scoro/postgraduate-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
IRI: http://purl.org/spar/scoro/prepares-illustrations
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:prepares-illustrations a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "prepares illustrations"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
""" ;
rdfs:comment "The contribution of selecting the data and preparing the figures and tables presenting these data for inclusion in the publication. "@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/prepares-illustrations">
<rdfs:label xml:lang="en">prepares illustrations</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdfs:comment xml:lang="en">The contribution of selecting the data and preparing the figures and tables presenting these data for inclusion in the publication. </rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-illustrations .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/prepares-illustrations",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of selecting the data and preparing the figures and tables presenting these data for inclusion in the publication. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "prepares illustrations"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/2000/01/rdf-schema#label> "prepares illustrations"@en .
<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of selecting the data and preparing the figures and tables presenting these data for inclusion in the publication. "@en .
<http://purl.org/spar/scoro/prepares-illustrations> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-illustrations .\n " .
<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/prepares-illustrations> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/prepares-supplementary-information
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:prepares-supplementary-information a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "prepares supplementary information"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-supplementary-information .
""" ;
rdfs:comment "The contribution of preparing the supplementary information files submitted with the manuscript. "@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/prepares-supplementary-information">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of preparing the supplementary information files submitted with the manuscript. </rdfs:comment>
<rdfs:label xml:lang="en">prepares supplementary information</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:prepares-supplementary-information .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/prepares-supplementary-information",
"@type": [
"http://purl.org/spar/scoro/AuthorshipContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-supplementary-information .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of preparing the supplementary information files submitted with the manuscript. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "prepares supplementary information"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of preparing the supplementary information files submitted with the manuscript. "@en .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/2000/01/rdf-schema#label> "prepares supplementary information"@en .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/prepares-supplementary-information> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:prepares-supplementary-information .\n " .
IRI: http://purl.org/spar/scoro/principal-author
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:principal-author a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "principal author"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:principal-author .
""" ;
rdfs:comment """
The role an author has of being the principal or primary author of the document, who has contributed most to the work described.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
In some communities, but not all, the principal author is named first in the author list.
Two or more authors can have the role of principal author if they contributed equally to the work.
This role should not be employed in communities in which no primacy of authorship is asserted, but where all authors are deemed to have made an equal contribution to the work.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/principal-author">
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">principal author</rdfs:label>
<rdfs:comment xml:lang="en">
The role an author has of being the principal or primary author of the document, who has contributed most to the work described.
</rdfs:comment>
<skos:note xml:lang="en">
In some communities, but not all, the principal author is named first in the author list.
Two or more authors can have the role of principal author if they contributed equally to the work.
This role should not be employed in communities in which no primacy of authorship is asserted, but where all authors are deemed to have made an equal contribution to the work.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:principal-author .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/principal-author",
"@type": [
"http://purl.org/spar/scoro/AuthorshipRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:principal-author .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe role an author has of being the principal or primary author of the document, who has contributed most to the work described. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "principal author"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIn some communities, but not all, the principal author is named first in the author list. \nTwo or more authors can have the role of principal author if they contributed equally to the work. \nThis role should not be employed in communities in which no primacy of authorship is asserted, but where all authors are deemed to have made an equal contribution to the work.\n"
}
]
}
]<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/2000/01/rdf-schema#label> "principal author"@en .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/2004/02/skos/core#note> "\nIn some communities, but not all, the principal author is named first in the author list. \nTwo or more authors can have the role of principal author if they contributed equally to the work. \nThis role should not be employed in communities in which no primacy of authorship is asserted, but where all authors are deemed to have made an equal contribution to the work.\n"@en .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe role an author has of being the principal or primary author of the document, who has contributed most to the work described. \n"@en .
<http://purl.org/spar/scoro/principal-author> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:principal-author .\n " .
<http://purl.org/spar/scoro/principal-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/principal-investigator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:principal-investigator a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "principal investigator"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:principal-investigator .
""" ;
rdfs:comment "The role a person has of being the principal investigator for a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/principal-investigator">
<rdfs:label xml:lang="en">principal investigator</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:comment xml:lang="en">The role a person has of being the principal investigator for a research investigation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:principal-investigator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/principal-investigator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:principal-investigator .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being the principal investigator for a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "principal investigator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/2000/01/rdf-schema#label> "principal investigator"@en .
<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being the principal investigator for a research investigation."@en .
<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/principal-investigator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/principal-investigator> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:principal-investigator .\n " .
IRI: http://purl.org/spar/scoro/processes-data
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:processes-data a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "processs data"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:processes-data .
""" ;
rdfs:comment "The contribution of processing, cleaning, assembling, condensing or refining the data."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/processes-data">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">processs data</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of processing, cleaning, assembling, condensing or refining the data.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:processes-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/processes-data",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:processes-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of processing, cleaning, assembling, condensing or refining the data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "processs data"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/2000/01/rdf-schema#label> "processs data"@en .
<http://purl.org/spar/scoro/processes-data> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:processes-data .\n " .
<http://purl.org/spar/scoro/processes-data> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of processing, cleaning, assembling, condensing or refining the data."@en .
IRI: http://purl.org/spar/scoro/programme-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:programme-manager a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "programme manager"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:programme-manager .
""" ;
rdfs:comment "The role held by a person who is in charge of a programme of related activities or projects, for example on behalf of a funding agency."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/programme-manager">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">programme manager</rdfs:label>
<rdfs:comment xml:lang="en">The role held by a person who is in charge of a programme of related activities or projects, for example on behalf of a funding agency.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:programme-manager .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/programme-manager",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:programme-manager .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who is in charge of a programme of related activities or projects, for example on behalf of a funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "programme manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/2000/01/rdf-schema#label> "programme manager"@en .
<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/programme-manager> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:programme-manager .\n " .
<http://purl.org/spar/scoro/programme-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who is in charge of a programme of related activities or projects, for example on behalf of a funding agency."@en .
IRI: http://purl.org/spar/scoro/project-leader
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-leader a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "project leader"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-leader .
""" ;
rdfs:comment "The role a person or an institution has of being project leader for a resource or a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/project-leader">
<rdfs:comment xml:lang="en">The role a person or an institution has of being project leader for a resource or a project such as a research project.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">project leader</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-leader .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-leader",
"@type": [
"http://purl.org/spar/scoro/ProjectRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-leader .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person or an institution has of being project leader for a resource or a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project leader"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person or an institution has of being project leader for a resource or a project such as a research project."@en .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#label> "project leader"@en .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/project-leader> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-leader .\n " .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/project-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-manager a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "project manager"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-manager .
""" ;
rdfs:comment "The role a person has of being project manager for a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/project-manager">
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role a person has of being project manager for a project such as a research project.</rdfs:comment>
<rdfs:label xml:lang="en">project manager</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-manager .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-manager",
"@type": [
"http://purl.org/spar/scoro/ProjectRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-manager .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being project manager for a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-manager> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-manager .\n " .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#label> "project manager"@en .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being project manager for a project such as a research project."@en .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/project-member
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-member a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "project member"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-member .
""" ;
rdfs:comment "The role a person has of being a member of a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/project-member">
<rdfs:label xml:lang="en">project member</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a member of a project such as a research project.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-member .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-member",
"@type": [
"http://purl.org/spar/scoro/ProjectRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-member .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a member of a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project member"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#label> "project member"@en .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a member of a project such as a research project."@en .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-member> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-member .\n " .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/project-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-student a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "project student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-student .
""" ;
rdfs:comment "The role a person has of being a project student, namely someone engaged in an undergraduate research project as part of studying for an undergraduate degree at a university, whose research will be presented in an undergraduate research project report in part fulfilment of the requirements of that degree."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/project-student">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:label xml:lang="en">project student</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being a project student, namely someone engaged in an undergraduate research project as part of studying for an undergraduate degree at a university, whose research will be presented in an undergraduate research project report in part fulfilment of the requirements of that degree.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:project-student .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-student",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a project student, namely someone engaged in an undergraduate research project as part of studying for an undergraduate degree at a university, whose research will be presented in an undergraduate research project report in part fulfilment of the requirements of that degree."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:project-student .\n " .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/2000/01/rdf-schema#label> "project student"@en .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/project-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a project student, namely someone engaged in an undergraduate research project as part of studying for an undergraduate degree at a university, whose research will be presented in an undergraduate research project report in part fulfilment of the requirements of that degree."@en .
IRI: http://purl.org/spar/scoro/provides-service
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-service a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provided service"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-service .
""" ;
rdfs:comment "The contribution of providing a research service, for example a DNA sequencing service or a custom peptide synthesis service."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-service">
<rdfs:label xml:lang="en">provided service</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of providing a research service, for example a DNA sequencing service or a custom peptide synthesis service.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-service .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-service",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-service .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing a research service, for example a DNA sequencing service or a custom peptide synthesis service."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provided service"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/2000/01/rdf-schema#label> "provided service"@en .
<http://purl.org/spar/scoro/provides-service> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-service .\n " .
<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing a research service, for example a DNA sequencing service or a custom peptide synthesis service."@en .
<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-service> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/provides-administrative-support
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-administrative-support a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "provides administrative support"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-administrative-support .
""" ;
rdfs:comment "The contribution of providing administrative support for the research project."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-administrative-support">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">provides administrative support</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of providing administrative support for the research project.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-administrative-support .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-administrative-support",
"@type": [
"http://purl.org/spar/scoro/OrganizationalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-administrative-support .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing administrative support for the research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides administrative support"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/2000/01/rdf-schema#label> "provides administrative support"@en .
<http://purl.org/spar/scoro/provides-administrative-support> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-administrative-support .\n " .
<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing administrative support for the research project."@en .
<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-administrative-support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/provides-advice
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-advice a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "provides advice"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-advice .
""" ;
rdfs:comment "The contribution of providing advice to facilitate the research, while not actively participating in the work."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-advice">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">provides advice</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of providing advice to facilitate the research, while not actively participating in the work.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-advice .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-advice",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-advice .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing advice to facilitate the research, while not actively participating in the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides advice"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/2000/01/rdf-schema#label> "provides advice"@en .
<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing advice to facilitate the research, while not actively participating in the work."@en .
<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-advice> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-advice .\n " .
<http://purl.org/spar/scoro/provides-advice> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/provides-exising-data
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-exising-data a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides existing data"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-existing-data .
""" ;
rdfs:comment "The contribution of providing pre-existing data for re-use in the research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-exising-data">
<rdfs:label xml:lang="en">provides existing data</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of providing pre-existing data for re-use in the research.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-existing-data .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-exising-data",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-existing-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing pre-existing data for re-use in the research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides existing data"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-exising-data> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-existing-data .\n " .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing pre-existing data for re-use in the research."@en .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/2000/01/rdf-schema#label> "provides existing data"@en .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-exising-data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/provides-patients
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-patients a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides patients"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-patients .
""" ;
rdfs:comment "The contribution of providing access to medical or veterinary patients, to make possible the research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-patients">
<rdfs:comment xml:lang="en">The contribution of providing access to medical or veterinary patients, to make possible the research.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">provides patients</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-patients .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-patients",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-patients .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing access to medical or veterinary patients, to make possible the research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides patients"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing access to medical or veterinary patients, to make possible the research."@en .
<http://purl.org/spar/scoro/provides-patients> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-patients .\n " .
<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/2000/01/rdf-schema#label> "provides patients"@en .
<http://purl.org/spar/scoro/provides-patients> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/provides-reagents-specimens-or-materials
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-reagents-specimens-or-materials a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides reagents, specimens or materials"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-reagents-specimens-or-materials .
""" ;
rdfs:comment "The contribution of providing reagents, specimens or materials, including living organisms and cells, for example those not readily obtainable from commercial sources, to make possible the research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-reagents-specimens-or-materials">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of providing reagents, specimens or materials, including living organisms and cells, for example those not readily obtainable from commercial sources, to make possible the research.</rdfs:comment>
<rdfs:label xml:lang="en">provides reagents, specimens or materials</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-reagents-specimens-or-materials .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-reagents-specimens-or-materials",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ExperimentalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-reagents-specimens-or-materials .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing reagents, specimens or materials, including living organisms and cells, for example those not readily obtainable from commercial sources, to make possible the research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides reagents, specimens or materials"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/2000/01/rdf-schema#label> "provides reagents, specimens or materials"@en .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-reagents-specimens-or-materials .\n " .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-reagents-specimens-or-materials> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing reagents, specimens or materials, including living organisms and cells, for example those not readily obtainable from commercial sources, to make possible the research."@en .
IRI: http://purl.org/spar/scoro/provides-software
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-software a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides software"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-software .
""" ;
rdfs:comment "The contribution of providing software to facilitate the research, while not actively participating in the work."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-software">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of providing software to facilitate the research, while not actively participating in the work.</rdfs:comment>
<rdfs:label xml:lang="en">provides software</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-software .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-software",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-software .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing software to facilitate the research, while not actively participating in the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides software"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing software to facilitate the research, while not actively participating in the work."@en .
<http://purl.org/spar/scoro/provides-software> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-software .\n " .
<http://purl.org/spar/scoro/provides-software> <http://www.w3.org/2000/01/rdf-schema#label> "provides software"@en .
IRI: http://purl.org/spar/scoro/provides-technical-support
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-technical-support a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides technical support"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-technical-support .
""" ;
rdfs:comment "The contribution of providing technical support that facilitates research."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-technical-support">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of providing technical support that facilitates research.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">provides technical support</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-technical-support .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-technical-support",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-technical-support .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing technical support that facilitates research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides technical support"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing technical support that facilitates research."@en .
<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/provides-technical-support> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-technical-support .\n " .
<http://purl.org/spar/scoro/provides-technical-support> <http://www.w3.org/2000/01/rdf-schema#label> "provides technical support"@en .
IRI: http://purl.org/spar/scoro/provides-tools-equipment-or-facilities
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:provides-tools-equipment-or-facilities a scoro:ExperimentalContribution,
owl:NamedIndividual ;
rdfs:label "provides tools, equipment or facilities"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-tools-equipment-or-facilities .
""" ;
rdfs:comment "The contribution of providing tools, equipment or facilities for the research, while not actively participating in the work."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/provides-tools-equipment-or-facilities">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ExperimentalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The contribution of providing tools, equipment or facilities for the research, while not actively participating in the work.</rdfs:comment>
<rdfs:label xml:lang="en">provides tools, equipment or facilities</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:provides-tools-equipment-or-facilities .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/provides-tools-equipment-or-facilities",
"@type": [
"http://purl.org/spar/scoro/ExperimentalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-tools-equipment-or-facilities .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of providing tools, equipment or facilities for the research, while not actively participating in the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides tools, equipment or facilities"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/2000/01/rdf-schema#label> "provides tools, equipment or facilities"@en .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:provides-tools-equipment-or-facilities .\n " .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ExperimentalContribution> .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of providing tools, equipment or facilities for the research, while not actively participating in the work."@en .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/provides-tools-equipment-or-facilities> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/publishes-data
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:publishes-data a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "publishes data"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:publishes-data .
""" ;
rdfs:comment """
The contribution of publishing in a public database or data repository data arising from the research.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that this activity is distinct from that of publishing a journal article containing a selection of these data.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/publishes-data">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">
The contribution of publishing in a public database or data repository data arising from the research.
</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">publishes data</rdfs:label>
<skos:note xml:lang="en">
Note that this activity is distinct from that of publishing a journal article containing a selection of these data.
</skos:note>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:publishes-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/publishes-data",
"@type": [
"http://purl.org/spar/scoro/AuthorshipContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:publishes-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of publishing in a public database or data repository data arising from the research. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "publishes data"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that this activity is distinct from that of publishing a journal article containing a selection of these data.\n"
}
]
}
]<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/publishes-data> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:publishes-data .\n " .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/2004/02/skos/core#note> "\nNote that this activity is distinct from that of publishing a journal article containing a selection of these data.\n"@en .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of publishing in a public database or data repository data arising from the research. \n"@en .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/2000/01/rdf-schema#label> "publishes data"@en .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/publishes-data> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/purchaser
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:purchaser a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "purchaser"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:purchaser .
""" ;
rdfs:comment "The role held by an agent of making purchases of goods or services, the cost of which is typically charged to a particular academic budget, for example a project manager placing an order to purchase equipment funded from a research grant."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/purchaser">
<rdfs:label xml:lang="en">purchaser</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent of making purchases of goods or services, the cost of which is typically charged to a particular academic budget, for example a project manager placing an order to purchase equipment funded from a research grant.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:purchaser .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/purchaser",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:purchaser .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of making purchases of goods or services, the cost of which is typically charged to a particular academic budget, for example a project manager placing an order to purchase equipment funded from a research grant."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "purchaser"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/2000/01/rdf-schema#label> "purchaser"@en .
<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of making purchases of goods or services, the cost of which is typically charged to a particular academic budget, for example a project manager placing an order to purchase equipment funded from a research grant."@en .
<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/purchaser> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:purchaser .\n " .
<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/purchaser> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/registrar
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:registrar a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "registrar"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:registrar .
""" ;
rdfs:comment "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/registrar">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution.</rdfs:comment>
<rdfs:label xml:lang="en">registrar</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:registrar .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/registrar",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:registrar .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "registrar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/registrar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/registrar> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:registrar .\n " .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."@en .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#label> "registrar"@en .
IRI: http://purl.org/spar/scoro/registration-agency
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:registration-agency a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "registration agency"@en ;
vann:example """
:my-organization a foaf:Organization ;
pro:holdsRoleInTime :my-organization-role .
:my-organization-role a pro:RoleInTime ;
pro:withRole scoro:registration-agency .
""" ;
rdfs:comment "The role of an agent officially appointed by a Registration Authority that acts to register things. For example, CrossRef is a registration agency for DOIs relating to documents, while DataCite is a registration agency for DOIs relating to datasets, both acting for the Registration Authority for DOIs, namely the International DOI Foundation (IDF)."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/registration-agency">
<rdfs:label xml:lang="en">registration agency</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of an agent officially appointed by a Registration Authority that acts to register things. For example, CrossRef is a registration agency for DOIs relating to documents, while DataCite is a registration agency for DOIs relating to datasets, both acting for the Registration Authority for DOIs, namely the International DOI Foundation (IDF).</rdfs:comment>
<vann:example>
:my-organization a foaf:Organization ;
pro:holdsRoleInTime :my-organization-role .
:my-organization-role a pro:RoleInTime ;
pro:withRole scoro:registration-agency .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/registration-agency",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization a foaf:Organization ;\n pro:holdsRoleInTime :my-organization-role .\n\n :my-organization-role a pro:RoleInTime ;\n pro:withRole scoro:registration-agency .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent officially appointed by a Registration Authority that acts to register things. For example, CrossRef is a registration agency for DOIs relating to documents, while DataCite is a registration agency for DOIs relating to datasets, both acting for the Registration Authority for DOIs, namely the International DOI Foundation (IDF)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "registration agency"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/registration-agency> <http://purl.org/vocab/vann/example> "\n :my-organization a foaf:Organization ;\n pro:holdsRoleInTime :my-organization-role .\n\n :my-organization-role a pro:RoleInTime ;\n pro:withRole scoro:registration-agency .\n " .
<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent officially appointed by a Registration Authority that acts to register things. For example, CrossRef is a registration agency for DOIs relating to documents, while DataCite is a registration agency for DOIs relating to datasets, both acting for the Registration Authority for DOIs, namely the International DOI Foundation (IDF)."@en .
<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/2000/01/rdf-schema#label> "registration agency"@en .
<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/registration-agency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/registration-authority
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:registration-authority a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "registration authority"@en ;
vann:example """
:my-organization a foaf:Organization ;
pro:holdsRoleInTime :my-organization-role .
:my-organization-role a pro:RoleInTime ;
pro:withRole scoro:registration-authority .
""" ;
rdfs:comment "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/registration-authority">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs.</rdfs:comment>
<rdfs:label xml:lang="en">registration authority</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-organization a foaf:Organization ;
pro:holdsRoleInTime :my-organization-role .
:my-organization-role a pro:RoleInTime ;
pro:withRole scoro:registration-authority .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/registration-authority",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization a foaf:Organization ;\n pro:holdsRoleInTime :my-organization-role .\n\n :my-organization-role a pro:RoleInTime ;\n pro:withRole scoro:registration-authority .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "registration authority"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."@en .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#label> "registration authority"@en .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/registration-authority> <http://purl.org/vocab/vann/example> "\n :my-organization a foaf:Organization ;\n pro:holdsRoleInTime :my-organization-role .\n\n :my-organization-role a pro:RoleInTime ;\n pro:withRole scoro:registration-authority .\n " .
IRI: http://purl.org/spar/scoro/repository-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:repository-manager a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "repository manager"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:repository-manager .
""" ;
rdfs:comment "The role a person has of being a manager of a repository where entities are given secure long-term storage, typically digital repository for information objects, for example a data repository."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/repository-manager">
<rdfs:comment xml:lang="en">The role a person has of being a manager of a repository where entities are given secure long-term storage, typically digital repository for information objects, for example a data repository.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">repository manager</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:repository-manager .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/repository-manager",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:repository-manager .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a manager of a repository where entities are given secure long-term storage, typically digital repository for information objects, for example a data repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "repository manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/2000/01/rdf-schema#label> "repository manager"@en .
<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/repository-manager> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:repository-manager .\n " .
<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/repository-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a manager of a repository where entities are given secure long-term storage, typically digital repository for information objects, for example a data repository."@en .
IRI: http://purl.org/spar/scoro/research-assistant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:research-assistant a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "research assistant"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:research-assistant .
""" ;
rdfs:comment "The role a person has of being a research assistant involved in a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/research-assistant">
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role a person has of being a research assistant involved in a research investigation.</rdfs:comment>
<rdfs:label xml:lang="en">research assistant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:research-assistant .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/research-assistant",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:research-assistant .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a research assistant involved in a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research assistant"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/research-assistant> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:research-assistant .\n " .
<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a research assistant involved in a research investigation."@en .
<http://purl.org/spar/scoro/research-assistant> <http://www.w3.org/2000/01/rdf-schema#label> "research assistant"@en .
IRI: http://purl.org/spar/scoro/research-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:research-student a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "research student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:research-student .
""" ;
rdfs:comment "The role a person has of being a research student, namely someone engaged in research as part of studying for a higher degree at a university or research institute, whose research will be presented in a thesis in part fulfilment of the requirements of that degree."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/research-student">
<rdfs:label xml:lang="en">research student</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role a person has of being a research student, namely someone engaged in research as part of studying for a higher degree at a university or research institute, whose research will be presented in a thesis in part fulfilment of the requirements of that degree.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<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-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:research-student .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/research-student",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:research-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a research student, namely someone engaged in research as part of studying for a higher degree at a university or research institute, whose research will be presented in a thesis in part fulfilment of the requirements of that degree."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/research-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a research student, namely someone engaged in research as part of studying for a higher degree at a university or research institute, whose research will be presented in a thesis in part fulfilment of the requirements of that degree."@en .
<http://purl.org/spar/scoro/research-student> <http://www.w3.org/2000/01/rdf-schema#label> "research student"@en .
<http://purl.org/spar/scoro/research-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/research-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:research-student .\n " .
<http://purl.org/spar/scoro/research-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/research-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/research-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
IRI: http://purl.org/spar/scoro/researcher
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:researcher a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "researcher"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:researcher .
""" ;
rdfs:comment "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/researcher">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">researcher</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:researcher .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/researcher",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:researcher .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "researcher"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#label> "researcher"@en .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."@en .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/researcher> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:researcher .\n " .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/revises-manuscript
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:revises-manuscript a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "revises manuscript"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:revises-manuscript .
""" ;
rdfs:comment "The contribution of critically reviewing and revising drafts of the manuscript of the research paper."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/revises-manuscript">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">revises manuscript</rdfs:label>
<rdfs:comment xml:lang="en">The contribution of critically reviewing and revising drafts of the manuscript of the research paper.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:revises-manuscript .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/revises-manuscript",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/AuthorshipContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:revises-manuscript .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of critically reviewing and revising drafts of the manuscript of the research paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "revises manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/2000/01/rdf-schema#label> "revises manuscript"@en .
<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of critically reviewing and revising drafts of the manuscript of the research paper."@en .
<http://purl.org/spar/scoro/revises-manuscript> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:revises-manuscript .\n " .
<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/revises-manuscript> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/rights-holder
@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:rights-holder a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "rights holder"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:rights-holder .
""" ;
rdfs:comment """
The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights.
"""@en ;
rdfs:isDefinedBy scoro: ;
rdfs:seeAlso pro:copyright-owner,
scoro:patent-holder ;
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/scoro/rights-holder">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">
The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights.
</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/copyright-owner"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/patent-holder"/>
<rdfs:label xml:lang="en">rights holder</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:rights-holder .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/rights-holder",
"@type": [
"http://purl.org/spar/scoro/OrganizationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:rights-holder .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rights holder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pro/copyright-owner"
},
{
"@id": "http://purl.org/spar/scoro/patent-holder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/rights-holder> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:rights-holder .\n " .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights. \n"@en .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/copyright-owner> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#label> "rights holder"@en .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/patent-holder> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/scholar
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:scholar a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "scholar"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:scholar .
""" ;
rdfs:comment "The role of an academic who undertakes scholarly activities, including research investigations. This role is particularly used to describe endeavours in the arts and humanites that are frequently undertaken without financial support from a particular funded project dedicated to these scholarly activities."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/scholar">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:label xml:lang="en">scholar</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of an academic who undertakes scholarly activities, including research investigations. This role is particularly used to describe endeavours in the arts and humanites that are frequently undertaken without financial support from a particular funded project dedicated to these scholarly activities.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:scholar .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/scholar",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:scholar .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an academic who undertakes scholarly activities, including research investigations. This role is particularly used to describe endeavours in the arts and humanites that are frequently undertaken without financial support from a particular funded project dedicated to these scholarly activities."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "scholar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/scholar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/scholar> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an academic who undertakes scholarly activities, including research investigations. This role is particularly used to describe endeavours in the arts and humanites that are frequently undertaken without financial support from a particular funded project dedicated to these scholarly activities."@en .
<http://purl.org/spar/scoro/scholar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/scholar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/scholar> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:scholar .\n " .
<http://purl.org/spar/scoro/scholar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/scholar> <http://www.w3.org/2000/01/rdf-schema#label> "scholar"@en .
IRI: http://purl.org/spar/scoro/secures-funding
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:secures-funding a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "secures funding"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:secures-funding .
""" ;
rdfs:comment """
The contribution of securing funding for the research project.
"""@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable ;
skos:note """
Note that an individual other than the lead applicant and the co-applicants on a grant application may make contributions to securing funding for a research project, for example by assisting in writing the grant application.
"""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/scoro/secures-funding">
<rdfs:label xml:lang="en">secures funding</rdfs:label>
<rdfs:comment xml:lang="en">
The contribution of securing funding for the research project.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:secures-funding .
</vann:example>
<skos:note xml:lang="en">
Note that an individual other than the lead applicant and the co-applicants on a grant application may make contributions to securing funding for a research project, for example by assisting in writing the grant application.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/secures-funding",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:secures-funding .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe contribution of securing funding for the research project. \n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "secures funding"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that an individual other than the lead applicant and the co-applicants on a grant application may make contributions to securing funding for a research project, for example by assisting in writing the grant application.\n"
}
]
}
]<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/2000/01/rdf-schema#label> "secures funding"@en .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe contribution of securing funding for the research project. \n"@en .
<http://purl.org/spar/scoro/secures-funding> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:secures-funding .\n " .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/2004/02/skos/core#note> "\nNote that an individual other than the lead applicant and the co-applicants on a grant application may make contributions to securing funding for a research project, for example by assisting in writing the grant application.\n"@en .
<http://purl.org/spar/scoro/secures-funding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/senior-author
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:senior-author a scoro:AuthorshipRole,
owl:NamedIndividual ;
rdfs:label "senior author"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:senior-author .
""" ;
rdfs:comment "The role an author has of being the senior author of the document."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/senior-author">
<rdfs:comment xml:lang="en">The role an author has of being the senior author of the document.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">senior author</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:senior-author .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/senior-author",
"@type": [
"http://purl.org/spar/scoro/AuthorshipRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:senior-author .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role an author has of being the senior author of the document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "senior author"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/2000/01/rdf-schema#comment> "The role an author has of being the senior author of the document."@en .
<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/2000/01/rdf-schema#label> "senior author"@en .
<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/senior-author> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:senior-author .\n " .
<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/senior-author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipRole> .
IRI: http://purl.org/spar/scoro/service-engineer
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:service-engineer a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "service engineer"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:service-engineer .
""" ;
rdfs:comment "The role held by a person who services, maintains and repairs equipment, facilities or technical infrastructure. "@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/service-engineer">
<rdfs:comment xml:lang="en">The role held by a person who services, maintains and repairs equipment, facilities or technical infrastructure. </rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">service engineer</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:service-engineer .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/service-engineer",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:service-engineer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who services, maintains and repairs equipment, facilities or technical infrastructure. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "service engineer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/2000/01/rdf-schema#label> "service engineer"@en .
<http://purl.org/spar/scoro/service-engineer> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:service-engineer .\n " .
<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who services, maintains and repairs equipment, facilities or technical infrastructure. "@en .
<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/service-engineer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
IRI: http://purl.org/spar/scoro/spokesperson
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:spokesperson a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "spokesperson"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:spokesperson .
""" ;
rdfs:comment "The role held by a person who makes statements on behalf of another individual, a group, a project or an institution"@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/spokesperson">
<rdfs:label xml:lang="en">spokesperson</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by a person who makes statements on behalf of another individual, a group, a project or an institution</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:spokesperson .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/spokesperson",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:spokesperson .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a person who makes statements on behalf of another individual, a group, a project or an institution"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spokesperson"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a person who makes statements on behalf of another individual, a group, a project or an institution"@en .
<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/2000/01/rdf-schema#label> "spokesperson"@en .
<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/spokesperson> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/spokesperson> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:spokesperson .\n " .
IRI: http://purl.org/spar/scoro/sponsor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:sponsor a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "sponsor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sponsor .
""" ;
rdfs:comment """
The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity.
"""@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/sponsor">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">
The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity.
</rdfs:comment>
<rdfs:label xml:lang="en">sponsor</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sponsor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/sponsor",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sponsor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sponsor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/sponsor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sponsor .\n " .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity.\n"@en .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#label> "sponsor"@en .
IRI: http://purl.org/spar/scoro/stakeholder
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:stakeholder a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "stakeholder"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:stakeholder .
""" ;
rdfs:comment "The role held by an agent with an interest or concern in something, for example the creation of a new university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/stakeholder">
<rdfs:label xml:lang="en">stakeholder</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by an agent with an interest or concern in something, for example the creation of a new university.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:stakeholder .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/stakeholder",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:stakeholder .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent with an interest or concern in something, for example the creation of a new university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "stakeholder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/stakeholder> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:stakeholder .\n " .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent with an interest or concern in something, for example the creation of a new university."@en .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/2000/01/rdf-schema#label> "stakeholder"@en .
<http://purl.org/spar/scoro/stakeholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/sub-contractor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:sub-contractor a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "sub-contractor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sub-contractor .
""" ;
rdfs:comment "The role held by an agent who enters into a contract to take over part of another contractor's obligation to undertake specified work or supply specified services in return for payment."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/sub-contractor">
<rdfs:comment xml:lang="en">The role held by an agent who enters into a contract to take over part of another contractor's obligation to undertake specified work or supply specified services in return for payment.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">sub-contractor</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<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-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:sub-contractor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/sub-contractor",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sub-contractor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who enters into a contract to take over part of another contractor's obligation to undertake specified work or supply specified services in return for payment."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sub-contractor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who enters into a contract to take over part of another contractor's obligation to undertake specified work or supply specified services in return for payment."@en .
<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/sub-contractor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:sub-contractor .\n " .
<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/2000/01/rdf-schema#label> "sub-contractor"@en .
<http://purl.org/spar/scoro/sub-contractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
IRI: http://purl.org/spar/scoro/successor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:successor a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "successor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:successor .
""" ;
rdfs:comment "The relationship held by an entity that succeeds another, for example a new electron microscope that replaces an out-dated one, a research project that follows on from a preceding project, or a faculty member who succeeds a colleague as head of department."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/successor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The relationship held by an entity that succeeds another, for example a new electron microscope that replaces an out-dated one, a research project that follows on from a preceding project, or a faculty member who succeeds a colleague as head of department.</rdfs:comment>
<rdfs:label xml:lang="en">successor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:successor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/successor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:successor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relationship held by an entity that succeeds another, for example a new electron microscope that replaces an out-dated one, a research project that follows on from a preceding project, or a faculty member who succeeds a colleague as head of department."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "successor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/successor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/successor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/successor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/successor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:successor .\n " .
<http://purl.org/spar/scoro/successor> <http://www.w3.org/2000/01/rdf-schema#comment> "The relationship held by an entity that succeeds another, for example a new electron microscope that replaces an out-dated one, a research project that follows on from a preceding project, or a faculty member who succeeds a colleague as head of department."@en .
<http://purl.org/spar/scoro/successor> <http://www.w3.org/2000/01/rdf-schema#label> "successor"@en .
<http://purl.org/spar/scoro/successor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
IRI: http://purl.org/spar/scoro/supervises-colleagues
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:supervises-colleagues a scoro:OrganizationalContribution,
owl:NamedIndividual ;
rdfs:label "Supervises, mentors or trains colleagues"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:supervises-colleagues .
""" ;
rdfs:comment "The contribution of supervising, mentoring, instructing or training colleagues, particularly junior research assistants and research students, in aspects of the research or its methodologies."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/supervises-colleagues">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of supervising, mentoring, instructing or training colleagues, particularly junior research assistants and research students, in aspects of the research or its methodologies.</rdfs:comment>
<rdfs:label xml:lang="en">Supervises, mentors or trains colleagues</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:supervises-colleagues .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/supervises-colleagues",
"@type": [
"http://purl.org/spar/scoro/OrganizationalContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:supervises-colleagues .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of supervising, mentoring, instructing or training colleagues, particularly junior research assistants and research students, in aspects of the research or its methodologies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Supervises, mentors or trains colleagues"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalContribution> .
<http://purl.org/spar/scoro/supervises-colleagues> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:supervises-colleagues .\n " .
<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of supervising, mentoring, instructing or training colleagues, particularly junior research assistants and research students, in aspects of the research or its methodologies."@en .
<http://purl.org/spar/scoro/supervises-colleagues> <http://www.w3.org/2000/01/rdf-schema#label> "Supervises, mentors or trains colleagues"@en .
IRI: http://purl.org/spar/scoro/supervisor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:supervisor a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "supervisor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:supervisor .
""" ;
rdfs:comment "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/supervisor">
<rdfs:label xml:lang="en">supervisor</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:supervisor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/supervisor",
"@type": [
"http://purl.org/spar/scoro/EducationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:supervisor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "supervisor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#label> "supervisor"@en .
<http://purl.org/spar/scoro/supervisor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:supervisor .\n " .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."@en .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/supplier
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:supplier a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "supplier"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:supplier .
""" ;
rdfs:comment "The role held by an agent of providing goods or services in exchange for payment."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/supplier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role held by an agent of providing goods or services in exchange for payment.</rdfs:comment>
<rdfs:label xml:lang="en">supplier</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:supplier .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/supplier",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:supplier .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of providing goods or services in exchange for payment."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "supplier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/supplier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/supplier> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of providing goods or services in exchange for payment."@en .
<http://purl.org/spar/scoro/supplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/supplier> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:supplier .\n " .
<http://purl.org/spar/scoro/supplier> <http://www.w3.org/2000/01/rdf-schema#label> "supplier"@en .
<http://purl.org/spar/scoro/supplier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/supplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/technician
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:technician a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "technician"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:technician .
""" ;
rdfs:comment "The role a person has of being a technician, providing technical assistance in some endeavour such as a research investigation."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/technician">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">technician</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a technician, providing technical assistance in some endeavour such as a research investigation.</rdfs:comment>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:technician .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/technician",
"@type": [
"http://purl.org/spar/scoro/InvestigationRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:technician .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a technician, providing technical assistance in some endeavour such as a research investigation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "technician"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/technician> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:technician .\n " .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a technician, providing technical assistance in some endeavour such as a research investigation."@en .
<http://purl.org/spar/scoro/technician> <http://www.w3.org/2000/01/rdf-schema#label> "technician"@en .
IRI: http://purl.org/spar/scoro/undergraduate-student
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:undergraduate-student a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "undergraduate student"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:undergraduate-student .
""" ;
rdfs:comment "The role of a person registerd for an undergraduate degree at a university."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/undergraduate-student">
<rdfs:comment xml:lang="en">The role of a person registerd for an undergraduate degree at a university.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdfs:label xml:lang="en">undergraduate student</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:undergraduate-student .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/undergraduate-student",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/EducationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:undergraduate-student .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person registerd for an undergraduate degree at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "undergraduate student"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/undergraduate-student> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:undergraduate-student .\n " .
<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/2000/01/rdf-schema#label> "undergraduate student"@en .
<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person registerd for an undergraduate degree at a university."@en .
<http://purl.org/spar/scoro/undergraduate-student> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/undertakes-modelling
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:undertakes-modelling a scoro:IntellectualContribution,
owl:NamedIndividual ;
rdfs:label "undertakes modelling"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:undertakes-modelling .
""" ;
rdfs:comment "The contribution of design, implementation and analysis of mathematical models or computer simulations."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/undertakes-modelling">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/IntellectualContribution"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of design, implementation and analysis of mathematical models or computer simulations.</rdfs:comment>
<rdfs:label xml:lang="en">undertakes modelling</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:undertakes-modelling .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/undertakes-modelling",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/IntellectualContribution"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:undertakes-modelling .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of design, implementation and analysis of mathematical models or computer simulations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "undertakes modelling"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/undertakes-modelling> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:undertakes-modelling .\n " .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of design, implementation and analysis of mathematical models or computer simulations."@en .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/IntellectualContribution> .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/2000/01/rdf-schema#label> "undertakes modelling"@en .
<http://purl.org/spar/scoro/undertakes-modelling> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/vice-chancellor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:vice-chancellor a scoro:OrganizationRole,
owl:NamedIndividual ;
rdfs:label "vice-chancellor"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:vice-chancellor .
""" ;
rdfs:comment "The role held by the chief executive officer of a university, responsible for directing and managing its business and academic activities."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/vice-chancellor">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationRole"/>
<rdfs:comment xml:lang="en">The role held by the chief executive officer of a university, responsible for directing and managing its business and academic activities.</rdfs:comment>
<rdfs:label xml:lang="en">vice-chancellor</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:vice-chancellor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/vice-chancellor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:vice-chancellor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by the chief executive officer of a university, responsible for directing and managing its business and academic activities."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vice-chancellor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/2000/01/rdf-schema#label> "vice-chancellor"@en .
<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by the chief executive officer of a university, responsible for directing and managing its business and academic activities."@en .
<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/vice-chancellor> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:vice-chancellor .\n " .
<http://purl.org/spar/scoro/vice-chancellor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationRole> .
IRI: http://purl.org/spar/scoro/web-master
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:web-master a scoro:DataRole,
owl:NamedIndividual ;
rdfs:label "web-master"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:web-master .
""" ;
rdfs:comment "The role of a person responsible for maintaining a web site and its content."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/web-master">
<rdfs:comment xml:lang="en">The role of a person responsible for maintaining a web site and its content.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/DataRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">web-master</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:web-master .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/web-master",
"@type": [
"http://purl.org/spar/scoro/DataRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:web-master .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person responsible for maintaining a web site and its content."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web-master"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/web-master> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person responsible for maintaining a web site and its content."@en .
<http://purl.org/spar/scoro/web-master> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:web-master .\n " .
<http://purl.org/spar/scoro/web-master> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/DataRole> .
<http://purl.org/spar/scoro/web-master> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/web-master> <http://www.w3.org/2000/01/rdf-schema#label> "web-master"@en .
<http://purl.org/spar/scoro/web-master> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/web-master> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/workpackage-leader
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:workpackage-leader a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "workpackage leader"@en ;
vann:example """
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:workpackage-leader .
""" ;
rdfs:comment "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/workpackage-leader">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdfs:comment xml:lang="en">The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency.</rdfs:comment>
<rdfs:label xml:lang="en">workpackage leader</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a foaf:Person ;
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole scoro:workpackage-leader .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/workpackage-leader",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ProjectRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:workpackage-leader .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workpackage leader"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#label> "workpackage leader"@en .
<http://purl.org/spar/scoro/workpackage-leader> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole scoro:workpackage-leader .\n " .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."@en .
IRI: http://purl.org/spar/scoro/writes-manuscript-draft
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:writes-manuscript-draft a scoro:AuthorshipContribution,
owl:NamedIndividual ;
rdfs:label "writes manuscript draft"@en ;
vann:example """
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
""" ;
rdfs:comment "The contribution of writing the initial draft of the manuscript of the research paper."@en ;
rdfs:isDefinedBy scoro: ;
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/scoro/writes-manuscript-draft">
<rdf:type rdf:resource="http://purl.org/spar/scoro/AuthorshipContribution"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The contribution of writing the initial draft of the manuscript of the research paper.</rdfs:comment>
<rdfs:label xml:lang="en">writes manuscript draft</rdfs:label>
<vann:example>
:my-person a foaf:Person ;
scoro:makesContribution :my-person-contribution .
:my-person-contribution a scoro:ContributionSituation ;
scoro:withContribution scoro:writes-manuscript-draft .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/writes-manuscript-draft",
"@type": [
"http://purl.org/spar/scoro/AuthorshipContribution",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The contribution of writing the initial draft of the manuscript of the research paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "writes manuscript 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/scoro/writes-manuscript-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://www.w3.org/2000/01/rdf-schema#comment> "The contribution of writing the initial draft of the manuscript of the research paper."@en .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/AuthorshipContribution> .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n scoro:makesContribution :my-person-contribution .\n\n :my-person-contribution a scoro:ContributionSituation ;\n scoro:withContribution scoro:writes-manuscript-draft .\n " .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://www.w3.org/2000/01/rdf-schema#label> "writes manuscript draft"@en .
<http://purl.org/spar/scoro/writes-manuscript-draft> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
Jump to:
IRI: http://purl.org/dc/terms/bibliographicCitation
IRI: http://purl.org/vocab/vann/changes
IRI: https://schema.org/codeRepository
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:contributor 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/contributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/contributor> <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/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/2004/02/skos/core#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> .