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 .