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