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