IRI: http://purl.org/spar/bido/ResearchCareerCategory
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:ResearchCareerCategory a owl:Class ;
rdfs:label "research career category"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve ;
bido:hasSlope :my-slope ;
bido:hasOrderOfMagnitude bido:243-729 ;
bido:concernsResearchPeriod bido:5-years-beginning .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
:my-slope a bido:Slope ;
bido:hasStrength bido:low ;
bido:hasGrowth bido:logarithmic .
""" ;
rdfs:comment "Bibliometric data that includes categories describing the research career of people. Each of such categories is characterised by four specific dimensions: the research period considered, the curve of the choosed citation distribution, the slope of such curve, and the order of magnitude of the citation of such research period."@en ;
rdfs:isDefinedBy : ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Restriction ;
owl:allValuesFrom foaf:Person ;
owl:onProperty [ owl:inverseOf bido:holdsBibliometricDataInTime ] ] ;
owl:onProperty [ owl:inverseOf bido:withBibliometricData ] ],
bido:CategorialBibliometricData ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:nodeID="nb53811c1039f410ea6299f1726df0969b2"/>
<owl:onProperty rdf:nodeID="nb53811c1039f410ea6299f1726df0969b4"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<owl:onProperty rdf:nodeID="nb53811c1039f410ea6299f1726df0969b3"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b3">
<owl:inverseOf rdf:resource="http://purl.org/spar/bido/holdsBibliometricDataInTime"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b4">
<owl:inverseOf rdf:resource="http://purl.org/spar/bido/withBibliometricData"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/bido/ResearchCareerCategory">
<rdfs:label xml:lang="en">research career category</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nb53811c1039f410ea6299f1726df0969b1"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/bido/CategorialBibliometricData"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">Bibliometric data that includes categories describing the research career of people. Each of such categories is characterised by four specific dimensions: the research period considered, the curve of the choosed citation distribution, the slope of such curve, and the order of magnitude of the citation of such research period.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve ;
bido:hasSlope :my-slope ;
bido:hasOrderOfMagnitude bido:243-729 ;
bido:concernsResearchPeriod bido:5-years-beginning .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
:my-slope a bido:Slope ;
bido:hasStrength bido:low ;
bido:hasGrowth bido:logarithmic .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/ResearchCareerCategory",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve ;\n bido:hasSlope :my-slope ;\n bido:hasOrderOfMagnitude bido:243-729 ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low ;\n bido:hasGrowth bido:logarithmic .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Bibliometric data that includes categories describing the research career of people. Each of such categories is characterised by four specific dimensions: the research period considered, the curve of the choosed citation distribution, the slope of such curve, and the order of magnitude of the citation of such research period."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-research-career-category/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research career category"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b1"
},
{
"@id": "http://purl.org/spar/bido/CategorialBibliometricData"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b2"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b4"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b2",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://xmlns.com/foaf/0.1/Person"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b3"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b3",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/bido/holdsBibliometricDataInTime"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b4",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/bido/withBibliometricData"
}
]
}
]_:nb53811c1039f410ea6299f1726df0969b1 <http://www.w3.org/2002/07/owl#allValuesFrom> _:nb53811c1039f410ea6299f1726df0969b2 .
_:nb53811c1039f410ea6299f1726df0969b2 <http://www.w3.org/2002/07/owl#onProperty> _:nb53811c1039f410ea6299f1726df0969b3 .
_:nb53811c1039f410ea6299f1726df0969b2 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://xmlns.com/foaf/0.1/Person> .
_:nb53811c1039f410ea6299f1726df0969b3 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/bido/holdsBibliometricDataInTime> .
_:nb53811c1039f410ea6299f1726df0969b4 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/bido/withBibliometricData> .
_:nb53811c1039f410ea6299f1726df0969b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nb53811c1039f410ea6299f1726df0969b1 .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Bibliometric data that includes categories describing the research career of people. Each of such categories is characterised by four specific dimensions: the research period considered, the curve of the choosed citation distribution, the slope of such curve, and the order of magnitude of the citation of such research period."@en .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/bido/CategorialBibliometricData> .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve ;\n bido:hasSlope :my-slope ;\n bido:hasOrderOfMagnitude bido:243-729 ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low ;\n bido:hasGrowth bido:logarithmic .\n " .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2000/01/rdf-schema#label> "research career category"@en .
<http://purl.org/spar/bido/ResearchCareerCategory> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nb53811c1039f410ea6299f1726df0969b1 <http://www.w3.org/2002/07/owl#onProperty> _:nb53811c1039f410ea6299f1726df0969b4 .
_:nb53811c1039f410ea6299f1726df0969b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .