IRI: http://purl.org/spar/bido/hasNumericValue
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bido:hasNumericValue a owl:DatatypeProperty ;
rdfs:label "has numeric value"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasNumericValue "2.464"^^xsd:float .
""" ;
rdfs:comment "The actual value of the bibliometric data in consideration."@en ;
rdfs:domain bido:NumericBibliometricData ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:float xsd:integer ) ] ;
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:about="http://purl.org/spar/bido/hasNumericValue">
<rdfs:range rdf:nodeID="N2f756e098ee54a67a7167006348763d6"/>
<rdfs:label xml:lang="en">has numeric value</rdfs:label>
<rdfs:comment xml:lang="en">The actual value of the bibliometric data in consideration.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/NumericBibliometricData"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasNumericValue "2.464"^^xsd:float .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="Naa3d782aefd5471fa3ff4c0f10cd00fb">
<rdf:rest rdf:nodeID="Nc38a75174af144719cb8645f483c6ada"/>
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nc38a75174af144719cb8645f483c6ada">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N2f756e098ee54a67a7167006348763d6">
<owl:unionOf rdf:nodeID="Naa3d782aefd5471fa3ff4c0f10cd00fb"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/hasNumericValue",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The actual value of the bibliometric data in consideration."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/NumericBibliometricData"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/bido-core/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has numeric value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:N2f756e098ee54a67a7167006348763d6"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:N2f756e098ee54a67a7167006348763d6",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Datatype"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://www.w3.org/2001/XMLSchema#float"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
]
}
]
}
]<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#range> _:N2f756e098ee54a67a7167006348763d6 .
_:Naa3d782aefd5471fa3ff4c0f10cd00fb <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nc38a75174af144719cb8645f483c6ada .
_:Nc38a75174af144719cb8645f483c6ada <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#integer> .
_:N2f756e098ee54a67a7167006348763d6 <http://www.w3.org/2002/07/owl#unionOf> _:Naa3d782aefd5471fa3ff4c0f10cd00fb .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#label> "has numeric value"@en .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual value of the bibliometric data in consideration."@en .
_:N2f756e098ee54a67a7167006348763d6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
_:Nc38a75174af144719cb8645f483c6ada <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/hasNumericValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/NumericBibliometricData> .
<http://purl.org/spar/bido/hasNumericValue> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n " .
_:Naa3d782aefd5471fa3ff4c0f10cd00fb <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#float> .