IRI: http://purl.org/spar/bido/withBibliometricData
@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@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:withBibliometricData a owl:ObjectProperty ;
rdfs:label "with bibliometric data",
"with bibliometric data"@en ;
vann:example """
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
""" ;
rdfs:comment "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.",
"The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."@en ;
rdfs:domain bido:BibliometricDataInTime ;
rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
rdfs:range bido:BibliometricData ;
rdfs:subPropertyOf ns1:withValue ;
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/withBibliometricData">
<rdfs:label xml:lang="en">with bibliometric data</rdfs:label>
<rdfs:label>with bibliometric data</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdfs:comment xml:lang="en">The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.</rdfs:comment>
<rdfs:comment>The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/bido/BibliometricData"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/bido-core/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/bido/BibliometricDataInTime"/>
<vann:example>
:my-journal a fabio:Journal ;
bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .
:my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
bido:accordingTo :my-organization ;
bido:withBibliometricData :my-numeric-bibliometric-data .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/bido/withBibliometricData",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."
},
{
"@value": "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/bido/BibliometricDataInTime"
}
],
"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": "with bibliometric data"
},
{
"@value": "with bibliometric data"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/bido/BibliometricData"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue"
}
],
"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/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "with bibliometric data"@en .
<http://purl.org/spar/bido/withBibliometricData> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .\n\n :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;\n bido:accordingTo :my-organization ;\n bido:withBibliometricData :my-numeric-bibliometric-data .\n " .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity."@en .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/bido/BibliometricData> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#label> "with bibliometric data" .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/bido-core/> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity's bibliometric data in time and a definition of the type of bibliometric data held by this entity." .
<http://purl.org/spar/bido/withBibliometricData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/bido/BibliometricDataInTime> .