IRI: http://purl.org/spar/bido/AccelerationPoint
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:AccelerationPoint a owl:Class ;
rdfs:label "acceleration point"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
bido:premature-deceleration a bido:AccelerationPoint .
""" ;
rdfs:comment "The acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration) of the curve, if any."@en ;
rdfs:isDefinedBy : ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:intersectionOf ( bido:Curve [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:oneOf ( bido:increasing bido:decreasing ) ] ;
owl:onProperty bido:hasTrend ] ) ] ;
owl:onProperty [ owl:inverseOf bido:hasAccelerationPoint ] ] ;
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="nb53811c1039f410ea6299f1726df0969b9">
<rdf:first rdf:resource="http://purl.org/spar/bido/increasing"/>
<rdf:rest rdf:nodeID="nb53811c1039f410ea6299f1726df0969b10"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/bido/AccelerationPoint">
<rdfs:comment xml:lang="en">The acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration) of the curve, if any.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nb53811c1039f410ea6299f1726df0969b5"/>
<rdfs:label xml:lang="en">acceleration point</rdfs:label>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
bido:premature-deceleration a bido:AccelerationPoint .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b11">
<rdf:first rdf:resource="http://purl.org/spar/bido/Curve"/>
<rdf:rest rdf:nodeID="nb53811c1039f410ea6299f1726df0969b12"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:nodeID="nb53811c1039f410ea6299f1726df0969b8"/>
<owl:onProperty rdf:resource="http://purl.org/spar/bido/hasTrend"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b12">
<rdf:first rdf:nodeID="nb53811c1039f410ea6299f1726df0969b7"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b10">
<rdf:first rdf:resource="http://purl.org/spar/bido/decreasing"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:nodeID="nb53811c1039f410ea6299f1726df0969b6"/>
<owl:onProperty rdf:nodeID="nb53811c1039f410ea6299f1726df0969b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b6">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nb53811c1039f410ea6299f1726df0969b11"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b8">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:oneOf rdf:nodeID="nb53811c1039f410ea6299f1726df0969b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nb53811c1039f410ea6299f1726df0969b13">
<owl:inverseOf rdf:resource="http://purl.org/spar/bido/hasAccelerationPoint"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/AccelerationPoint",
"@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\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n bido:premature-deceleration a bido:AccelerationPoint .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration) of the curve, if any."
}
],
"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": "acceleration point"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b5"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b6"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b13"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b6",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/bido/Curve"
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b7"
}
]
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b7",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b8"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/bido/hasTrend"
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b8",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#oneOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/bido/increasing"
},
{
"@id": "http://purl.org/spar/bido/decreasing"
}
]
}
]
},
{
"@id": "_:nb53811c1039f410ea6299f1726df0969b13",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/bido/hasAccelerationPoint"
}
]
}
]_:nb53811c1039f410ea6299f1726df0969b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/bido/increasing> .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "The acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration) of the curve, if any."@en .
_:nb53811c1039f410ea6299f1726df0969b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/bido/Curve> .
_:nb53811c1039f410ea6299f1726df0969b7 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/bido/hasTrend> .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
_:nb53811c1039f410ea6299f1726df0969b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nb53811c1039f410ea6299f1726df0969b10 .
_:nb53811c1039f410ea6299f1726df0969b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nb53811c1039f410ea6299f1726df0969b7 .
_:nb53811c1039f410ea6299f1726df0969b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nb53811c1039f410ea6299f1726df0969b12 .
_:nb53811c1039f410ea6299f1726df0969b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/bido/decreasing> .
<http://purl.org/spar/bido/AccelerationPoint> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n bido:premature-deceleration a bido:AccelerationPoint .\n " .
_:nb53811c1039f410ea6299f1726df0969b5 <http://www.w3.org/2002/07/owl#allValuesFrom> _:nb53811c1039f410ea6299f1726df0969b6 .
_:nb53811c1039f410ea6299f1726df0969b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nb53811c1039f410ea6299f1726df0969b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nb53811c1039f410ea6299f1726df0969b7 <http://www.w3.org/2002/07/owl#allValuesFrom> _:nb53811c1039f410ea6299f1726df0969b8 .
_:nb53811c1039f410ea6299f1726df0969b6 <http://www.w3.org/2002/07/owl#intersectionOf> _:nb53811c1039f410ea6299f1726df0969b11 .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nb53811c1039f410ea6299f1726df0969b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nb53811c1039f410ea6299f1726df0969b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nb53811c1039f410ea6299f1726df0969b13 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/bido/hasAccelerationPoint> .
_:nb53811c1039f410ea6299f1726df0969b8 <http://www.w3.org/2002/07/owl#oneOf> _:nb53811c1039f410ea6299f1726df0969b9 .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nb53811c1039f410ea6299f1726df0969b5 .
_:nb53811c1039f410ea6299f1726df0969b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/bido/AccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#label> "acceleration point"@en .
_:nb53811c1039f410ea6299f1726df0969b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nb53811c1039f410ea6299f1726df0969b5 <http://www.w3.org/2002/07/owl#onProperty> _:nb53811c1039f410ea6299f1726df0969b13 .
IRI: http://www.w3.org/ns/prov#Agent
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
prov:Agent a owl:Class ;
rdfs:label "agent"@en ;
rdfs:comment "Something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en ;
rdfs:isDefinedBy prov: .
<?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.w3.org/ns/prov#Agent">
<rdfs:comment xml:lang="en">Something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity.</rdfs:comment>
<rdfs:label xml:lang="en">agent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/ns/prov#Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/ns/prov#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent"
}
]
}
]<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "Something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en .
<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/2000/01/rdf-schema#label> "agent"@en .
<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/prov#> .
IRI: http://purl.org/spar/bido/BibliometricData
@prefix bido: <http://purl.org/spar/bido/> .
@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:BibliometricData a owl:Class ;
rdfs:label "bibliometric data",
"bibliometric data"@en ;
vann:example """
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-bibliometric-data .
:my-bibliometric-data a bido:BibliometricData .
""" ;
rdfs:comment "Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data.",
"Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
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/bido/BibliometricData">
<rdfs:comment xml:lang="en">Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data.</rdfs:comment>
<rdfs:comment>Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:label xml:lang="en">bibliometric data</rdfs:label>
<rdfs:label>bibliometric data</rdfs:label>
<vann:example>
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-bibliometric-data .
:my-bibliometric-data a bido:BibliometricData .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/BibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-bibliometric-data .\n\n :my-bibliometric-data a bido:BibliometricData .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data."
},
{
"@value": "Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibliometric data"
},
{
"@value": "bibliometric 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/bido/BibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "bibliometric data" .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data." .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/BibliometricData> <http://purl.org/vocab/vann/example> "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-bibliometric-data .\n\n :my-bibliometric-data a bido:BibliometricData .\n " .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "bibliometric data"@en .
<http://purl.org/spar/bido/BibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "Any kind of bibliometric data. In particular, they are organised according two sub-concepts: numeric data and categorial data."@en .
IRI: http://purl.org/spar/bido/BibliometricDataInTime
@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:BibliometricDataInTime a owl:Class ;
rdfs:label "bibliometric data in time",
"bibliometric data in time"@en ;
vann:example """
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
tvc:atTime :my-time-interval ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-bibliometric-data .
""" ;
rdfs:comment "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval.",
"A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom time:Interval ;
owl:onProperty ns1:atTime ],
[ a owl:Restriction ;
owl:allValuesFrom bido:BibliometricMeasure ;
owl:onProperty ns1:withValue ],
ns1:ValueInTime ;
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/bido/BibliometricDataInTime">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:subClassOf rdf:nodeID="Nd4d8162020ce4b7eac79939eaeece940"/>
<rdfs:subClassOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:subClassOf rdf:nodeID="N9c5d1a9913a549a6884e9bd9d5e39ede"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval.</rdfs:comment>
<rdfs:comment xml:lang="en">A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval.</rdfs:comment>
<rdfs:label>bibliometric data in time</rdfs:label>
<rdfs:label xml:lang="en">bibliometric data in time</rdfs:label>
<vann:example>
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
tvc:atTime :my-time-interval ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-bibliometric-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N9c5d1a9913a549a6884e9bd9d5e39ede">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/time#Interval"/>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2012/04/tvc/atTime"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nd4d8162020ce4b7eac79939eaeece940">
<owl:allValuesFrom rdf:resource="http://purl.org/spar/bido/BibliometricMeasure"/>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/BibliometricDataInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n tvc:atTime :my-time-interval ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-bibliometric-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval."
},
{
"@language": "en",
"@value": "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity 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/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "bibliometric data in time"
},
{
"@language": "en",
"@value": "bibliometric data in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:Nd4d8162020ce4b7eac79939eaeece940"
},
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
},
{
"@id": "_:N9c5d1a9913a549a6884e9bd9d5e39ede"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:Nd4d8162020ce4b7eac79939eaeece940",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/bido/BibliometricMeasure"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue"
}
]
},
{
"@id": "_:N9c5d1a9913a549a6884e9bd9d5e39ede",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://www.w3.org/2006/time#Interval"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/atTime"
}
]
}
]<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://purl.org/vocab/vann/example> "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n tvc:atTime :my-time-interval ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-bibliometric-data .\n " .
_:N9c5d1a9913a549a6884e9bd9d5e39ede <http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.w3.org/2006/time#Interval> .
_:Nd4d8162020ce4b7eac79939eaeece940 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:N9c5d1a9913a549a6884e9bd9d5e39ede <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval." .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N9c5d1a9913a549a6884e9bd9d5e39ede .
_:Nd4d8162020ce4b7eac79939eaeece940 <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#label> "bibliometric data in time" .
_:Nd4d8162020ce4b7eac79939eaeece940 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/bido/BibliometricMeasure> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Nd4d8162020ce4b7eac79939eaeece940 .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:N9c5d1a9913a549a6884e9bd9d5e39ede <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2012/04/tvc/atTime> .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#label> "bibliometric data in time"@en .
<http://purl.org/spar/bido/BibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval."@en .
IRI: http://purl.org/spar/bido/BibliometricMeasure
@prefix bido: <http://purl.org/spar/bido/> .
@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:BibliometricMeasure a owl:Class ;
rdfs:label "bibliometric measure"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor .
bido:journal-impact-factor a bido:BibliometricMeasure .
""" ;
rdfs:comment "Any kind of measure related with a bibliometric data (e.g., h-index, e-index, journal impact factor)."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
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/bido/BibliometricMeasure">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">bibliometric measure</rdfs:label>
<rdfs:comment xml:lang="en">Any kind of measure related with a bibliometric data (e.g., h-index, e-index, journal impact factor).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor .
bido:journal-impact-factor a bido:BibliometricMeasure .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/BibliometricMeasure",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor .\n\n bido:journal-impact-factor a bido:BibliometricMeasure .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Any kind of measure related with a bibliometric data (e.g., h-index, e-index, journal impact factor)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibliometric measure"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/BibliometricMeasure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/BibliometricMeasure> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor .\n\n bido:journal-impact-factor a bido:BibliometricMeasure .\n " .
<http://purl.org/spar/bido/BibliometricMeasure> <http://www.w3.org/2000/01/rdf-schema#label> "bibliometric measure"@en .
<http://purl.org/spar/bido/BibliometricMeasure> <http://www.w3.org/2000/01/rdf-schema#comment> "Any kind of measure related with a bibliometric data (e.g., h-index, e-index, journal impact factor)."@en .
<http://purl.org/spar/bido/BibliometricMeasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/BibliometricMeasure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/bido/CategorialBibliometricData
@prefix bido: <http://purl.org/spar/bido/> .
@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 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#> .
bido:CategorialBibliometricData a owl:Class ;
rdfs:label "categorial bibliometric data"@en ;
vann:example """
:my-person a foaf:Person ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-categorial-bibliometric-data .
:my-categorial-bibliometric-data a bido:CategorialBibliometricData .
""",
"""
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve ;
bido:hasSlope :my-slope ;
bido:hasOrderOfMagnitude bido:243-729 ;
bido:concernsResearchPeriod bido:5-years-beginning .
bido:ResearchCareerCategory rdfs:subClassOf bido:CategorialBibliometricData .
""" ;
rdfs:comment "Categorical information that characterises publication-related entities from a bibliometric point of view."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:subClassOf bido:BibliometricData,
skos:Concept ;
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/bido/CategorialBibliometricData">
<rdfs:comment xml:lang="en">Categorical information that characterises publication-related entities from a bibliometric point of view.</rdfs:comment>
<rdfs:label xml:lang="en">categorial bibliometric data</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/bido/BibliometricData"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve ;
bido:hasSlope :my-slope ;
bido:hasOrderOfMagnitude bido:243-729 ;
bido:concernsResearchPeriod bido:5-years-beginning .
bido:ResearchCareerCategory rdfs:subClassOf bido:CategorialBibliometricData .
</vann:example>
<vann:example>
:my-person a foaf:Person ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-categorial-bibliometric-data .
:my-categorial-bibliometric-data a bido:CategorialBibliometricData .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/CategorialBibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category 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 bido:ResearchCareerCategory rdfs:subClassOf bido:CategorialBibliometricData .\n "
},
{
"@value": "\n :my-person a foaf:Person ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-categorial-bibliometric-data .\n\n :my-categorial-bibliometric-data a bido:CategorialBibliometricData .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Categorical information that characterises publication-related entities from a bibliometric point of view."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "categorial bibliometric data"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
},
{
"@id": "http://purl.org/spar/bido/BibliometricData"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/CategorialBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-research-category 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 bido:ResearchCareerCategory rdfs:subClassOf bido:CategorialBibliometricData .\n " .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-person a foaf:Person ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-categorial-bibliometric-data .\n\n :my-categorial-bibliometric-data a bido:CategorialBibliometricData .\n " .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "categorial bibliometric data"@en .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/bido/BibliometricData> .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/CategorialBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "Categorical information that characterises publication-related entities from a bibliometric point of view."@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:Concept a owl:Class ;
rdfs:label "concept"@en ;
rdfs:comment "An idea or notion; a unit of thought."@en ;
rdfs:isDefinedBy skos: .
<?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.w3.org/2004/02/skos/core#Concept">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:comment xml:lang="en">An idea or notion; a unit of thought.</rdfs:comment>
<rdfs:label xml:lang="en">concept</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An idea or notion; a unit of thought."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "concept"
}
]
}
]<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#comment> "An idea or notion; a unit of thought."@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "concept"@en .
IRI: http://purl.org/spar/bido/Curve
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:Curve a owl:Class ;
rdfs:label "curve"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
""" ;
rdfs:comment "The specific shape proper to the clusters identified by the algorithm, which is characterised by a trend (flat/increasing/decreasing) and, in the latter two cases, by an acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration)."@en ;
rdfs:isDefinedBy : ;
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/bido/Curve">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The specific shape proper to the clusters identified by the algorithm, which is characterised by a trend (flat/increasing/decreasing) and, in the latter two cases, by an acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration).</rdfs:comment>
<rdfs:label xml:lang="en">curve</rdfs:label>
<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 .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/Curve",
"@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\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The specific shape proper to the clusters identified by the algorithm, which is characterised by a trend (flat/increasing/decreasing) and, in the latter two cases, by an acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration)."
}
],
"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": "curve"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/Curve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/Curve> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n " .
<http://purl.org/spar/bido/Curve> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/Curve> <http://www.w3.org/2000/01/rdf-schema#label> "curve"@en .
<http://purl.org/spar/bido/Curve> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific shape proper to the clusters identified by the algorithm, which is characterised by a trend (flat/increasing/decreasing) and, in the latter two cases, by an acceleration or deceleration point (none or premature, median, overdue acceleration/deceleration)."@en .
<http://purl.org/spar/bido/Curve> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/Growth
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:Growth a owl:Class ;
rdfs:label "growth"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:logarithmic .
bido:logarithmic a bido:Growth .
""" ;
rdfs:comment "A kind of growth - i.e., linear/polynomial/exponential/logarithmic - that can characterise a slope."@en ;
rdfs:isDefinedBy : ;
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/bido/Growth">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">growth</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A kind of growth - i.e., linear/polynomial/exponential/logarithmic - that can characterise a slope.</rdfs:comment>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:logarithmic .
bido:logarithmic a bido:Growth .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/Growth",
"@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:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:logarithmic .\n\n bido:logarithmic a bido:Growth .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A kind of growth - i.e., linear/polynomial/exponential/logarithmic - that can characterise a slope."
}
],
"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": "growth"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/Growth> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/Growth> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/Growth> <http://www.w3.org/2000/01/rdf-schema#comment> "A kind of growth - i.e., linear/polynomial/exponential/logarithmic - that can characterise a slope."@en .
<http://purl.org/spar/bido/Growth> <http://www.w3.org/2000/01/rdf-schema#label> "growth"@en .
<http://purl.org/spar/bido/Growth> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:logarithmic .\n\n bido:logarithmic a bido:Growth .\n " .
<http://purl.org/spar/bido/Growth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.w3.org/2006/time#Interval
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:Interval a owl:Class ;
rdfs:label "interval"@en,
"time interval"@en ;
rdfs:comment "A temporal entity with an extent or duration."@en,
"The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."@en ;
rdfs:isDefinedBy time: ;
rdfs:subClassOf time:TemporalEntity .
<?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.w3.org/2006/time#Interval">
<rdfs:label xml:lang="en">interval</rdfs:label>
<rdfs:label xml:lang="en">time interval</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<rdfs:comment xml:lang="en">A temporal entity with an extent or duration.</rdfs:comment>
<rdfs:comment xml:lang="en">The interval of research years that it is taken into consideration (e.g., the first 5/10 years).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2006/time#Interval",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A temporal entity with an extent or duration."
},
{
"@language": "en",
"@value": "The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2006/time#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "interval"
},
{
"@language": "en",
"@value": "time interval"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2006/time#TemporalEntity"
}
]
}
]<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#label> "interval"@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2006/time#> .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2006/time#TemporalEntity> .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#label> "time interval"@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#comment> "A temporal entity with an extent or duration."@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/2000/01/rdf-schema#comment> "The interval of research years that it is taken into consideration (e.g., the first 5/10 years)."@en .
<http://www.w3.org/2006/time#Interval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/bido/NumericBibliometricData
@prefix bido: <http://purl.org/spar/bido/> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bido:NumericBibliometricData a owl:Class ;
rdfs:label "numeric bibliometric data"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor ;
bido:hasNumericValue "2.464"^^xsd:float .
""" ;
rdfs:comment "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty bido:hasMeasure ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty bido:hasNumericValue ],
bido:BibliometricData ;
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="N432f2d842bf34b96a63e49211360827d">
<owl:onProperty rdf:resource="http://purl.org/spar/bido/hasNumericValue"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/bido/NumericBibliometricData">
<rdfs:label xml:lang="en">numeric bibliometric data</rdfs:label>
<rdfs:comment xml:lang="en">Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/bido/BibliometricData"/>
<rdfs:subClassOf rdf:nodeID="N432f2d842bf34b96a63e49211360827d"/>
<rdfs:subClassOf rdf:nodeID="N11d0b56f62754c55b5ba13829b267ad3"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor ;
bido:hasNumericValue "2.464"^^xsd:float .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N11d0b56f62754c55b5ba13829b267ad3">
<owl:onProperty rdf:resource="http://purl.org/spar/bido/hasMeasure"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/NumericBibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "numeric bibliometric data"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/bido/BibliometricData"
},
{
"@id": "_:N432f2d842bf34b96a63e49211360827d"
},
{
"@id": "_:N11d0b56f62754c55b5ba13829b267ad3"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:N432f2d842bf34b96a63e49211360827d",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/bido/hasNumericValue"
}
]
},
{
"@id": "_:N11d0b56f62754c55b5ba13829b267ad3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/bido/hasMeasure"
}
]
}
]_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "numeric bibliometric data"@en .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."@en .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/bido/hasMeasure> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/bido/BibliometricData> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n " .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N432f2d842bf34b96a63e49211360827d .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/bido/hasNumericValue> .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N11d0b56f62754c55b5ba13829b267ad3 .
_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/bido/OrderOfMagnitude
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:OrderOfMagnitude a owl:Class ;
rdfs:label "order of magnitude"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
bido:243-729 a bido:OrderOfMagnitude .
""" ;
rdfs:comment "A categorization of the number of citations received in the considered period according to a uniform model of common-sense estimation, which describes intervals of half-order of magnitude - i.e., “[0,1)”, “[1,3)”, “[3,9)”, “[9,27)”, “[27,81)”, “[81,243)”, “[243,729)”, etc."@en ;
rdfs:isDefinedBy : ;
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/bido/OrderOfMagnitude">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">order of magnitude</rdfs:label>
<rdfs:comment xml:lang="en">A categorization of the number of citations received in the considered period according to a uniform model of common-sense estimation, which describes intervals of half-order of magnitude - i.e., “[0,1)”, “[1,3)”, “[3,9)”, “[9,27)”, “[27,81)”, “[81,243)”, “[243,729)”, etc.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
bido:243-729 a bido:OrderOfMagnitude .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/OrderOfMagnitude",
"@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:hasOrderOfMagnitude bido:243-729 .\n\n bido:243-729 a bido:OrderOfMagnitude .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A categorization of the number of citations received in the considered period according to a uniform model of common-sense estimation, which describes intervals of half-order of magnitude - i.e., “[0,1)”, “[1,3)”, “[3,9)”, “[9,27)”, “[27,81)”, “[81,243)”, “[243,729)”, etc."
}
],
"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": "order of magnitude"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/OrderOfMagnitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/OrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#label> "order of magnitude"@en .
<http://purl.org/spar/bido/OrderOfMagnitude> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:243-729 .\n\n bido:243-729 a bido:OrderOfMagnitude .\n " .
<http://purl.org/spar/bido/OrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/OrderOfMagnitude> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/OrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#comment> "A categorization of the number of citations received in the considered period according to a uniform model of common-sense estimation, which describes intervals of half-order of magnitude - i.e., “[0,1)”, “[1,3)”, “[3,9)”, “[9,27)”, “[27,81)”, “[81,243)”, “[243,729)”, etc."@en .
@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: .
<?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:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A person.</rdfs:comment>
<rdfs:label xml:lang="en">person</rdfs:label>
</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://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/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> .
IRI: http://purl.org/spar/bido/Slope
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:Slope a owl:Class ;
rdfs:label "slope"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low ;
bido:hasGrowth bido:logarithmic .
""" ;
rdfs:comment "The slope of a curve, in terms of strength (low/moderate/high) and kind of growth (linear/polynomial/exponential/logarithmic)."@en ;
rdfs:isDefinedBy : ;
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/bido/Slope">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The slope of a curve, in terms of strength (low/moderate/high) and kind of growth (linear/polynomial/exponential/logarithmic).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">slope</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
: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/Slope",
"@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:hasSlope :my-slope .\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": "The slope of a curve, in terms of strength (low/moderate/high) and kind of growth (linear/polynomial/exponential/logarithmic)."
}
],
"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": "slope"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/Slope> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/Slope> <http://www.w3.org/2000/01/rdf-schema#label> "slope"@en .
<http://purl.org/spar/bido/Slope> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/Slope> <http://www.w3.org/2000/01/rdf-schema#comment> "The slope of a curve, in terms of strength (low/moderate/high) and kind of growth (linear/polynomial/exponential/logarithmic)."@en .
<http://purl.org/spar/bido/Slope> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/Slope> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low ;\n bido:hasGrowth bido:logarithmic .\n " .
IRI: http://purl.org/spar/bido/Strength
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:Strength a owl:Class ;
rdfs:label "strength"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
bido:low a bido:Strength .
""" ;
rdfs:comment "A kind of strength - i.e., low/moderate/high - that can characterise a slope."@en ;
rdfs:isDefinedBy : ;
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/bido/Strength">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">strength</rdfs:label>
<rdfs:comment xml:lang="en">A kind of strength - i.e., low/moderate/high - that can characterise a slope.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
bido:low a bido:Strength .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/Strength",
"@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:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n\n bido:low a bido:Strength .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A kind of strength - i.e., low/moderate/high - that can characterise a slope."
}
],
"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": "strength"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/Strength> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/Strength> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n\n bido:low a bido:Strength .\n " .
<http://purl.org/spar/bido/Strength> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/Strength> <http://www.w3.org/2000/01/rdf-schema#label> "strength"@en .
<http://purl.org/spar/bido/Strength> <http://www.w3.org/2000/01/rdf-schema#comment> "A kind of strength - i.e., low/moderate/high - that can characterise a slope."@en .
<http://purl.org/spar/bido/Strength> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:TemporalEntity a owl:Class ;
rdfs:label "temporal entity"@en ;
rdfs:comment "A temporal interval or instant."@en ;
rdfs:isDefinedBy time: .
<?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.w3.org/2006/time#TemporalEntity">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:label xml:lang="en">temporal entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A temporal interval or instant.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2006/time#TemporalEntity",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A temporal interval or instant."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2006/time#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "temporal entity"
}
]
}
]<http://www.w3.org/2006/time#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2006/time#> .
<http://www.w3.org/2006/time#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#label> "temporal entity"@en .
<http://www.w3.org/2006/time#TemporalEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2006/time#TemporalEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "A temporal interval or instant."@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:Thing a owl:Class .
<?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#Thing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#Thing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]<http://www.w3.org/2002/07/owl#Thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/bido/Trend
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:Trend a owl:Class ;
rdfs:label "trend"@en ;
vann:example """
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
bido:increasing a bido:Trend .
""" ;
rdfs:comment "The flat/decreasing/increasing trend characterising the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/Trend">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">trend</rdfs:label>
<rdfs:comment xml:lang="en">The flat/decreasing/increasing trend characterising the curve.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-career-activity a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
bido:increasing a bido:Trend .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/Trend",
"@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\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n\n bido:increasing a bido:Trend .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The flat/decreasing/increasing trend characterising the curve."
}
],
"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": "trend"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/Trend> <http://www.w3.org/2000/01/rdf-schema#label> "trend"@en .
<http://purl.org/spar/bido/Trend> <http://www.w3.org/2000/01/rdf-schema#comment> "The flat/decreasing/increasing trend characterising the curve."@en .
<http://purl.org/spar/bido/Trend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/Trend> <http://purl.org/vocab/vann/example> "\n :my-research-career-activity a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n\n bido:increasing a bido:Trend .\n " .
<http://purl.org/spar/bido/Trend> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/Trend> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://www.essepuntato.it/2012/04/tvc/ValueInTime
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1: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/> .
<?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">
<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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</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.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#label> "value in time"@en .
<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/bido/accordingTo
@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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:accordingTo a owl:ObjectProperty ;
rdfs:label "according to"@en ;
vann:example """
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
:my-organization a prov:Agent .
""" ;
rdfs:comment "The relation between a bibliometric data in time situation and an agent who provided such data."@en ;
rdfs:domain bido:BibliometricDataInTime ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range prov:Agent ;
rdfs:subPropertyOf ns1:withinContext,
prov:wasAttributedTo ;
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/bido/accordingTo">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">according to</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/BibliometricDataInTime"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withinContext"/>
<rdfs:comment xml:lang="en">The relation between a bibliometric data in time situation and an agent who provided such data.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
:my-organization a prov:Agent .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/accordingTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n\n :my-organization a prov:Agent .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a bibliometric data in time situation and an agent who provided such data."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/BibliometricDataInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "according to"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/ns/prov#Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/ns/prov#wasAttributedTo"
},
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Agent> .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/accordingTo> <http://purl.org/vocab/vann/example> "\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n\n :my-organization a prov:Agent .\n " .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/BibliometricDataInTime> .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#label> "according to"@en .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/prov#wasAttributedTo> .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a bibliometric data in time situation and an agent who provided such data."@en .
<http://purl.org/spar/bido/accordingTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withinContext> .
IRI: http://www.essepuntato.it/2012/04/tvc/atTime
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
ns1:atTime a owl:ObjectProperty ;
rdfs:label "at time"@en ;
rdfs:comment "The relation between a situation and the particular temporal instant or time period in which the situation takes place."@en ;
rdfs:domain ns1:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:range time:TemporalEntity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/atTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">at time</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<rdfs:comment xml:lang="en">The relation between a situation and the particular temporal instant or time period in which the situation takes place.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/atTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a situation and the particular temporal instant or time period in which the situation takes place."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "at time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2006/time#TemporalEntity"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#label> "at time"@en .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#TemporalEntity> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/atTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a situation and the particular temporal instant or time period in which the situation takes place."@en .
IRI: http://purl.org/spar/bido/concernsResearchPeriod
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:concernsResearchPeriod a owl:ObjectProperty ;
rdfs:label "concerns research period"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:5-years-beginning .
bido:5-years-beginning a time:Interval .
""" ;
rdfs:comment "The relation between a research career category and the research period that caracterises it."@en ;
rdfs:domain bido:ResearchCareerCategory ;
rdfs:isDefinedBy : ;
rdfs:range time:Interval ;
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/bido/concernsResearchPeriod">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">concerns research period</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#Interval"/>
<rdfs:comment xml:lang="en">The relation between a research career category and the research period that caracterises it.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/ResearchCareerCategory"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:5-years-beginning .
bido:5-years-beginning a time:Interval .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/concernsResearchPeriod",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n\n bido:5-years-beginning a time:Interval .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a research career category and the research period that caracterises it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/ResearchCareerCategory"
}
],
"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": "concerns research period"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2006/time#Interval"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2000/01/rdf-schema#label> "concerns research period"@en .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Interval> .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a research career category and the research period that caracterises it."@en .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n\n bido:5-years-beginning a time:Interval .\n " .
<http://purl.org/spar/bido/concernsResearchPeriod> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/ResearchCareerCategory> .
IRI: http://purl.org/spar/bido/hasAccelerationPoint
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasAccelerationPoint a owl:ObjectProperty ;
rdfs:label "has acceleration point" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
bido:premature-deceleration a bido:AccelerationPoint .
""" ;
rdfs:comment "The relation between a curve and its acceleration point." ;
rdfs:domain bido:Curve ;
rdfs:isDefinedBy : ;
rdfs:range bido:AccelerationPoint ;
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/bido/hasAccelerationPoint">
<rdfs:range rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdfs:comment>The relation between a curve and its acceleration point.</rdfs:comment>
<rdfs:label>has acceleration point</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/Curve"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
bido:premature-deceleration a bido:AccelerationPoint .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasAccelerationPoint",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n bido:premature-deceleration a bido:AccelerationPoint .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The relation between a curve and its acceleration point."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/Curve"
}
],
"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": [
{
"@value": "has acceleration point"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/AccelerationPoint"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a curve and its acceleration point." .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n\n bido:premature-deceleration a bido:AccelerationPoint .\n " .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#label> "has acceleration point" .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/hasAccelerationPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/Curve> .
IRI: http://purl.org/spar/bido/hasCurve
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasCurve a owl:ObjectProperty ;
rdfs:label "has curve"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
""" ;
rdfs:comment "The relation between a research career category and the curve that characterises it."@en ;
rdfs:domain bido:ResearchCareerCategory ;
rdfs:isDefinedBy : ;
rdfs:range bido:Curve ;
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/bido/hasCurve">
<rdfs:domain rdf:resource="http://purl.org/spar/bido/ResearchCareerCategory"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">has curve</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a research career category and the curve that characterises it.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/bido/Curve"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing ;
bido:hasAccelerationPoint bido:premature-deceleration .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasCurve",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a research career category and the curve that characterises it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/ResearchCareerCategory"
}
],
"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": "has curve"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/Curve"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/ResearchCareerCategory> .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2000/01/rdf-schema#label> "has curve"@en .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/Curve> .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a research career category and the curve that characterises it."@en .
<http://purl.org/spar/bido/hasCurve> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n " .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasCurve> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/bido/hasGrowth
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasGrowth a owl:ObjectProperty ;
rdfs:label "has growth"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:exponential .
""" ;
rdfs:comment "The relation between the slope and the related growth."@en ;
rdfs:domain bido:Slope ;
rdfs:isDefinedBy : ;
rdfs:range bido:Growth ;
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/bido/hasGrowth">
<rdfs:comment xml:lang="en">The relation between the slope and the related growth.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/bido/Growth"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">has growth</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/Slope"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:exponential .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasGrowth",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:exponential .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the slope and the related growth."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/Slope"
}
],
"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": "has growth"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/Growth"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasGrowth> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:exponential .\n " .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the slope and the related growth."@en .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/Growth> .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2000/01/rdf-schema#label> "has growth"@en .
<http://purl.org/spar/bido/hasGrowth> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/Slope> .
IRI: http://purl.org/spar/bido/hasMeasure
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasMeasure a owl:ObjectProperty ;
rdfs:label "has measure"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor .
""" ;
rdfs:comment "The relation between some bibliometric data and a measure (e.g., h-index, e-index, journal impact factor)."@en ;
rdfs:domain bido:NumericBibliometricData ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range bido:BibliometricMeasure ;
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/bido/hasMeasure">
<rdfs:range rdf:resource="http://purl.org/spar/bido/BibliometricMeasure"/>
<rdfs:comment xml:lang="en">The relation between some bibliometric data and a measure (e.g., h-index, e-index, journal impact factor).</rdfs:comment>
<rdfs:label xml:lang="en">has measure</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/NumericBibliometricData"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasMeasure",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between some bibliometric data and a measure (e.g., h-index, e-index, journal impact factor)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/NumericBibliometricData"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has measure"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/BibliometricMeasure"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/BibliometricMeasure> .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between some bibliometric data and a measure (e.g., h-index, e-index, journal impact factor)."@en .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2000/01/rdf-schema#label> "has measure"@en .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/NumericBibliometricData> .
<http://purl.org/spar/bido/hasMeasure> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor .\n " .
<http://purl.org/spar/bido/hasMeasure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/bido/hasOrderOfMagnitude
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasOrderOfMagnitude a owl:ObjectProperty ;
rdfs:label "has order of magnitude"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
bido:243-729 a bido:OrderOfMagnitude .
""" ;
rdfs:comment "The relation between a research career category and the order of magnitude of the citation distribution that characterises it."@en ;
rdfs:domain bido:ResearchCareerCategory ;
rdfs:isDefinedBy : ;
rdfs:range bido:OrderOfMagnitude ;
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/bido/hasOrderOfMagnitude">
<rdfs:comment xml:lang="en">The relation between a research career category and the order of magnitude of the citation distribution that characterises it.</rdfs:comment>
<rdfs:label xml:lang="en">has order of magnitude</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/ResearchCareerCategory"/>
<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-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
bido:243-729 a bido:OrderOfMagnitude .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasOrderOfMagnitude",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:243-729 .\n\n bido:243-729 a bido:OrderOfMagnitude .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a research career category and the order of magnitude of the citation distribution that characterises it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/ResearchCareerCategory"
}
],
"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": "has order of magnitude"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/OrderOfMagnitude"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a research career category and the order of magnitude of the citation distribution that characterises it."@en .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:243-729 .\n\n bido:243-729 a bido:OrderOfMagnitude .\n " .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#label> "has order of magnitude"@en .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/ResearchCareerCategory> .
<http://purl.org/spar/bido/hasOrderOfMagnitude> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/hasSlope
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasSlope a owl:ObjectProperty ;
rdfs:label "has slope"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low ;
bido:hasGrowth bido:exponential .
""" ;
rdfs:comment "The relation between a research career category and the slope of the curve that characterises it."@en ;
rdfs:domain bido:ResearchCareerCategory ;
rdfs:isDefinedBy : ;
rdfs:range bido:Slope ;
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/bido/hasSlope">
<rdfs:range rdf:resource="http://purl.org/spar/bido/Slope"/>
<rdfs:label xml:lang="en">has slope</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a research career category and the slope of the curve that characterises it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/ResearchCareerCategory"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low ;
bido:hasGrowth bido:exponential .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasSlope",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low ;\n bido:hasGrowth bido:exponential .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a research career category and the slope of the curve that characterises it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/ResearchCareerCategory"
}
],
"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": "has slope"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/Slope"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/Slope> .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2000/01/rdf-schema#label> "has slope"@en .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a research career category and the slope of the curve that characterises it."@en .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasSlope> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low ;\n bido:hasGrowth bido:exponential .\n " .
<http://purl.org/spar/bido/hasSlope> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/ResearchCareerCategory> .
IRI: http://purl.org/spar/bido/hasStrength
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasStrength a owl:ObjectProperty ;
rdfs:label "has strength"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
""" ;
rdfs:comment "The relation between the slope and the related strength."@en ;
rdfs:domain bido:Slope ;
rdfs:isDefinedBy : ;
rdfs:range bido:Strength ;
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/bido/hasStrength">
<rdfs:comment xml:lang="en">The relation between the slope and the related strength.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/bido/Strength"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/Slope"/>
<rdfs:label xml:lang="en">has strength</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasStrength",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the slope and the related strength."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/Slope"
}
],
"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": "has strength"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/Strength"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the slope and the related strength."@en .
<http://purl.org/spar/bido/hasStrength> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n " .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/Strength> .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/Slope> .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2000/01/rdf-schema#label> "has strength"@en .
<http://purl.org/spar/bido/hasStrength> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:hasTrend a owl:ObjectProperty ;
rdfs:label "has trend" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
bido:increasing a bido:Trend .
""" ;
rdfs:comment "The relation between a curve and its trend." ;
rdfs:domain bido:Curve ;
rdfs:isDefinedBy : ;
rdfs:range bido:Trend ;
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/bido/hasTrend">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:range rdf:resource="http://purl.org/spar/bido/Trend"/>
<rdfs:comment>The relation between a curve and its trend.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has trend</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/Curve"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
bido:increasing a bido:Trend .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasTrend",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n\n bido:increasing a bido:Trend .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The relation between a curve and its trend."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/Curve"
}
],
"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": [
{
"@value": "has trend"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/Trend"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/Trend> .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a curve and its trend." .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2000/01/rdf-schema#label> "has trend" .
<http://purl.org/spar/bido/hasTrend> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n\n bido:increasing a bido:Trend .\n " .
<http://purl.org/spar/bido/hasTrend> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/Curve> .
IRI: http://www.essepuntato.it/2012/04/tvc/hasValue
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1: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 ns1:ValueInTime .
<?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: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.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/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/bido/holdsBibliometricDataInTime
@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@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 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#> .
bido:holdsBibliometricDataInTime a owl:ObjectProperty ;
rdfs:label "holds bibliometric data in time",
"holds bibliometric data in time"@en ;
vann:example """
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
""" ;
rdfs:comment "The relation between a person or any other publication-related entity and bibliometric data that the entity holds. The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.",
"The relation between a person or any other publication-related entity and bibliometric data that the entity holds."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range bido:BibliometricDataInTime ;
rdfs:subPropertyOf ns1:hasValue ;
vs:term_status reg:statusStable ;
skos:note """
The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric 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/bido/holdsBibliometricDataInTime">
<rdfs:label>holds bibliometric data in time</rdfs:label>
<rdfs:label xml:lang="en">holds bibliometric data in time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:range rdf:resource="http://purl.org/spar/bido/BibliometricDataInTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between a person or any other publication-related entity and bibliometric data that the entity holds.</rdfs:comment>
<rdfs:comment>The relation between a person or any other publication-related entity and bibliometric data that the entity holds. The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/hasValue"/>
<vann:example>
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
</vann:example>
<skos:note xml:lang="en">
The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/holdsBibliometricDataInTime",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a person or any other publication-related entity and bibliometric data that the entity holds."
},
{
"@value": "The relation between a person or any other publication-related entity and bibliometric data that the entity holds. The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "holds bibliometric data in time"
},
{
"@language": "en",
"@value": "holds bibliometric data in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/BibliometricDataInTime"
}
],
"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://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.\n "
}
]
}
]<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2004/02/skos/core#note> "\nThe ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.\n "@en .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n " .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#label> "holds bibliometric data in time" .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/BibliometricDataInTime> .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a person or any other publication-related entity and bibliometric data that the entity holds."@en .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#label> "holds bibliometric data in time"@en .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a person or any other publication-related entity and bibliometric data that the entity holds. The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data." .
<http://purl.org/spar/bido/holdsBibliometricDataInTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/hasValue> .
IRI: http://www.w3.org/ns/prov#wasAttributedTo
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
prov:wasAttributedTo a owl:ObjectProperty ;
rdfs:label "was attributed to"@en ;
rdfs:comment "The relation between an entity ascribed to an agent and that agent."@en ;
rdfs:isDefinedBy prov: ;
rdfs:range prov: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://www.w3.org/ns/prov#wasAttributedTo">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
<rdfs:label xml:lang="en">was attributed to</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an entity ascribed to an agent and that agent.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/ns/prov#wasAttributedTo",
"@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 ascribed to an agent and that agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/ns/prov#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "was attributed to"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/ns/prov#Agent"
}
]
}
]<http://www.w3.org/ns/prov#wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/prov#> .
<http://www.w3.org/ns/prov#wasAttributedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/ns/prov#wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity ascribed to an agent and that agent."@en .
<http://www.w3.org/ns/prov#wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Agent> .
<http://www.w3.org/ns/prov#wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#label> "was attributed to"@en .
IRI: http://purl.org/spar/bido/withBibliometricData
@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@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:withBibliometricData a owl:ObjectProperty ;
rdfs:label "with bibliometric data",
"with bibliometric data"@en ;
vann:example """
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
""" ;
rdfs:comment "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.",
"The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."@en ;
rdfs:domain bido:BibliometricDataInTime ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range bido:BibliometricData ;
rdfs:subPropertyOf ns1:withValue ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/bido/withBibliometricData">
<rdfs:label xml:lang="en">with bibliometric data</rdfs:label>
<rdfs:label>with bibliometric data</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdfs:comment xml:lang="en">The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.</rdfs:comment>
<rdfs:comment>The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/bido/BibliometricData"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/BibliometricDataInTime"/>
<vann:example>
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/withBibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."
},
{
"@value": "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/BibliometricDataInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with bibliometric data"
},
{
"@value": "with bibliometric data"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/BibliometricData"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "with bibliometric data"@en .
<http://purl.org/spar/bido/withBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n " .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."@en .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/BibliometricData> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "with bibliometric data" .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity." .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/BibliometricDataInTime> .
IRI: http://www.essepuntato.it/2012/04/tvc/withValue
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1: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 ns1:ValueInTime .
<?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: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.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 ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:withinContext a owl:ObjectProperty ;
rdfs:label "within context"@en ;
rdfs:comment "The relation between a value in time and the specific context within which the fact of the entity having the value is relevant."@en ;
rdfs:domain ns1:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/withinContext">
<rdfs:comment xml:lang="en">The relation between a value in time and the specific context within which the fact of the entity having the value is relevant.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<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 relation between a value in time and 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.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a value in time and the specific context within which the fact of the entity having the value is relevant."@en .
<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> .
Jump to:
IRI: http://purl.org/spar/bido/hasNumericValue
@prefix bido: <http://purl.org/spar/bido/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bido:hasNumericValue a owl:DatatypeProperty ;
rdfs:label "has numeric value"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasNumericValue "2.464"^^xsd:float .
""" ;
rdfs:comment "The actual value of the bibliometric data in consideration."@en ;
rdfs:domain bido:NumericBibliometricData ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:float xsd:integer ) ] ;
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/bido/hasNumericValue">
<rdfs:range rdf:nodeID="N2f756e098ee54a67a7167006348763d6"/>
<rdfs:label xml:lang="en">has numeric value</rdfs:label>
<rdfs:comment xml:lang="en">The actual value of the bibliometric data in consideration.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/NumericBibliometricData"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasNumericValue "2.464"^^xsd:float .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="Naa3d782aefd5471fa3ff4c0f10cd00fb">
<rdf:rest rdf:nodeID="Nc38a75174af144719cb8645f483c6ada"/>
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nc38a75174af144719cb8645f483c6ada">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N2f756e098ee54a67a7167006348763d6">
<owl:unionOf rdf:nodeID="Naa3d782aefd5471fa3ff4c0f10cd00fb"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasNumericValue",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The actual value of the bibliometric data in consideration."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/NumericBibliometricData"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has numeric value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:N2f756e098ee54a67a7167006348763d6"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:N2f756e098ee54a67a7167006348763d6",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Datatype"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://www.w3.org/2001/XMLSchema#float"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
]
}
]
}
]<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#range> _:N2f756e098ee54a67a7167006348763d6 .
_:Naa3d782aefd5471fa3ff4c0f10cd00fb <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nc38a75174af144719cb8645f483c6ada .
_:Nc38a75174af144719cb8645f483c6ada <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#integer> .
_:N2f756e098ee54a67a7167006348763d6 <http://www.w3.org/2002/07/owl#unionOf> _:Naa3d782aefd5471fa3ff4c0f10cd00fb .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#label> "has numeric value"@en .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual value of the bibliometric data in consideration."@en .
_:N2f756e098ee54a67a7167006348763d6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
_:Nc38a75174af144719cb8645f483c6ada <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/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/NumericBibliometricData> .
<http://purl.org/spar/bido/hasNumericValue> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n " .
_:Naa3d782aefd5471fa3ff4c0f10cd00fb <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#float> .
Jump to:
IRI: http://purl.org/spar/bido/10-years-beginning
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:10-years-beginning a owl:NamedIndividual,
time:Interval ;
rdfs:label "10 years beginning"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:10-years-beginning .
""" ;
rdfs:comment "The interval covering the first 10 years of a research career."@en ;
rdfs:isDefinedBy : ;
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/bido/10-years-beginning">
<rdfs:label xml:lang="en">10 years beginning</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2006/time#Interval"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">The interval covering the first 10 years of a research career.</rdfs:comment>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:10-years-beginning .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/10-years-beginning",
"@type": [
"http://www.w3.org/2006/time#Interval",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:10-years-beginning .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The interval covering the first 10 years of a research career."
}
],
"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": "10 years beginning"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/10-years-beginning> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:10-years-beginning .\n " .
<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/2000/01/rdf-schema#comment> "The interval covering the first 10 years of a research career."@en .
<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/2000/01/rdf-schema#label> "10 years beginning"@en .
<http://purl.org/spar/bido/10-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/time#Interval> .
IRI: http://purl.org/spar/bido/15-years-beginning
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:15-years-beginning a owl:NamedIndividual,
time:Interval ;
rdfs:label "15 years beginning"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:15-years-beginning .
""" ;
rdfs:comment "The interval covering the first 15 years of a research career."@en ;
rdfs:isDefinedBy : ;
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/bido/15-years-beginning">
<rdfs:label xml:lang="en">15 years beginning</rdfs:label>
<rdfs:comment xml:lang="en">The interval covering the first 15 years of a research career.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2006/time#Interval"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:15-years-beginning .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/15-years-beginning",
"@type": [
"http://www.w3.org/2006/time#Interval",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:15-years-beginning .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The interval covering the first 15 years of a research career."
}
],
"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": "15 years beginning"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/15-years-beginning> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:15-years-beginning .\n " .
<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/2000/01/rdf-schema#label> "15 years beginning"@en .
<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/2000/01/rdf-schema#comment> "The interval covering the first 15 years of a research career."@en .
<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/time#Interval> .
<http://purl.org/spar/bido/15-years-beginning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/5-years-beginning
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
bido:5-years-beginning a owl:NamedIndividual,
time:Interval ;
rdfs:label "5 years beginning"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:5-years-beginning .
""" ;
rdfs:comment "The interval covering the first 5 years of a research career."@en ;
rdfs:isDefinedBy : ;
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/bido/5-years-beginning">
<rdf:type rdf:resource="http://www.w3.org/2006/time#Interval"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">The interval covering the first 5 years of a research career.</rdfs:comment>
<rdfs:label xml:lang="en">5 years beginning</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:concernsResearchPeriod bido:5-years-beginning .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/5-years-beginning",
"@type": [
"http://www.w3.org/2006/time#Interval",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The interval covering the first 5 years of a research career."
}
],
"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": "5 years beginning"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/2000/01/rdf-schema#comment> "The interval covering the first 5 years of a research career."@en .
<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/time#Interval> .
<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/5-years-beginning> <http://www.w3.org/2000/01/rdf-schema#label> "5 years beginning"@en .
<http://purl.org/spar/bido/5-years-beginning> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:concernsResearchPeriod bido:5-years-beginning .\n " .
IRI: http://purl.org/spar/bido/0-1
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:0-1 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[0,1)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:0-1 .
""" ;
rdfs:comment "The citation interval between 0 (included) and 1 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/0-1">
<rdfs:label>[0,1)</rdfs:label>
<rdfs:comment xml:lang="en">The citation interval between 0 (included) and 1 (excluded).</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<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-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:0-1 .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/0-1",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:0-1 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 0 (included) and 1 (excluded)."
}
],
"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": [
{
"@value": "[0,1)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/0-1> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 0 (included) and 1 (excluded)."@en .
<http://purl.org/spar/bido/0-1> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:0-1 .\n " .
<http://purl.org/spar/bido/0-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/0-1> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/0-1> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/0-1> <http://www.w3.org/2000/01/rdf-schema#label> "[0,1)" .
<http://purl.org/spar/bido/0-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/bido/1-3
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:1-3 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[1,3)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:1-3 .
""" ;
rdfs:comment "The citation interval between 1 (included) and 3 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/1-3">
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>[1,3)</rdfs:label>
<rdfs:comment xml:lang="en">The citation interval between 1 (included) and 3 (excluded).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:1-3 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/1-3",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:1-3 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 1 (included) and 3 (excluded)."
}
],
"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": [
{
"@value": "[1,3)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/1-3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/1-3> <http://www.w3.org/2000/01/rdf-schema#label> "[1,3)" .
<http://purl.org/spar/bido/1-3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/1-3> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/1-3> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:1-3 .\n " .
<http://purl.org/spar/bido/1-3> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 1 (included) and 3 (excluded)."@en .
<http://purl.org/spar/bido/1-3> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/19683-59049
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:19683-59049 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[19683,59049)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:19683-59049 .
""" ;
rdfs:comment "The citation interval between 19683 (included) and 59049 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/19683-59049">
<rdfs:label>[19683,59049)</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">The citation interval between 19683 (included) and 59049 (excluded).</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:19683-59049 .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/19683-59049",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:19683-59049 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 19683 (included) and 59049 (excluded)."
}
],
"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": [
{
"@value": "[19683,59049)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/19683-59049> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:19683-59049 .\n " .
<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/2000/01/rdf-schema#label> "[19683,59049)" .
<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/19683-59049> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 19683 (included) and 59049 (excluded)."@en .
IRI: http://purl.org/spar/bido/2187-6561
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:2187-6561 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[2187,6561)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:2187-6561 .
""" ;
rdfs:comment "The citation interval between 2187 (included) and 6561 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/2187-6561">
<rdfs:comment xml:lang="en">The citation interval between 2187 (included) and 6561 (excluded).</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>[2187,6561)</rdfs:label>
<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-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:2187-6561 .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/2187-6561",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:2187-6561 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 2187 (included) and 6561 (excluded)."
}
],
"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": [
{
"@value": "[2187,6561)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 2187 (included) and 6561 (excluded)."@en .
<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/2000/01/rdf-schema#label> "[2187,6561)" .
<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/2187-6561> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:2187-6561 .\n " .
<http://purl.org/spar/bido/2187-6561> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/bido/243-729
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:243-729 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[243,729)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
""" ;
rdfs:comment "The citation interval between 243 (included) and 729 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/243-729">
<rdfs:comment xml:lang="en">The citation interval between 243 (included) and 729 (excluded).</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>[243,729)</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:243-729 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/243-729",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:243-729 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 243 (included) and 729 (excluded)."
}
],
"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": [
{
"@value": "[243,729)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/243-729> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/243-729> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 243 (included) and 729 (excluded)."@en .
<http://purl.org/spar/bido/243-729> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/243-729> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/243-729> <http://www.w3.org/2000/01/rdf-schema#label> "[243,729)" .
<http://purl.org/spar/bido/243-729> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/243-729> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:243-729 .\n " .
IRI: http://purl.org/spar/bido/27-81
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:27-81 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[27,81)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:27-81 .
""" ;
rdfs:comment "The citation interval between 27 (included) and 81 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/27-81">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>[27,81)</rdfs:label>
<rdfs:comment xml:lang="en">The citation interval between 27 (included) and 81 (excluded).</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:27-81 .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/27-81",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:27-81 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 27 (included) and 81 (excluded)."
}
],
"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": [
{
"@value": "[27,81)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/27-81> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/27-81> <http://www.w3.org/2000/01/rdf-schema#label> "[27,81)" .
<http://purl.org/spar/bido/27-81> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/27-81> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:27-81 .\n " .
<http://purl.org/spar/bido/27-81> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/27-81> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/27-81> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 27 (included) and 81 (excluded)."@en .
IRI: http://purl.org/spar/bido/3-9
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:3-9 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[3,9)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:3-9 .
""" ;
rdfs:comment "The citation interval between 3 (included) and 9 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/3-9">
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">The citation interval between 3 (included) and 9 (excluded).</rdfs:comment>
<rdfs:label>[3,9)</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:3-9 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/3-9",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:3-9 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 3 (included) and 9 (excluded)."
}
],
"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": [
{
"@value": "[3,9)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/3-9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/3-9> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:3-9 .\n " .
<http://purl.org/spar/bido/3-9> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/3-9> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 3 (included) and 9 (excluded)."@en .
<http://purl.org/spar/bido/3-9> <http://www.w3.org/2000/01/rdf-schema#label> "[3,9)" .
<http://purl.org/spar/bido/3-9> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/3-9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
IRI: http://purl.org/spar/bido/6561-19683
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:6561-19683 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[6561,19683)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:6561-19683 .
""" ;
rdfs:comment "The citation interval between 6561 (included) and 19683 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/6561-19683">
<rdfs:label>[6561,19683)</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The citation interval between 6561 (included) and 19683 (excluded).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:6561-19683 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/6561-19683",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:6561-19683 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 6561 (included) and 19683 (excluded)."
}
],
"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": [
{
"@value": "[6561,19683)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 6561 (included) and 19683 (excluded)."@en .
<http://purl.org/spar/bido/6561-19683> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:6561-19683 .\n " .
<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/2000/01/rdf-schema#label> "[6561,19683)" .
<http://purl.org/spar/bido/6561-19683> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
IRI: http://purl.org/spar/bido/729-2187
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:729-2187 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[729,2187)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:729-2187 .
""" ;
rdfs:comment "The citation interval between 729 (included) and 2187 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/729-2187">
<rdfs:comment xml:lang="en">The citation interval between 729 (included) and 2187 (excluded).</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label>[729,2187)</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:729-2187 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/729-2187",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:729-2187 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 729 (included) and 2187 (excluded)."
}
],
"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": [
{
"@value": "[729,2187)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/729-2187> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/729-2187> <http://www.w3.org/2000/01/rdf-schema#label> "[729,2187)" .
<http://purl.org/spar/bido/729-2187> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 729 (included) and 2187 (excluded)."@en .
<http://purl.org/spar/bido/729-2187> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:729-2187 .\n " .
<http://purl.org/spar/bido/729-2187> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/729-2187> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/729-2187> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/bido/81-243
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:81-243 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[81,243)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:81-243 .
""" ;
rdfs:comment "The citation interval between 81 (included) and 243 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/81-243">
<rdfs:comment xml:lang="en">The citation interval between 81 (included) and 243 (excluded).</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label>[81,243)</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:81-243 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/81-243",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:81-243 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 81 (included) and 243 (excluded)."
}
],
"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": [
{
"@value": "[81,243)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/81-243> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/81-243> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/81-243> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:81-243 .\n " .
<http://purl.org/spar/bido/81-243> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/81-243> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/81-243> <http://www.w3.org/2000/01/rdf-schema#label> "[81,243)" .
<http://purl.org/spar/bido/81-243> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 81 (included) and 243 (excluded)."@en .
IRI: http://purl.org/spar/bido/9-27
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:9-27 a bido:OrderOfMagnitude,
owl:NamedIndividual ;
rdfs:label "[9,27)" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:9-27 .
""" ;
rdfs:comment "The citation interval between 9 (included) and 27 (excluded)."@en ;
rdfs:isDefinedBy : ;
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/bido/9-27">
<rdf:type rdf:resource="http://purl.org/spar/bido/OrderOfMagnitude"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">The citation interval between 9 (included) and 27 (excluded).</rdfs:comment>
<rdfs:label>[9,27)</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasOrderOfMagnitude bido:9-27 .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/9-27",
"@type": [
"http://purl.org/spar/bido/OrderOfMagnitude",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:9-27 .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citation interval between 9 (included) and 27 (excluded)."
}
],
"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": [
{
"@value": "[9,27)"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/9-27> <http://www.w3.org/2000/01/rdf-schema#comment> "The citation interval between 9 (included) and 27 (excluded)."@en .
<http://purl.org/spar/bido/9-27> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/9-27> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/OrderOfMagnitude> .
<http://purl.org/spar/bido/9-27> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasOrderOfMagnitude bido:9-27 .\n " .
<http://purl.org/spar/bido/9-27> <http://www.w3.org/2000/01/rdf-schema#label> "[9,27)" .
<http://purl.org/spar/bido/9-27> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/9-27> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:decreasing a bido:Trend,
owl:NamedIndividual ;
rdfs:label "decreasing" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:decreasing .
""" ;
rdfs:comment "A decreasing trend characterizing the curve." ;
rdfs:isDefinedBy : ;
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/bido/decreasing">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment>A decreasing trend characterizing the curve.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Trend"/>
<rdfs:label>decreasing</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:decreasing .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/decreasing",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Trend"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:decreasing .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A decreasing trend characterizing the curve."
}
],
"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": [
{
"@value": "decreasing"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/decreasing> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:decreasing .\n " .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/2000/01/rdf-schema#comment> "A decreasing trend characterizing the curve." .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Trend> .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/2000/01/rdf-schema#label> "decreasing" .
<http://purl.org/spar/bido/decreasing> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/bido/exponential
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:exponential a bido:Growth,
owl:NamedIndividual ;
rdfs:label "exponential"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:exponential .
""" ;
rdfs:comment "An exponential growth pattern characterising the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/exponential">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Growth"/>
<rdfs:label xml:lang="en">exponential</rdfs:label>
<rdfs:comment xml:lang="en">An exponential growth pattern characterising the slope of the curve.</rdfs:comment>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:exponential .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/exponential",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Growth"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:exponential .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An exponential growth pattern characterising the slope of the curve."
}
],
"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": "exponential"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/exponential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Growth> .
<http://purl.org/spar/bido/exponential> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/exponential> <http://www.w3.org/2000/01/rdf-schema#comment> "An exponential growth pattern characterising the slope of the curve."@en .
<http://purl.org/spar/bido/exponential> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:exponential .\n " .
<http://purl.org/spar/bido/exponential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/exponential> <http://www.w3.org/2000/01/rdf-schema#label> "exponential"@en .
<http://purl.org/spar/bido/exponential> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:flat a bido:Trend,
owl:NamedIndividual ;
rdfs:label "flat"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:flat .
""" ;
rdfs:comment "A constant trend characterising the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/flat">
<rdfs:comment xml:lang="en">A constant trend characterising the curve.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/bido/Trend"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">flat</rdfs:label>
<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-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:flat .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/flat",
"@type": [
"http://purl.org/spar/bido/Trend",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:flat .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A constant trend characterising the curve."
}
],
"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": "flat"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/flat> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:flat .\n " .
<http://purl.org/spar/bido/flat> <http://www.w3.org/2000/01/rdf-schema#comment> "A constant trend characterising the curve."@en .
<http://purl.org/spar/bido/flat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Trend> .
<http://purl.org/spar/bido/flat> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/flat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/flat> <http://www.w3.org/2000/01/rdf-schema#label> "flat"@en .
<http://purl.org/spar/bido/flat> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/high
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:high a bido:Strength,
owl:NamedIndividual ;
rdfs:label "high"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:high .
""" ;
rdfs:comment "A high strength characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/high">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Strength"/>
<rdfs:comment xml:lang="en">A high strength characterizing the slope of the curve.</rdfs:comment>
<rdfs:label xml:lang="en">high</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:high .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/high",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Strength"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:high .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A high strength characterizing the slope of the curve."
}
],
"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": "high"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/high> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/high> <http://www.w3.org/2000/01/rdf-schema#comment> "A high strength characterizing the slope of the curve."@en .
<http://purl.org/spar/bido/high> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/high> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/high> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:high .\n " .
<http://purl.org/spar/bido/high> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Strength> .
<http://purl.org/spar/bido/high> <http://www.w3.org/2000/01/rdf-schema#label> "high"@en .
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:increasing a bido:Trend,
owl:NamedIndividual ;
rdfs:label "increasing" ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
""" ;
rdfs:comment "An increasing trend characterizing the curve." ;
rdfs:isDefinedBy : ;
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/bido/increasing">
<rdf:type rdf:resource="http://purl.org/spar/bido/Trend"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>increasing</rdfs:label>
<rdfs:comment>An increasing trend characterizing the curve.</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-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasTrend bido:increasing .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/increasing",
"@type": [
"http://purl.org/spar/bido/Trend",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An increasing trend characterizing the curve."
}
],
"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": [
{
"@value": "increasing"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/increasing> <http://www.w3.org/2000/01/rdf-schema#comment> "An increasing trend characterizing the curve." .
<http://purl.org/spar/bido/increasing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/increasing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Trend> .
<http://purl.org/spar/bido/increasing> <http://www.w3.org/2000/01/rdf-schema#label> "increasing" .
<http://purl.org/spar/bido/increasing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/increasing> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/increasing> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasTrend bido:increasing .\n " .
IRI: http://purl.org/spar/bido/linear
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:linear a bido:Growth,
owl:NamedIndividual ;
rdfs:label "linear"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:linear .
""" ;
rdfs:comment "A linear growth pattern characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/linear">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Growth"/>
<rdfs:comment xml:lang="en">A linear growth pattern characterizing the slope of the curve.</rdfs:comment>
<rdfs:label xml:lang="en">linear</rdfs:label>
<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-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:linear .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/linear",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Growth"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:linear .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A linear growth pattern characterizing the slope of the curve."
}
],
"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": "linear"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/linear> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/linear> <http://www.w3.org/2000/01/rdf-schema#comment> "A linear growth pattern characterizing the slope of the curve."@en .
<http://purl.org/spar/bido/linear> <http://www.w3.org/2000/01/rdf-schema#label> "linear"@en .
<http://purl.org/spar/bido/linear> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:linear .\n " .
<http://purl.org/spar/bido/linear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Growth> .
<http://purl.org/spar/bido/linear> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/linear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/bido/logarithmic
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:logarithmic a bido:Growth,
owl:NamedIndividual ;
rdfs:label "logarithmic"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:logarithmic .
""" ;
rdfs:comment "A logarithmic growth pattern characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/logarithmic">
<rdfs:label xml:lang="en">logarithmic</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Growth"/>
<rdfs:comment xml:lang="en">A logarithmic growth pattern characterizing the slope of the curve.</rdfs:comment>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:logarithmic .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/logarithmic",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Growth"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:logarithmic .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A logarithmic growth pattern characterizing the slope of the curve."
}
],
"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": "logarithmic"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/2000/01/rdf-schema#label> "logarithmic"@en .
<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/logarithmic> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:logarithmic .\n " .
<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/2000/01/rdf-schema#comment> "A logarithmic growth pattern characterizing the slope of the curve."@en .
<http://purl.org/spar/bido/logarithmic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Growth> .
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:low a bido:Strength,
owl:NamedIndividual ;
rdfs:label "low"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
""" ;
rdfs:comment "A low strength characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/low">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/Strength"/>
<rdfs:label xml:lang="en">low</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:comment xml:lang="en">A low strength characterizing the slope of the curve.</rdfs:comment>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:low .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/low",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/Strength"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A low strength characterizing the slope of the curve."
}
],
"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": "low"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/low> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Strength> .
<http://purl.org/spar/bido/low> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:low .\n " .
<http://purl.org/spar/bido/low> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/low> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/low> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/low> <http://www.w3.org/2000/01/rdf-schema#label> "low"@en .
<http://purl.org/spar/bido/low> <http://www.w3.org/2000/01/rdf-schema#comment> "A low strength characterizing the slope of the curve."@en .
IRI: http://purl.org/spar/bido/median-acceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:median-acceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "median acceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:median-acceleration .
""" ;
rdfs:comment "An acceleration point located in the middle of the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/median-acceleration">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">median acceleration</rdfs:label>
<rdfs:comment xml:lang="en">An acceleration point located in the middle of the considered research period.</rdfs:comment>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:median-acceleration .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/median-acceleration",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/AccelerationPoint"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:median-acceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An acceleration point located in the middle of the considered 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": "median acceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/median-acceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:median-acceleration .\n " .
<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/2000/01/rdf-schema#label> "median acceleration"@en .
<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/median-acceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "An acceleration point located in the middle of the considered research period."@en .
IRI: http://purl.org/spar/bido/median-deceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:median-deceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "median deceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:median-deceleration .
""" ;
rdfs:comment "A deceleration point located in the middle of the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/median-deceleration">
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">median deceleration</rdfs:label>
<rdfs:comment xml:lang="en">A deceleration point located in the middle of the considered 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-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:median-deceleration .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/median-deceleration",
"@type": [
"http://purl.org/spar/bido/AccelerationPoint",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:median-deceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A deceleration point located in the middle of the considered 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": "median deceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "A deceleration point located in the middle of the considered research period."@en .
<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/median-deceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:median-deceleration .\n " .
<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/2000/01/rdf-schema#label> "median deceleration"@en .
<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/median-deceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/bido/moderate
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:moderate a bido:Strength,
owl:NamedIndividual ;
rdfs:label "moderate"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:moderate .
""" ;
rdfs:comment "A moderate strength characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/moderate">
<rdfs:comment xml:lang="en">A moderate strength characterizing the slope of the curve.</rdfs:comment>
<rdfs:label xml:lang="en">moderate</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/bido/Strength"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasStrength bido:moderate .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/moderate",
"@type": [
"http://purl.org/spar/bido/Strength",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:moderate .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A moderate strength characterizing the slope of the curve."
}
],
"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": "moderate"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/moderate> <http://www.w3.org/2000/01/rdf-schema#comment> "A moderate strength characterizing the slope of the curve."@en .
<http://purl.org/spar/bido/moderate> <http://www.w3.org/2000/01/rdf-schema#label> "moderate"@en .
<http://purl.org/spar/bido/moderate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Strength> .
<http://purl.org/spar/bido/moderate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/moderate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/moderate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/moderate> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasStrength bido:moderate .\n " .
IRI: http://purl.org/spar/bido/none
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:none a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "none"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:none .
""" ;
rdfs:comment "No significant acceleration or deceleration point along the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/none">
<rdfs:label xml:lang="en">none</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">No significant acceleration or deceleration point along the curve.</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-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:none .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/none",
"@type": [
"http://purl.org/spar/bido/AccelerationPoint",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:none .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "No significant acceleration or deceleration point along the curve."
}
],
"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": "none"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/none> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/none> <http://www.w3.org/2000/01/rdf-schema#label> "none"@en .
<http://purl.org/spar/bido/none> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/none> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:none .\n " .
<http://purl.org/spar/bido/none> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/none> <http://www.w3.org/2000/01/rdf-schema#comment> "No significant acceleration or deceleration point along the curve."@en .
<http://purl.org/spar/bido/none> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
IRI: http://purl.org/spar/bido/overdue-acceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:overdue-acceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "overdue acceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:overdue-acceleration .
""" ;
rdfs:comment "An acceleration point occurring late in the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/overdue-acceleration">
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">An acceleration point occurring late in the considered research period.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">overdue acceleration</rdfs:label>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:overdue-acceleration .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/overdue-acceleration",
"@type": [
"http://purl.org/spar/bido/AccelerationPoint",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:overdue-acceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An acceleration point occurring late in the considered 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": "overdue acceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/overdue-acceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:overdue-acceleration .\n " .
<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "An acceleration point occurring late in the considered research period."@en .
<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/2000/01/rdf-schema#label> "overdue acceleration"@en .
<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/overdue-acceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/bido/overdue-deceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:overdue-deceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "overdue deceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:overdue-deceleration .
""" ;
rdfs:comment "A deceleration point occurring late in the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/overdue-deceleration">
<rdfs:label xml:lang="en">overdue deceleration</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdfs:comment xml:lang="en">A deceleration point occurring late in the considered research period.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:overdue-deceleration .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/overdue-deceleration",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/AccelerationPoint"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:overdue-deceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A deceleration point occurring late in the considered 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": "overdue deceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/2000/01/rdf-schema#label> "overdue deceleration"@en .
<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "A deceleration point occurring late in the considered research period."@en .
<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/overdue-deceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:overdue-deceleration .\n " .
<http://purl.org/spar/bido/overdue-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/bido/polynomial
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:polynomial a bido:Growth,
owl:NamedIndividual ;
rdfs:label "polynomial"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:polynomial .
""" ;
rdfs:comment "A polynomial growth pattern characterizing the slope of the curve."@en ;
rdfs:isDefinedBy : ;
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/bido/polynomial">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdfs:label xml:lang="en">polynomial</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/bido/Growth"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">A polynomial growth pattern characterizing the slope of the curve.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasSlope :my-slope .
:my-slope a bido:Slope ;
bido:hasGrowth bido:polynomial .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/polynomial",
"@type": [
"http://purl.org/spar/bido/Growth",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:polynomial .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A polynomial growth pattern characterizing the slope of the curve."
}
],
"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": "polynomial"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/polynomial> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasSlope :my-slope .\n\n :my-slope a bido:Slope ;\n bido:hasGrowth bido:polynomial .\n " .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/2000/01/rdf-schema#label> "polynomial"@en .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/2000/01/rdf-schema#comment> "A polynomial growth pattern characterizing the slope of the curve."@en .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/polynomial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/Growth> .
IRI: http://purl.org/spar/bido/premature-acceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:premature-acceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "premature acceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-acceleration .
""" ;
rdfs:comment "An acceleration point occurring early in the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/premature-acceleration">
<rdfs:label xml:lang="en">premature acceleration</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdfs:comment xml:lang="en">An acceleration point occurring early in the considered research period.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-acceleration .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/premature-acceleration",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/AccelerationPoint"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-acceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An acceleration point occurring early in the considered 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": "premature acceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/2000/01/rdf-schema#label> "premature acceleration"@en .
<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "An acceleration point occurring early in the considered research period."@en .
<http://purl.org/spar/bido/premature-acceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-acceleration .\n " .
<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/premature-acceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
IRI: http://purl.org/spar/bido/premature-deceleration
@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@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:premature-deceleration a bido:AccelerationPoint,
owl:NamedIndividual ;
rdfs:label "premature deceleration"@en ;
vann:example """
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
""" ;
rdfs:comment "A deceleration point occurring early in the considered research period."@en ;
rdfs:isDefinedBy : ;
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/bido/premature-deceleration">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-research-career-category/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/bido/AccelerationPoint"/>
<rdfs:label xml:lang="en">premature deceleration</rdfs:label>
<rdfs:comment xml:lang="en">A deceleration point occurring early in the considered research period.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-category a bido:ResearchCareerCategory ;
bido:hasCurve :my-curve .
:my-curve a bido:Curve ;
bido:hasAccelerationPoint bido:premature-deceleration .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/premature-deceleration",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/bido/AccelerationPoint"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A deceleration point occurring early in the considered 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": "premature deceleration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-research-career-category/> .
<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/2000/01/rdf-schema#label> "premature deceleration"@en .
<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/bido/AccelerationPoint> .
<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/bido/premature-deceleration> <http://purl.org/vocab/vann/example> "\n :my-research-category a bido:ResearchCareerCategory ;\n bido:hasCurve :my-curve .\n\n :my-curve a bido:Curve ;\n bido:hasAccelerationPoint bido:premature-deceleration .\n " .
<http://purl.org/spar/bido/premature-deceleration> <http://www.w3.org/2000/01/rdf-schema#comment> "A deceleration point occurring early in the considered research period."@en .
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> .
IRI: http://purl.org/dc/elements/1.1/contributor
IRI: http://purl.org/dc/terms/created
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/doi
IRI: http://purl.org/vocab/vann/example
IRI: https://schema.org/includedInDataCatalog
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:isDefinedBy 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#isDefinedBy">
<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#isDefinedBy",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <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/issued
@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> .
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> .