IRI: http://purl.org/spar/fabio/Nanopublication
@prefix fabio: <http://purl.org/spar/fabio/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Nanopublication a owl:Class ;
rdfs:label "nanopublication"@en ;
vann:example """
:my-nanopublication a fabio:Nanopublication ;
dcterms:title 'Interaction protein-gene NP-721'@en ;
dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .
""" ;
rdfs:comment "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note """The minimal components of a nanopublication are as follows:
* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);
* provenance information about the nanopublication, defining its authorship and creation date;
* supporting information (optional), providing context for the assertion;
* a unique identifier for the nanopublication, in the form of a URI;
* an integrity key that ensures that the nanopublication is in its original form and has not been altered."""@en .
<?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:skos="http://www.w3.org/2004/02/skos/core#"
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/fabio/Nanopublication">
<rdfs:label xml:lang="en">nanopublication</rdfs:label>
<rdfs:comment xml:lang="en">A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:note xml:lang="en">The minimal components of a nanopublication are as follows:
* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);
* provenance information about the nanopublication, defining its authorship and creation date;
* supporting information (optional), providing context for the assertion;
* a unique identifier for the nanopublication, in the form of a URI;
* an integrity key that ensures that the nanopublication is in its original form and has not been altered.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-nanopublication a fabio:Nanopublication ;
dcterms:title 'Interaction protein-gene NP-721'@en ;
dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Nanopublication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-nanopublication a fabio:Nanopublication ;\n dcterms:title 'Interaction protein-gene NP-721'@en ;\n dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nanopublication"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "The minimal components of a nanopublication are as follows:\n* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);\n* provenance information about the nanopublication, defining its authorship and creation date;\n* supporting information (optional), providing context for the assertion;\n* a unique identifier for the nanopublication, in the form of a URI;\n* an integrity key that ensures that the nanopublication is in its original form and has not been altered."
}
]
}
]<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#label> "nanopublication"@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2004/02/skos/core#note> "The minimal components of a nanopublication are as follows:\n* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);\n* provenance information about the nanopublication, defining its authorship and creation date;\n* supporting information (optional), providing context for the assertion;\n* a unique identifier for the nanopublication, in the form of a URI;\n* an integrity key that ensures that the nanopublication is in its original form and has not been altered."@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#comment> "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Nanopublication> <http://purl.org/vocab/vann/example> "\n :my-nanopublication a fabio:Nanopublication ;\n dcterms:title 'Interaction protein-gene NP-721'@en ;\n dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .\n " .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .