IRI: http://purl.org/spar/fabio/InBrief
@prefix fabio: <http://purl.org/spar/fabio/> .
@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#> .
fabio:InBrief a owl:Class ;
rdfs:label "in brief"@en ;
vann:example """
:my-in-brief a fabio:InBrief ;
dcterms:title 'Science In Brief - March 2026'@en ;
dcterms:description 'A short summary or a collection of brief news items or notes.'@en .
""" ;
rdfs:comment "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:unionOf ( fabio:JournalNewsItem fabio:MagazineNewsItem ) ],
fabio:NewsItem ;
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="nc2534d39d31a404c8051419731cd4b5eb20">
<rdf:first rdf:resource="http://purl.org/spar/fabio/JournalNewsItem"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb21"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/InBrief">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb19"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:label xml:lang="en">in brief</rdfs:label>
<rdfs:comment xml:lang="en">An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-in-brief a fabio:InBrief ;
dcterms:title 'Science In Brief - March 2026'@en ;
dcterms:description 'A short summary or a collection of brief news items or notes.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb19">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb20"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb21">
<rdf:first rdf:resource="http://purl.org/spar/fabio/MagazineNewsItem"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/InBrief",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-brief a fabio:InBrief ;\n dcterms:title 'Science In Brief - March 2026'@en ;\n dcterms:description 'A short summary or a collection of brief news items or notes.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."
}
],
"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": "in brief"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb19"
},
{
"@id": "http://purl.org/spar/fabio/NewsItem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb19",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/JournalNewsItem"
},
{
"@id": "http://purl.org/spar/fabio/MagazineNewsItem"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/JournalNewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb19 .
_:nc2534d39d31a404c8051419731cd4b5eb20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb21 .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#label> "in brief"@en .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#comment> "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."@en .
_:nc2534d39d31a404c8051419731cd4b5eb19 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb20 .
_:nc2534d39d31a404c8051419731cd4b5eb21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/MagazineNewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://purl.org/vocab/vann/example> "\n :my-in-brief a fabio:InBrief ;\n dcterms:title 'Science In Brief - March 2026'@en ;\n dcterms:description 'A short summary or a collection of brief news items or notes.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .