IRI: http://purl.org/spar/bido/NumericBibliometricData
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bido:NumericBibliometricData a owl:Class ;
rdfs:label "numeric bibliometric data"@en ;
vann:example """
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor ;
bido:hasNumericValue "2.464"^^xsd:float .
""" ;
rdfs:comment "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."@en ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty bido:hasMeasure ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty bido:hasNumericValue ],
bido:BibliometricData ;
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="N432f2d842bf34b96a63e49211360827d">
<owl:onProperty rdf:resource="http://purl.org/spar/bido/hasNumericValue"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/bido/NumericBibliometricData">
<rdfs:label xml:lang="en">numeric bibliometric data</rdfs:label>
<rdfs:comment xml:lang="en">Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/bido/BibliometricData"/>
<rdfs:subClassOf rdf:nodeID="N432f2d842bf34b96a63e49211360827d"/>
<rdfs:subClassOf rdf:nodeID="N11d0b56f62754c55b5ba13829b267ad3"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-numeric-bibliometric-data a bido:NumericBibliometricData ;
bido:hasMeasure bido:journal-impact-factor ;
bido:hasNumericValue "2.464"^^xsd:float .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N11d0b56f62754c55b5ba13829b267ad3">
<owl:onProperty rdf:resource="http://purl.org/spar/bido/hasMeasure"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/NumericBibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."
}
],
"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": "numeric bibliometric data"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/bido/BibliometricData"
},
{
"@id": "_:N432f2d842bf34b96a63e49211360827d"
},
{
"@id": "_:N11d0b56f62754c55b5ba13829b267ad3"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:N432f2d842bf34b96a63e49211360827d",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/bido/hasNumericValue"
}
]
},
{
"@id": "_:N11d0b56f62754c55b5ba13829b267ad3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/bido/hasMeasure"
}
]
}
]_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "numeric bibliometric data"@en .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "Bibliometric data represented by numbers. Such numeric data are those characterised by a certain integer or float value related to a particular bibliometric measure."@en .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/bido/hasMeasure> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/bido/BibliometricData> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-numeric-bibliometric-data a bido:NumericBibliometricData ;\n bido:hasMeasure bido:journal-impact-factor ;\n bido:hasNumericValue \"2.464\"^^xsd:float .\n " .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N432f2d842bf34b96a63e49211360827d .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/bido/hasNumericValue> .
_:N11d0b56f62754c55b5ba13829b267ad3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/bido/NumericBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N11d0b56f62754c55b5ba13829b267ad3 .
_:N432f2d842bf34b96a63e49211360827d <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .