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/> .