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