| basic | <http://prismstandard.org/namespaces/basic/2.0/> |
| bibo | <http://purl.org/ontology/bibo/> |
| by | <https://creativecommons.org/licenses/by/4.0/> |
| core | <http://purl.org/vocab/frbr/core#> |
| dc | <http://purl.org/dc/elements/1.1/> |
| fabio | <http://purl.org/spar/fabio/> |
| mod | <https://w3id.org/mod#> |
| ns | <http://www.w3.org/2003/06/sw-vocab-status/ns#> |
| owl | <http://www.w3.org/2002/07/owl#> |
| rdf | <http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
| rdfs | <http://www.w3.org/2000/01/rdf-schema#> |
| schema | <https://schema.org/> |
| skos | <http://www.w3.org/2004/02/skos/core#> |
| spar | <http://purl.org/spar/> |
| terms | <http://purl.org/dc/terms/> |
| vaem | <http://www.linkedmodel.org/schema/vaem#> |
| vann | <http://purl.org/vocab/vann/> |
| vocab | <https://w3id.org/widoco/vocab#> |
| xml | <http://www.w3.org/XML/1998/namespace> |
| xsd | <http://www.w3.org/2001/XMLSchema#> |
The FRBR-aligned Bibliographic Ontology (FaBiO) is an ontology for recording and publishing on the Semantic Web descriptions of entities that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define such bibliographic references. FaBiO entities are primarily textual publications such as books, magazines, newspapers and journals, and items of their content such as poems, conference papers and editorials. However, they also include blogs, web pages, datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also anthologies, catalogues and similar collections.
FaBiO already imports several entities from existing standards for bibliographic entity descriptions, i.e., FRBR, DC Terms, PRISM and SKOS. In addition, FaBiO has been developed so to limit any restriction to its classes as well as the domains and ranges of its properties. This flexibility has the great advantage of allowing FaBiO to be used together with other models.
In particular, FaBiO classes are structured according to the FRBR schema of Works, Expressions, Manifestations and Items.
The following Graffoo diagram shows additional properties that have been added to extends the FRBR data model by linking Works and Manifestations (fabio:hasManifestation and fabio:isManifestationOf), Works and Items (fabio:hasPortrayal and fabio:isPortrayedBy), and Expressions and Items (fabio:hasRepresentation and fabio:isRepresentedBy).

With FaBiO, it thus becomes possible:
fabio:ConferencePaper), journal articles (fabio:JournalArticle), journal issues and volumes (fabio:JournalIssue and fabio:JournalVolume), using terms that closely resemble the language used in everyday speech by academics and publishers;fabio:Work, fabio:Expression, fabio:Manifestation and fabio:Item, all subclasses of the related FRBR classes) to define clear separations between each part of the publishing process, which involves different people (authors, publishers, readers), depending on which aspect of the bibliographic entity we are considering: the high-level conceptualisation of the research paper, the version of record of that paper forming a journal article, the publication of the article in various formats, and the individual physical or electronic exemplars of the published article that people may read and own;In the following subsections, we introduce some examples to showcase how to use FaBiO.
The prefixes that are used in all the examples provided below are defined as follows:
@prefix : <http://www.sparontologies.net/example/> .
@prefix application: <http://purl.org/NET/mediatypes/application/> .
@prefix co: <http://purl.org/co/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix facet: <http://link.springer.com/facet/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
FaBiO allows one to describe information related to a bibliographic entity such as the following one:
From the previous reference we can extract the following information:
OPJK and DILIGENT: ontology modeling in a distributed environment;10.1007/s10506-007-9036-2;0924-8463;1572-8382;171-186;By using FaBiO entities, which also include part of the FRBR, DC Terms and PRISM vocabularies, it is possible to create a full description of all the aspects introduced by the aforementioned twelve points.
:opjk-and-diligent a fabio:ResearchPaper ;
dcterms:creator :casanovas , :casellas,
:tempich, :vrandecic, :benjamins ;
frbr:realization :version-of-record .
:version-of-record a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology
modeling in a distributed environment' ;
fabio:hasPublicationYear '2007'^^xsd:gYear ;
prism:doi '10.1007/s10506-007-9036-2' ;
frbr:embodiment :printed , :pdf ;
frbr:partOf :ai-and-law-15-2 .
:ai-and-law-15-2 a fabio:JournalIssue ;
prism:issueIdentifier '2' ;
frbr:embodiment :printed-issue ;
frbr:partOf :ai-and-law-15 .
:ai-and-law-15 a fabio:JournalVolume ;
prism:volume '15' ;
frbr:partOf :ai-and-law .
:ai-and-law a fabio:Journal ;
dcterms:title 'Artificial Intelligence and Law' .
:printed-issue a fabio:Paperback ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
frbr:part :printed .
:printed a fabio:PrintObject ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
prism:startingPage '171' ;
prism:endingPage '186' .
:pdf a fabio:DigitalManifestation ;
dcterms:publisher :springer ;
dcterms:format application:pdf ;
prism:publicationDate '2007-05-31'^^xsd:date .
:casanovas a foaf:Person ;
foaf:givenName 'Pompeu' ;
foaf:familyName 'Casanovas' .
:casellas a foaf:Person ;
foaf:givenName 'Nuria' ;
foaf:familyName 'Casellas' .
:tempich a foaf:Person ;
foaf:givenName 'Christoph' ;
foaf:familyName 'Tempich' .
:vrandecic a foaf:Person ;
foaf:givenName 'Denny' ;
foaf:familyName 'Vrandečić' .
:benjamins a foaf:Person ;
foaf:givenName 'Richard' ;
foaf:familyName 'Benjamins' .
:springer a foaf:Organization ;
foaf:name 'Springer' .
Sometimes, it is important to keep track of the actual order the authors of a paper as they appear in the author list. The usual approach is to use RDF collections for handling it. However, this choice can have several drawbacks, first of all that it is not a fully OWL 2 DL compliant way of modelling ordered items – and this could result in having reasoners running with unexpected behaviour or not running at all.
Even if FaBiO does not handle author ordering directly, it is possible to use it in combination with other pure OWL 2 DL compliant ontologies, such as the Collections Ontology (CO) – that is fully described in the paper 'The Collections Ontology: creating and handling collections in OWL 2 DL frameworks' by Ciccarese and Peroni – which was specifically designed for defining orders among items. This ontology allows us to link a co:List of authors through the dcterms:creator property.
:opjk-and-diligent a fabio:ResearchPaper ;
dcterms:creator :author-list .
:author-list a co:List , foaf:Group ;
co:firstItem :author-item-1 ;
co:item
:author-item-1 ,
:author-item-2 ,
:author-item-3 ,
:author-item-4 ,
:author-item-5 ;
co:lastItem :author-item-5 ;
co:size '5'^^xsd:nonNegativeInteger .
:author-item-1 a co:ListItem ;
co:index '1'^^xsd:positiveInteger ;
co:itemContent :casanovas ;
co:nextItem :author-item-2 .
:author-item-2 a co:ListItem ;
co:index '2'^^xsd:positiveInteger ;
co:itemContent :casellas ;
co:nextItem :author-item-3 .
:author-item-3 a co:ListItem ;
co:index '3'^^xsd:positiveInteger ;
co:itemContent :tempich ;
co:nextItem :author-item-4 .
:author-item-4 a co:ListItem ;
co:index '4'^^xsd:positiveInteger ;
co:itemContent :vrandecic ;
co:nextItem :author-item-5 .
:author-item-5 a co:ListItem ;
co:index '5'^^xsd:positiveInteger ;
co:itemContent :benjamins .
:casanovas a foaf:Person ;
foaf:givenName 'Pompeu' ;
foaf:familyName 'Casanovas' .
:casellas a foaf:Person ;
foaf:givenName 'Nuria' ;
foaf:familyName 'Casellas' .
:tempich a foaf:Person ;
foaf:givenName 'Christoph' ;
foaf:familyName 'Tempich' .
:vrandecic a foaf:Person ;
foaf:givenName 'Denny' ;
foaf:familyName 'Vrandečić' .
:benjamins a foaf:Person ;
foaf:givenName 'Richard' ;
foaf:familyName 'Benjamins' .
One of the most important needs for a publisher is to categorise each bibliographic entity it produces by adding free-text keywords and/or specific terms structured according to recognised classification systems and/or thesauri developed for specific academic disciplines.
While through FaBiO the definition of keywords is possible using the PRISM property prism:keyword, terms from thesauri, structured vocabularies and classification systems are described using SKOS.
To this end, FaBiO extends some classes and properties of SKOS.
First of all any FRBR endeavour can be associated (fabio:hasSubjectTerm) with one or more descriptive terms (fabio:SubjectTerm, a sub-class of skos:Concept) found in a specific dictionary (fabio:TermDictionary, a sub-class of skos:ConceptScheme) that is relevant to (fabio:hasDiscipline) particular disciplines (fabio:SubjectDiscipline, also a sub-class of skos:Concept) describing a field of knowledge or human activity such as computer science, biology, economics, cookery or swimming.
At the same time, the subject disciplines can be grouped by an opportune vocabulary (i.e., fabio:DisciplineDictionary).
:opjk-and-diligent a fabio:ResearchPaper ;
fabio:hasSubjectTerm
facet:air-and-space-law ,
facet:computational-linguistics ,
facet:philosophy-of-law ,
facet:legal-aspects-of-computing ,
facet:artificial-intelligence-incl-robotics ;
prism:keywords
'legal ontologies' ,
'methodology' ,
'ontology modeling' ,
'professional knowledge' ,
'rhetorical structure theory' .
<http://link.springer.com/facet> a fabio:TermDictionary ;
skos:prefLabel 'Facet dictionary used in Springer library' ;
fabio:hasDiscipline
dbpedia:Computer_science ,
dbpedia:Law .
facet:air-and-space-law a fabio:SubjectTerm ;
skos:prefLabel 'Air and Space Law' ;
skos:inScheme <http://link.springer.com/facet> .
facet:computational-linguistics a fabio:SubjectTerm ;
skos:prefLabel 'Computational Linguistics' ;
skos:inScheme <http://link.springer.com/facet> .
facet:philosophy-of-law a fabio:SubjectTerm ;
skos:prefLabel 'Philosophy of Law' ;
skos:inScheme <http://link.springer.com/facet> .
facet:legal-aspects-of-computing a fabio:SubjectTerm ;
skos:prefLabel 'Legal Aspects of Computing' ;
skos:inScheme <http://link.springer.com/facet> .
facet:artificial-intelligence-incl-robotics a fabio:SubjectTerm ;
skos:prefLabel 'Artificial Intelligence (incl. Robotics)' ;
skos:inScheme <http://link.springer.com/facet> .
FaBiO can be used for answering several questions related to bibliographic objects and other entities involved in the publishing process.
In the following subsections, some of them are introduced together with their respective SPARQL queries.
The prefixes that are used in all the SPARQL queries provided below are defined as follows:
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX fabio: <http://purl.org/spar/fabio/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX frbr: <http://purl.org/vocab/frbr/core#>
PREFIX prism: <http://prismstandard.org/namespaces/basic/2.0/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
What are the titles and publication years of all available journal articles?
SELECT ?title ?year
WHERE {
?article a fabio:JournalArticle ;
dcterms:title ?title ;
fabio:hasPublicationYear ?year .
}
Who are the authors (first and last names) of the article with the DOI '10.1007/s10506-007-9036-2'?
SELECT ?givenName ?familyName
WHERE {
?article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
?paper a fabio:ResearchPaper ;
frbr:realization ?article ;
dcterms:creator ?author .
?author foaf:givenName ?givenName ;
foaf:familyName ?familyName .
}
In which journal, volume, and issue was the article with the DOI '10.1007/s10506-007-9036-2'?
SELECT ?journalTitle ?volume ?issue
WHERE {
?article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' ;
frbr:partOf ?journalIssue .
?journalIssue a fabio:JournalIssue ;
prism:issueIdentifier ?issue ;
frbr:partOf ?journalVolume .
?journalVolume a fabio:JournalVolume ;
prism:volume ?volume ;
frbr:partOf ?journal .
?journal a fabio:Journal ;
dcterms:title ?journalTitle .
}
What are the keywords associated with the article with the DOI '10.1007/s10506-007-9036-2'?
SELECT ?keyword
WHERE {
?article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
?paper a fabio:ResearchPaper ;
prism:keywords ?keyword .
}
What are the preferred labels of all subject terms assigned to the article with the DOI '10.1007/s10506-007-9036-2'?
SELECT ?keyword
WHERE {
?article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
?paper a fabio:ResearchPaper ;
fabio:hasSubjectTerm ?subjectTerm .
?subjectTerm a fabio:SubjectTerm ;
skos:prefLabel ?subjectLabel .
}
IRI: http://purl.org/spar/fabio/Abstract
:my-abstract a fabio:Abstract ;
c4o:hasContent 'In the legal domain, ontologies enjoy quite some reputation as a way to model normative knowledge about laws and jurisprudence.'@en .
IRI: http://purl.org/spar/fabio/AcademicProceedings
:my-academic-proceedings a fabio:AcademicProceedings ;
dcterms:title 'Patent Infringement Proceedings'@en ;
frbr:part :my-proceedings-paper .
IRI: http://purl.org/spar/fabio/Addendum
:my-addendum a fabio:Addendum ;
dcterms:title 'Addendum: Unified framework for open quantum dynamics with memory'@en .
IRI: http://purl.org/spar/fabio/Algorithm
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:computer :john-doe ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
IRI: http://purl.org/spar/fabio/AnalogItem
:my-analog-item a fabio:AnalogItem ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
fabio:isStoredOn fabio:paper ;
frbr:exemplarOf :my-analog-manifestation .
IRI: http://purl.org/spar/fabio/AnalogManifestation
:my-analog-manifestation a fabio:AnalogManifestation ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
frbr:exemplar :my-analog-item .
IRI: http://purl.org/spar/fabio/AnalogStorageMedium
fabio:paper a fabio:AnalogStorageMedium .
IRI: http://purl.org/spar/fabio/Announcement
:my-announcement a fabio:Announcement ;
dcterms:title 'Open Access Publisher acquires 'The Journal of Future Science''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Official press release announcing the strategic acquisition of the journal to expand our Open Access portfolio.'@en .
IRI: http://purl.org/spar/fabio/Anthology
:my-anthology a fabio:Anthology ;
dcterms:title 'The Best Science Fiction Ever Written'@en ;
frbr:part :my-story, :my-another-story .
IRI: http://purl.org/spar/fabio/ApplicationProgrammingInterface
:my-api a fabio:ApplicationProgrammingInterface ;
dcterms:title 'OpenCitations Meta REST API' ;
dcterms:description 'The REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes.'@en .
IRI: http://purl.org/spar/fabio/ApplicationProfile
:my-application-profile a fabio:ApplicationProfile ;
dcterms:title 'The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP)' ;
dcterms:description 'CHAD-AP is a CIDOC CRM application profile implemented as an OWL ontology for describing the acquisition and digitisation processes of cultural heritage objects.'@en .
IRI: http://purl.org/spar/fabio/ArchivalDocument
:my-archival-document a fabio:ArchivalDocument ;
dcterms:title 'Letter from Alan Turing to the Editor of Nature, 1945'@en ;
dcterms:identifier 'MS-TUR-01-A' ;
frbr:realizationOf :my-archival-record ;
dcterms:description 'A handwritten letter preserved in the university archives.'@en .
IRI: http://purl.org/spar/fabio/ArchivalDocumentSet
:my-archival-document-set a fabio:ArchivalDocumentSet ;
dcterms:title 'Collection of documents related to Alan Turing's correspondence'@en ;
frbr:part :my-archival-document, :my-another-archival-document ;
frbr:realizationOf :my-archival-record-set ;
dcterms:description 'A collection of various archival documents.'@en .
IRI: http://purl.org/spar/fabio/ArchivalRecord
:my-archival-record a fabio:ArchivalRecord ;
dcterms:title 'Correspondence of Alan Turing regarding Enigma decryption'@en ;
dcterms:creator :alan-turing ;
frbr:realization :my-archival-document ;
dcterms:description 'The conceptual archival entity representing the correspondence created by Alan Turing during his research.'@en .
IRI: http://purl.org/spar/fabio/ArchivalRecordSet
:my-archival-record-set a fabio:ArchivalRecordSet ;
dcterms:title 'The Alan Turing War-time Correspondence Collection'@en ;
frbr:part :my-archival-record, :my-another-archival-record ;
frbr:realization :my-archival-document-set ;
dcterms:description 'The conceptual collection of all archival records created by Turing during the conflict.'@en .
IRI: http://purl.org/spar/fabio/Article
:my-article a fabio:Article ;
dcterms:title 'Automatic SHACL shapes generation'@en ;
frbr:embodiment :my-digital-manifestation .
IRI: http://purl.org/spar/fabio/ArtisticWork
:my-artistic-work a fabio:ArtisticWork ;
dcterms:title 'The Starry Night'@en ;
dcterms:creator :vincent-van-gogh ;
dcterms:description 'The conceptual artistic creation representing Van Gogh's vision of the night sky from Saint-Rémy-de-Provence.'@en .
IRI: http://purl.org/spar/fabio/AudioDocument
:my-audio-document a fabio:AudioDocument ;
dcterms:title 'Audio recording of the interview with Tim Berners-Lee'@en ;
frbr:realizationOf :my-sound-recording .
IRI: http://purl.org/spar/fabio/AuthorityFile
:my-authority-file a fabio:AuthorityFile ;
dcterms:title 'Virtual International Authority File (VIAF)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary that clusters different forms of a name into a single authoritative record.'@en .
IRI: http://purl.org/spar/fabio/BachelorsThesis
:my-bachelors-thesis a fabio:BachelorsThesis ;
dcterms:title 'Sorting Algorithms Performance Analysis in Python'@en ;
dcterms:description 'A thesis submitted for the degree of Bachelor of Science in Computer Science.'@en .
IRI: http://purl.org/spar/fabio/BibliographicDatabase
:my-bibliographic-database a fabio:BibliographicDatabase ;
dcterms:title 'Scopus'@en ;
dcterms:description 'A large abstract and citation database of peer-reviewed literature.'@en .
IRI: http://purl.org/spar/fabio/BibliographicMetadata
:my-bibliographic-metadata a fabio:BibliographicMetadata ;
dcterms:title 'Bibliographic record for 'The Semantic Web''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Standard descriptive metadata including author, title, and publication date.'@en .
IRI: http://purl.org/spar/fabio/Biography
:my-biography a fabio:Biography ;
dcterms:title 'Einstein: His Life and Universe'@en ;
dcterms:creator :john-doe ;
dcterms:subject <https://orcid.org/0000-0001-5109-3700> ;
dcterms:description 'A comprehensive scholarly work detailing the life history and scientific contributions of Albert Einstein.'@en .
IRI: http://purl.org/spar/fabio/Blog
:my-blog a fabio:Blog ;
dcterms:title 'The Semantic Web Insights Blog'@en ;
frbr:part :my-blog-post, :my-another-blog-post ;
fabio:hasURL 'https://blog.example.org/semantic-web'^^xsd:anyURI ;
dcterms:description 'A web manifestation used for publishing periodic entries about linked data technologies.'@en .
IRI: http://purl.org/spar/fabio/BlogPost
:my-blog-post a fabio:BlogPost ;
dcterms:title 'The Future of Linked Open Data in 2026'@en ;
dcterms:description 'An individual entry published on a blog discussing the evolution of LOD standards.'@en .
IRI: http://purl.org/spar/fabio/Book
:my-book a fabio:Book ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
dcterms:creator :charles-darwin ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-analog-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
IRI: http://purl.org/spar/fabio/BookChapter
:my-book-chapter a fabio:BookChapter ;
dcterms:title 'Chapter 4: Methodology for Ontology Engineering'@en ;
dcterms:creator :john-doe ;
frbr:partOf :my-book ;
dcterms:description 'A specific chapter focused on engineering methodologies within a scholarly handbook.'@en .
IRI: http://purl.org/spar/fabio/BookReview
:my-book-review a fabio:BookReview ;
dcterms:title 'A Critical Analysis of Darwin's Evolutionary Theory'@en ;
dcterms:creator :john-doe ;
dcterms:subject :origin-of-species ;
dcterms:description 'A detailed scholarly review and critical analysis of the arguments presented in 'On the Origin of Species'.'@en .
IRI: http://purl.org/spar/fabio/BookSeries
:my-book-series a fabio:BookSeries ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
prism:issn '0302-9743' ;
frbr:part :my-book, :my-another-book ;
dcterms:description 'A theoretical and professional book series focused on computer science research and development.'@en .
IRI: http://purl.org/spar/fabio/BookSet
:my-book-set a fabio:BookSet ;
dcterms:title 'The Lord of the Rings (Boxed Set)'@en ;
frbr:part :my-book, :my-another-book, :my-even-another-book ;
dcterms:description 'A finite collection of books published together as a single unit or boxed set.'@en .
IRI: http://purl.org/spar/fabio/BriefReport
:my-brief-report a fabio:BriefReport ;
dcterms:title 'Preliminary Observations on the New Omicron Subvariant'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short report providing early data and rapid updates on ongoing clinical observations.'@en ;
dcterms:subject <http://purl.uniprot.org/keywords/949> .
IRI: http://purl.org/spar/fabio/CallForApplications
:my-call-for-applications a fabio:CallForApplications ;
dcterms:title 'ERC Starting Grants 2026 Call'@en ;
fabio:hasDeadline '2025-10-15T17:00:00Z'^^xsd:dateTime ;
frbr:realizationOf :my-proposition ;
dcterms:description 'Formal request for research proposals from early-career scientists to provide long-term funding.'@en .
IRI: http://purl.org/spar/fabio/CaseForSupport
:my-case-for-support a fabio:CaseForSupport ;
dcterms:title 'Scientific Rationale for Neural Network Optimization Project'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-case-for-support-document ;
dcterms:description 'The conceptual work providing the intellectual justification and research plan for a grant application.'@en .
IRI: http://purl.org/spar/fabio/CaseForSupportDocument
:my-case-for-support-document a fabio:CaseForSupportDocument ;
dcterms:title 'Case for Support: Neural Network Optimization Project'@en ;
frbr:realizationOf :my-case-for-support ;
frbr:embodiment :my-digital-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
IRI: http://purl.org/spar/fabio/CaseReport
:my-case-report a fabio:CaseReport ;
dcterms:title 'Rare neurological manifestations in a 45-year-old patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D009422> ;
dcterms:description 'A detailed report of the symptoms, diagnosis, and treatment of an individual clinical case.'@en .
IRI: http://purl.org/spar/fabio/Catalog
:my-catalog a fabio:Catalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - University Library'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A systematic list of items, such as books or manuscripts, arranged in a specific order to facilitate discovery.'@en .
IRI: http://purl.org/spar/fabio/Chapter
:my-chapter a fabio:Chapter ;
dcterms:title 'Introduction to SPARQL Query Language'@en ;
frbr:partOf :my-book ;
fabio:hasSequenceIdentifier '1' ;
dcterms:description 'The introductory chapter of a technical handbook.'@en .
IRI: http://purl.org/spar/fabio/CitationMetadata
:my-citation-metadata a fabio:CitationMetadata ;
dcterms:title 'Citation data for 'On the Origin of Species''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of metadata specifically focused on the references and citations made by or to a particular work.'@en .
IRI: http://purl.org/spar/fabio/ClinicalCaseReport
:my-clinical-case-report a fabio:ClinicalCaseReport ;
dcterms:title 'Clinical management of severe respiratory distress in a pediatric patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D000086382> ;
dcterms:description 'A detailed clinical report covering diagnosis, therapeutic interventions, and outcome of a specific patient.'@en .
IRI: http://purl.org/spar/fabio/ClinicalGuideline
:my-clinical-guideline a fabio:ClinicalGuideline ;
dcterms:title 'International Guidelines for the Management of Arterial Hypertension'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D006973> ;
dcterms:description 'Systematically developed statements to assist practitioner and patient decisions about appropriate health care for specific clinical circumstances.'@en .
IRI: http://purl.org/spar/fabio/ClinicalTrialDesign
:my-clinical-trial-design a fabio:ClinicalTrialDesign ;
dcterms:title 'Double-blind, Randomized, Placebo-controlled Phase III Study Design'@en ;
dcterms:creator :john-doe ;
dcterms:description 'The conceptual framework and methodological plan for conducting a specific clinical trial.'@en .
IRI: http://purl.org/spar/fabio/ClinicalTrialReport
:my-clinical-trial-report a fabio:ClinicalTrialReport ;
dcterms:title 'Final Report on Phase III Efficacy of mRNA-1273 Vaccine'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive document reporting the methodology, data, and clinical outcomes of a completed clinical trial.'@en .
IRI: http://purl.org/spar/fabio/CollectedWorks
:my-collected-works a fabio:CollectedWorks ;
dcterms:title 'Luigi Pirandello's works'@en ;
frbr:part :my-artistic-work, :my-another-artistic-work ;
dcterms:description 'The complete intellectual output of Luigi Pirandello, gathered as a single conceptual collection.'@en .
IRI: http://purl.org/spar/fabio/Comment
:my-comment a fabio:Comment ;
dcterms:title 'Clarification on the methodology section'@en ;
dcterms:description 'A brief note or remark providing clarification or personal opinion on a specific part of a document.'@en .
IRI: http://purl.org/spar/fabio/CompleteWorks
:my-complete-works a fabio:CompleteWorks ;
dcterms:title 'Dante Alighieri: the complete works'@en ;
frbr:part :my-work, :my-another-work, :my-even-another-work ;
dcterms:description 'The complete set of all the intellectual works of Dante Alighieri, published as a comprehensive collection.'@en .
IRI: http://purl.org/spar/fabio/ComputerApplication
:my-computer-application a fabio:ComputerApplication ;
dcterms:title 'OpenRefine'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.'@en .
IRI: http://purl.org/spar/fabio/ComputerFile
:my-computer-file a fabio:ComputerFile ;
dcterms:title 'research_data_results_2026'@en ;
dcterms:description 'An exemplar of a digital manifestation, stored as a discrete file on a computer system.'@en .
IRI: http://purl.org/spar/fabio/ComputerProgram
:my-computer-program a fabio:ComputerProgram ;
dcterms:title 'Statistical Analysis Script in Python'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:language <http://purl.org/NET/marccodes/languages/python> ;
dcterms:description 'A set of instructions written in Python to automate data cleaning and visualization.'@en .
IRI: http://www.w3.org/2004/02/skos/core#Concept
:my-concept a skos:Concept ;
skos:prefLabel 'Semantic Web'@en ;
skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;
skos:inScheme :my-concept-scheme .
IRI: http://www.w3.org/2004/02/skos/core#ConceptScheme
:my-concept-scheme a skos:ConceptScheme ;
dcterms:title 'Semantic Web Technologies'@en ;
dcterms:creator :john-doe ;
skos:hasTopConcept :semantic-web ;
dcterms:description 'An organized set of concepts.'@en .
IRI: http://purl.org/spar/fabio/ConferencePaper
:my-conference-paper a fabio:ConferencePaper ;
dcterms:title 'Advancements in Neural Symbolic Integration' ;
frbr:partOf :my-conference-proceedings ;
dcterms:description 'A paper presented at a conference and subsequently published in the conference proceedings.'@en .
IRI: http://purl.org/spar/fabio/ConferencePoster
:my-conference-poster a fabio:ConferencePoster ;
dcterms:title 'Visualizing Neural-Symbolic Integration: A Case Study'@en ;
dcterms:description 'A large printed or digital sheet presenting research data and findings at a conference poster session.'@en .
IRI: http://purl.org/spar/fabio/ConferenceProceedings
:my-conference-proceedings a fabio:ConferenceProceedings ;
dcterms:title 'Proceedings of the 25th International Semantic Web Conference'@en ;
frbr:part :my-conference-paper, :my-another-conference-paper ;
dcterms:description 'The formal record of a conference, containing the collection of papers and abstracts presented.'@en .
IRI: http://purl.org/spar/fabio/ControlledVocabulary
:my-controlled-vocabulary a fabio:ControlledVocabulary ;
dcterms:title 'Medical Subject Headings (MeSH)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A predefined list of terms used for indexing, cataloging, and searching to ensure consistency.'@en .
IRI: http://purl.org/spar/fabio/Correction
:my-correction a fabio:Correction ;
dcterms:title 'Correction to: Analysis of Climate Data Trends (2024)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal statement identifying and correcting errors in a previously published document.'@en .
IRI: http://purl.org/spar/fabio/Corrigendum
:my-corrigendum a fabio:Corrigendum ;
dcterms:title 'Corrigendum to: 'New Insights into Quantum Gravity''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notification of errors made by the authors in the original publication, issued as a formal correction.'@en .
IRI: http://purl.org/spar/fabio/Cover
:my-cover a fabio:Cover ;
dcterms:title 'Front Cover of Nature, Volume 600'@en ;
dcterms:description 'The outer protective layer of a publication, often containing the title, author, and illustrative artwork.'@en .
IRI: http://purl.org/spar/fabio/CriticalEdition
:my-critical-edition a fabio:CriticalEdition ;
dcterms:title 'The Divine Comedy according to the antica vulgata (ed. Giorgio Petrocchi)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly edition of a text that includes an apparatus criticus, based on the analytical study of variant readings in different manuscripts.'@en .
IRI: http://purl.org/spar/fabio/DataFile
:my-data-file a fabio:DataFile ;
dcterms:title 'Raw Survey Data on Urban Mobility'@en ;
frbr:realizationOf :my-dataset ;
dcterms:description 'A computer file containing structured or unstructured data, intended for processing by computer applications.'@en .
IRI: http://purl.org/spar/fabio/DataManagementPlan
:my-data-management-plan a fabio:DataManagementPlan ;
dcterms:title 'Data Management Plan for Project OpenScience'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-proposition ;
dcterms:description 'A formal document outlining how data will be handled during and after a research project.'@en .
IRI: http://purl.org/spar/fabio/DataManagementPolicy
:my-data-management-policy a fabio:DataManagementPolicy ;
dcterms:title 'Institutional Policy on Research Data Management'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A policy specifically addressing the principles and requirements for managing, storing, and sharing research data.'@en .
IRI: http://purl.org/spar/fabio/DataManagementPolicyDocument
:my-data-management-policy-document a fabio:DataManagementPolicyDocument ;
dcterms:title 'Official Research Data Policy Document'@en ;
frbr:realizationOf :my-data-management-policy ;
dcterms:description 'A physical or digital document that contains the text of a data management policy.'@en .
IRI: http://purl.org/spar/fabio/DataRepository
:my-data-repository a fabio:DataRepository ;
dcterms:title 'Zenodo'@en ;
dcterms:description 'A multi-disciplinary shared research data repository, helping researchers receive credit for making their research results available.'@en .
IRI: http://purl.org/spar/fabio/Database
:my-database a fabio:Database ;
dcterms:title 'GenBank'@en ;
dcterms:description 'A comprehensive database that contains publicly available nucleotide sequences for more than 300,000 named organisms.'@en .
IRI: http://purl.org/spar/fabio/DatabaseManagementSystem
:my-database-management-system a fabio:DatabaseManagementSystem ;
dcterms:title 'PostgreSQL 16.0'@en ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful, open source object-relational database system used to create, manage, and query databases.'@en .
IRI: http://purl.org/spar/fabio/Dataset
:my-dataset a fabio:Dataset ;
dcterms:title 'Global Temperature Anomalies Dataset 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of related data records, with a specific focus on monthly temperature variations recorded globally.'@en .
IRI: http://purl.org/spar/fabio/DefinitiveVersion
:my-definitive-version a fabio:DefinitiveVersion ;
dcterms:title 'The Role of AI in Modern Medicine - Final Version'@en ;
dcterms:description 'The final version of an expression as it was published or released, incorporating all corrections and peer review changes.'@en .
IRI: http://purl.org/spar/fabio/ProjectReportDocument
:my-project-report-document a fabio:ProjectReportDocument ;
dcterms:title 'Project X final report'@en ;
frbr:realizationOf :my-project-report ;
dcterms:description 'A document containing a report on the progress, results or status of a project.'@en .
IRI: http://purl.org/spar/fabio/ProjectReport
:my-project-report a fabio:ProjectReport ;
dcterms:title 'Report on first semester 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report on the progress, results or status of a project.'@en .
IRI: http://purl.org/spar/fabio/DemoPaper
:my-demo-paper a fabio:DemoPaper ;
dcterms:title 'Visualizing Knowledge Graphs: A Real-time Interactive Tool'@en ;
dcterms:description 'A short paper describing a practical demonstration of a system, software tool, or technology presented at a conference.'@en .
IRI: http://purl.org/spar/fabio/Diary
:my-diary a fabio:Diary ;
dcterms:title 'John's personal diary'@en ;
dcterms:creator :john-doe ;
frbr:part :my-entry ;
dcterms:description 'A record of personal experiences, thoughts, and daily events, kept regularly by an individual.'@en .
IRI: http://purl.org/spar/fabio/DigitalItem
:my-digital-item a fabio:DigitalItem ;
frbr:exemplarOf :my-digital-manifestation ;
fabio:hasURL 'https://example.org/download/paper.epub' ;
fabio:isStoredOn fabio:floppy-disk .
IRI: http://purl.org/spar/fabio/DigitalManifestation
:my-digital-manifestation a fabio:DigitalManifestation ;
dcterms:publisher :my-publisher ;
frbr:exemplar :my-digital-item ;
dcterms:format application:epub ;
prism:publicationDate '2007-05-31'^^xsd:date .
IRI: http://purl.org/spar/fabio/DigitalStorageMedium
fabio:floppy-disk a fabio:DigitalStorageMedium .
IRI: http://purl.org/spar/fabio/Directory
:my-directory a fabio:Directory ;
dcterms:title 'University Research Staff Directory 2026'@en ;
dcterms:description 'A systematic list of names, addresses, and other data of persons or organizations.'@en .
IRI: http://purl.org/spar/fabio/DisciplineDictionary
:my-discipline-dictionary a fabio:DisciplineDictionary ;
dcterms:title 'Dictionary of Clinical Medicine'@en ;
dcterms:creator :medical-society ;
fabio:isSchemeOf <http://purl.bioontology.org/ontology/MESH/D008511> ;
dcterms:description 'A dictionary containing the specialized vocabulary and terminology used in the field of medicine.'@en .
IRI: http://purl.org/spar/fabio/DoctoralThesis
:my-doctoral-thesis a fabio:DoctoralThesis ;
dcterms:title 'Scalable Error Correction in Quantum Computing Architecture'@en ;
dcterms:description 'A thesis presented for the degree of Doctor of Philosophy.'@en .
IRI: http://purl.org/spar/fabio/DocumentRepository
:my-document-repository a fabio:DocumentRepository ;
dcterms:title 'Institutional Open Access Repository'@en ;
dcterms:description 'A digital platform designed to collect, preserve, and disseminate the intellectual output of an institution or a specific community.'@en .
IRI: http://purl.org/spar/fabio/DustJacket
:my-dust-jacket a fabio:DustJacket ;
dcterms:title 'Dust jacket for The Hobbit, First Edition'@en ;
dcterms:creator :j-r-r-tolkien ;
dcterms:description 'The detachable outer paper cover of a book, often with decorative illustrations and a summary of the work.'@en .
IRI: http://purl.org/spar/fabio/Email
:my-email a fabio:Email ;
dcterms:title 'Update on laboratory results - Feb 2026'@en ;
dcterms:description 'A message distributed by electronic means from one computer user to one or more recipients via a network.'@en .
IRI: http://purl.org/spar/fabio/Editorial
:my-editorial a fabio:Editorial ;
dcterms:title 'The Future of Open Science in 2026'@en ;
frbr:realizationOf :my-opinion ;
dcterms:description 'An article expressing the opinion or policy of the editors or publishers of a publication.'@en .
IRI: http://purl.org/spar/fabio/EntityMetadata
:my-entity-metadata a fabio:EntityMetadata ;
dcterms:title 'Metadata for Article 123'@en ;
dcterms:description 'A set of data that describes and gives information about an entity, such as its creator, date, and subject.'@en .
IRI: http://purl.org/spar/fabio/Entry
:my-entry a fabio:Entry ;
dcterms:title 'Entry for 'Semantic Web''@en ;
dcterms:description 'A self-contained section of a reference work, such as a dictionary, encyclopedia, or index.'@en .
IRI: http://purl.org/spar/fabio/Erratum
:my-erraturm a fabio:Erratum ;
dcterms:title 'Erratum to: Quantum Computing Efficiency (Vol 12, 2025)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A published correction of a significant error in a previously published work.'@en .
IRI: http://purl.org/spar/fabio/Essay
:my-essay a fabio:Essay ;
dcterms:title 'A Modern Reflection on Digital Ethics'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short literary composition on a particular theme or subject, usually in prose and generally analytical, speculative, or interpretative.'@en .
IRI: http://purl.org/spar/fabio/ExaminationPaper
:my-examination-paper a fabio:ExaminationPaper ;
dcterms:title 'Final Exam: Ontology Engineering and Semantic Web'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document containing a set of questions or exercises used to evaluate a student's knowledge or skills in a specific subject.'@en .
IRI: http://purl.org/spar/fabio/Excerpt
:my-excerpt a fabio:Excerpt ;
dcterms:title 'Excerpt from Chapter 1: The Beginning'@en ;
frbr:partOf :my-book ;
dcterms:description 'A short extract from a film, broadcast, or piece of music or writing.'@en .
IRI: http://purl.org/spar/fabio/ExecutiveSummary
:my-executive-summary a fabio:ExecutiveSummary ;
dcterms:title 'Executive Summary: Annual Research Impact 2025'@en ;
dcterms:description 'A short section of a document that summarizes a longer report or proposal in such a way that readers can rapidly become acquainted with a large body of material.'@en .
IRI: http://purl.org/spar/fabio/ExperimentalProtocol
:my-experimental-protocol a fabio:ExperimentalProtocol ;
dcterms:title 'Standard Protocol for PCR Optimization v4'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed plan of a scientific experiment or medical treatment, outlining the precise steps to be followed.'@en .
IRI: http://purl.org/spar/fabio/Expression
:my-expression a fabio:Expression ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-digital-manifestation ;
dcterms:description 'The intellectual content of a work.'@en .
IRI: http://purl.org/spar/fabio/ExpressionCollection
:my-expression-collection a fabio:ExpressionCollection ;
dcterms:title 'Collected Papers on Biotechnology 2020-2025'@en ;
frbr:part :my-research-paper, :my-dataset ;
dcterms:description 'A collection of expressions, such as a book series or a thematic set of research articles.'@en .
IRI: http://purl.org/spar/fabio/Figure
:my-figure a fabio:Figure ;
dcterms:title 'Figure 1: Annual Population Growth'@en ;
frbr:partOf :my-research-paper ;
frbr:realizationOf :my-still-image ;
dcterms:description 'A visual representation of information, such as a drawing, painting, photograph, or diagram, used to illustrate or explain a point.'@en .
IRI: http://purl.org/spar/fabio/Film
:my-film a fabio:Film ;
dcterms:title 'Interstellar'@en ;
dcterms:creator :christopher-nolan ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A motion picture or movie, consisting of a sequence of images that give the illusion of continuous movement.'@en .
IRI: http://purl.org/spar/fabio/Folksonomy
:my-folksonomy a fabio:Folksonomy ;
dcterms:title 'User-generated tags for Nature Photography'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A system of classification derived from the practice of collaboratively creating and managing tags to annotate and categorize content.'@en .
IRI: http://purl.org/spar/fabio/GanttChart
:my-gantt-chart a fabio:GanttChart ;
dcterms:title 'Gantt Chart for Research Project 2026'@en ;
dcterms:description 'A chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.'@en .
IRI: http://purl.org/spar/fabio/GrantApplication
:my-grant-application a fabio:GrantApplication ;
dcterms:title 'Advanced AI for Climate Resilience Proposal'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-grant-application-document ;
dcterms:description 'A formal request for financial assistance to support a specific research project or initiative.'@en .
IRI: http://purl.org/spar/fabio/GrantApplicationDocument
:my-grant-application-document a fabio:GrantApplicationDocument ;
dcterms:title 'Project Proposal: Neural Networks for Climate v1.0'@en ;
frbr:realizationOf :my-grant-application ;
dcterms:description 'A document representing a grant application, such as a PDF or a printed form.'@en .
IRI: http://purl.org/spar/fabio/Hardback
:my-hardback a fabio:Hardback ;
dcterms:title 'The Divine Comedy'@en ;
frbr:embodimentOf :my-book ;
dcterms:publisher :my-publisher ;
dcterms:description 'A book bound with rigid protective covers, typically covered with cloth, heavy paper, or leather.'@en .
IRI: http://purl.org/spar/fabio/Image
:my-image a fabio:Image ;
dcterms:title 'Sunset'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation other than text, such as a photograph, painting, or drawing.'@en .
IRI: http://purl.org/spar/fabio/InBrief
: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 .
IRI: http://purl.org/spar/fabio/InUsePaper
:my-in-use-paper a fabio:InUsePaper ;
dcterms:title 'Implementing Semantic Web Technologies in Healthcare Systems'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing the practical application or implementation of a particular technology, tool, or method in a real-world setting.'@en .
IRI: http://purl.org/spar/fabio/Index
:my-index a fabio:Index ;
dcterms:title 'Analytical Index of 'Semantic Web Primer''@en ;
frbr:partOf :my-book ;
dcterms:description 'An alphabetical list of names, subjects, etc., with references to the places where they occur in a document.'@en .
IRI: http://purl.org/spar/fabio/InstructionManual
:my-instruction-manual a fabio:InstructionManual ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A document providing detailed information on how to use, install, or maintain a particular product or system.'@en .
IRI: http://purl.org/spar/fabio/InstructionalWork
:my-instructional-work a fabio:InstructionalWork ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-instruction-manual ;
dcterms:description 'A work whose primary purpose is to provide instruction or training in a particular subject or skill.'@en .
IRI: http://purl.org/spar/fabio/Item
:my-item a fabio:Item ;
dcterms:title 'article_456.pdf'@en ;
frbr:exemplarOf :my-manifestation ;
dcterms:description 'A singular, localized exemplar of a manifestation.'@en .
IRI: http://purl.org/spar/fabio/ItemCollection
:my-item-collection a fabio:ItemCollection ;
dcterms:title 'Collection of historical items'@en ;
frbr:part :my-item, :my-another-item ;
dcterms:description 'A collection of items, such as a physical library collection or a set of digital files.'@en .
IRI: http://purl.org/spar/fabio/Journal
:my-journal a fabio:Journal ;
dcterms:title 'Journal of Semantic Web Research'@en ;
frbr:part :my-journal-issue , :my-journal-volume ;
dcterms:description 'A scholarly periodical maintaining high standards of research and typically published at regular intervals.'@en .
IRI: http://purl.org/spar/fabio/JournalArticle
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment' ;
prism:doi '10.1007/s10506-007-9036-2' ;
frbr:embodiment :my-analog-manifestation , :my-digital-manifestation ;
frbr:partOf :my-journal-issue .
IRI: http://purl.org/spar/fabio/JournalEditorial
:my-journal-editorial a fabio:JournalEditorial ;
dcterms:title 'The Future of Open Access in 2026'@en ;
frbr:partOf :my-journal-issue ;
dcterms:description 'An article in a journal or other periodical that presents the opinion of the editor, publisher, or editorial board.'@en .
IRI: http://purl.org/spar/fabio/JournalIssue
:my-journal-issue a fabio:JournalIssue ;
dcterms:title 'Journal of Semantic Web, Volume 1, Issue 1'@en ;
frbr:partOf :my-journal-volume ;
dcterms:description 'A particular issue of a journal or other periodical.'@en .
IRI: http://purl.org/spar/fabio/JournalNewsItem
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
IRI: http://purl.org/spar/fabio/JournalVolume
:my-journal-volume a fabio:JournalVolume ;
dcterms:title 'Journal of Semantic Web Research, Volume 1'@en ;
frbr:partOf :my-journal ;
dcterms:description 'A particular volume of a journal or other periodical, usually collecting all issues published within a single year.'@en .
IRI: http://purl.org/spar/fabio/LaboratoryNotebook
:my-laboratory-notebook a fabio:LaboratoryNotebook ;
dcterms:title 'Laboratory Notebook: Protein Folding Project 2026'@en ;
dcterms:description 'A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.'@en .
IRI: http://purl.org/spar/fabio/LectureNotes
:my-lecture-notes a fabio:LectureNotes ;
dcterms:title 'Notes on Ontology Engineering - Lesson 4'@en ;
dcterms:description 'A set of notes taken or prepared for a lecture, providing a summary or detailed account of the instructional content.'@en .
IRI: http://purl.org/spar/fabio/LegalOpinion
:my-legal-opinion a fabio:LegalOpinion ;
dcterms:title 'Legal Opinion on Intellectual Property Rights for Project X'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal written statement by a judicial officer or legal expert that sets out the legal principle and his or her application to a particular case.'@en .
IRI: http://purl.org/spar/fabio/Letter
:my-letter a fabio:Letter ;
dcterms:description 'A written message addressed to a person or organization, typically sent by post or messenger.'@en .
IRI: http://purl.org/spar/fabio/LibraryCatalog
:my-library-catalog a fabio:LibraryCatalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - City Library'@en ;
dcterms:description 'A register of all bibliographic items found in a library or group of libraries.'@en .
IRI: http://purl.org/spar/fabio/LiteraryArtisticWork
:my-literary-artistic-work a fabio:LiteraryArtisticWork ;
dcterms:title 'The Great Gatsby'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-book ;
dcterms:description 'A work of a literary or artistic nature, including books, poems, plays, musical compositions, and paintings.'@en .
IRI: http://purl.org/spar/fabio/Magazine
:my-magazine a fabio:Magazine ;
dcterms:title 'National Geographic Magazine'@en ;
frbr:part :my-magazine-issue ;
dcterms:description 'A periodical publication containing articles and illustrations, typically of popular interest and current events.'@en .
IRI: http://purl.org/spar/fabio/MagazineArticle
:my-magazine-article a fabio:MagazineArticle ;
dcterms:title 'The Future of Arctic Ice: A 2026 Perspective'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An article published in a magazine, typically written for a general audience.'@en .
IRI: http://purl.org/spar/fabio/MagazineEditorial
:my-magazine-editorial a fabio:MagazineEditorial ;
dcterms:title 'A New Era for Digital Media'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An editorial article published in a magazine, typically expressing the views of the editor or the publisher.'@en .
IRI: http://purl.org/spar/fabio/MagazineIssue
:my-magazine-issue a fabio:MagazineIssue ;
dcterms:title 'TIME Magazine - May 2026 Issue'@en ;
frbr:partOf :my-magazine ;
dcterms:description 'A particular issue of a magazine.'@en .
IRI: http://purl.org/spar/fabio/MagazineNewsItem
:my-magazine-news-item a fabio:MagazineNewsItem ;
dcterms:title 'New AI Regulations Announced in Brussels'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'A short news report published in a magazine, typically concerning current events or social announcements.'@en .
IRI: http://purl.org/spar/fabio/Manifestation
:my-manifestation a fabio:Manifestation ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:embodimentOf :my-article ;
frbr:exemplar :my-digital-item ;
dcterms:description 'The digital or physical instantiation of an expression.'@en .
IRI: http://purl.org/spar/fabio/ManifestationCollection
:my-manifestation-collection a fabio:ManifestationCollection ;
dcterms:title 'The Complete Works of Shakespeare - Hardback Collection'@en ;
frbr:part :my-analog-manifestation, :my-digital-manifestation ;
dcterms:description 'A collection of manifestations, such as a set of books or a digital archive of files.'@en .
IRI: http://purl.org/spar/fabio/Manuscript
:my-manuscript a fabio:Manuscript ;
dcterms:title 'Initial Draft: Deep Learning in Healthcare'@en ;
dcterms:description 'A textual work prepared 'by hand', including typescripts or word-processed pre-publication drafts.'@en .
IRI: http://purl.org/spar/fabio/MastersThesis
:my-master-thesis a fabio:MastersThesis ;
dcterms:title 'Linked Data analysis in the library science domain'@en ;
dcterms:description 'A thesis reporting the results of a period of study, submitted in partial fulfillment of the requirements for a master's degree.'@en .
IRI: http://purl.org/spar/fabio/MeetingReport
:my-meeting-report a fabio:MeetingReport ;
dcterms:title 'Meeting report for Project X - 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of the proceedings of a meeting or conference.'@en .
IRI: http://purl.org/spar/fabio/Metadata
:my-metadata a fabio:Metadata ;
dcterms:title 'Metadata record for 'The Fellowship of the Ring''@en ;
frbr:realization :my-metadata-document ;
dcterms:description 'A document containing data about other data, such as a library catalog record or an RDF description.'@en .
IRI: http://purl.org/spar/fabio/MetadataDocument
:my-metadata-document a fabio:MetadataDocument ;
dcterms:title 'XML schema for my dataset'@en ;
frbr:realizationOf :my-metadata ;
dcterms:description 'A document consisting entirely of metadata describing one or more other resources.'@en .
IRI: http://purl.org/spar/fabio/MethodsPaper
:my-methods-paper a fabio:MethodsPaper ;
dcterms:title 'A Novel Method for Rapid DNA Sequencing'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly paper whose primary purpose is to describe a new method or a significant improvement to an existing method.'@en .
IRI: http://purl.org/spar/fabio/Microblog
:my-microblog a fabio:Microblog ;
dcterms:title 'Open Science Updates Microblog'@en ;
frbr:part :my-micropost ;
dcterms:description 'A blog that contains very short posts, such as those on Twitter or Mastodon.'@en .
IRI: http://purl.org/spar/fabio/Micropost
:my-micropost a fabio:Micropost ;
frbr:partOf :my-microblog ;
dcterms:description 'A very short post on a microblog, typically limited to a few hundred characters.'@en .
IRI: http://purl.org/spar/fabio/MinimalInformationStandard
:my-minimal-information-standard a fabio:MinimalInformationStandard ;
dcterms:title 'MIAME: Minimum Information About a Microarray Experiment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A standard specifying the minimum information required to report a particular type of scientific experiment.'@en .
IRI: http://purl.org/spar/fabio/Model
:my-model a fabio:Model ;
dcterms:title 'Statistical model for bibliographic data science v4.2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A physical, mathematical, or logical representation of a system, entity, phenomenon, or process.'@en .
IRI: http://purl.org/spar/fabio/Movie
:my-movie a fabio:Movie ;
dcterms:title 'Interstellar'@en ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A recording of moving images that tells a story and that people watch on a screen or television.'@en .
IRI: http://purl.org/spar/fabio/MovingImage
:my-moving-image a fabio:MovingImage ;
dcterms:creator :john-doe ;
dcterms:title 'Interstellar'@en ;
dcterms:description 'A creation consisting of a series of images that, when shown in rapid succession, give the impression of movement.'@en .
IRI: http://purl.org/spar/fabio/MusicalComposition
:my-musical-composition a fabio:MusicalComposition ;
dcterms:title 'Symphony n. 5'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A creative work of a musical nature, typically consisting of a sequence of notes and rhythms.'@en .
IRI: http://purl.org/spar/fabio/Nanopublication
: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 .
IRI: http://purl.org/spar/fabio/NewsItem
:my-news-item a fabio:NewsItem ;
dcterms:title 'New archeological site found in Rome'@en ;
frbr:realizationOf :my-news-report ;
dcterms:description 'A report of a recent event or a piece of new information, typically published in a newspaper or broadcast.'@en .
IRI: http://purl.org/spar/fabio/NewsReport
:my-news-report a fabio:NewsReport ;
dcterms:title 'Social and climate emergency'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed account of a news event, often providing context and background information.'@en .
IRI: http://purl.org/spar/fabio/Newspaper
:my-newspaper a fabio:Newspaper ;
dcterms:title 'Corriere della Sera'@en ;
frbr:part :my-newspaper-issue ;
dcterms:description 'A periodical publication containing news, other informative articles, and advertising.'@en .
IRI: http://purl.org/spar/fabio/NewspaperArticle
:my-newspaper-article a fabio:NewspaperArticle ;
dcterms:title 'Results from administrative elections 2026'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An article published in a newspaper.'@en .
IRI: http://purl.org/spar/fabio/NewspaperEditorial
:my-newspaper-editorial a fabio:NewspaperEditorial ;
dcterms:title 'The future of Italian market'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An editorial article published in a newspaper, typically expressing the opinion of the editor or the newspaper's management.'@en .
IRI: http://purl.org/spar/fabio/NewspaperIssue
:my-newspaper-issue a fabio:NewspaperIssue ;
dcterms:title 'The New York Times - Edition of April 28, 2026'@en ;
frbr:partOf :my-newspaper ;
dcterms:description 'A particular issue of a newspaper.'@en .
IRI: http://purl.org/spar/fabio/NewspaperNewsItem
:my-newspaper-news-item a fabio:NewspaperNewsItem ;
dcterms:title 'Roadworks in Bubble Avenue'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'A short news report published in a newspaper, typically concerning current events or social announcements.'@en .
IRI: http://purl.org/spar/fabio/Notebook
:my-notebook a fabio:Notebook ;
dcterms:title 'Experimental Physics Notebook'@en ;
dcterms:description 'A book with blank or ruled pages for writing notes in, or a scholarly publication consisting of a sequence of notes or records.'@en .
IRI: http://purl.org/spar/fabio/NotificationOfReceipt
:my-notification-or-receipt a fabio:NotificationOfReceipt ;
dcterms:title 'Received manuscript 402'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal notice confirming that something has been received.'@en .
IRI: http://purl.org/spar/fabio/Novel
:my-novel a fabio:Novel ;
dcterms:title 'Three Body Problem'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A long narrative in literary prose.'@en .
IRI: http://purl.org/spar/fabio/Obituary
:my-obituary a fabio:Obituary ;
dcterms:title 'In memory of John Smith (1945-2026)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notice of a death, especially in a newspaper, typically including a brief biography of the deceased person.'@en .
IRI: http://purl.org/spar/fabio/Ontology
:my-ontology a fabio:Ontology ;
dcterms:title 'Citation Typing Ontology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal explicit specification of a shared conceptualization.'@en .
IRI: http://purl.org/spar/fabio/OntologyDocument
:my-ontology-document a fabio:OntologyDocument ;
dcterms:title 'Citation Typing Ontology'@en ;
frbr:realizationOf :my-ontology ;
dcterms:description 'A document consisting entirely of an ontology, or a part of an ontology.'@en .
IRI: http://purl.org/spar/fabio/Opinion
:my-opinion-2026 a fabio:Opinion ;
dcterms:title 'Legal opinion on GDPR v2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing a judgment, view, or statement of professional advice given by an expert.'@en .
IRI: http://purl.org/spar/fabio/Oration
:my-oration a fabio:Oration ;
dcterms:title 'Oration for Open Day 2026'@en ;
dcterms:description 'A formal speech, especially one given on a ceremonial occasion.'@en .
IRI: http://purl.org/spar/fabio/Page
:my-page a fabio:Page ;
dcterms:title 'Page 42'@en ;
dcterms:description 'One side of a leaf of something printed or written, such as a book, manuscript or letter.'@en .
IRI: http://purl.org/spar/fabio/Paperback
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
frbr:part :my-analog-manifestation .
IRI: http://purl.org/spar/fabio/Patent
:my-patent a fabio:Patent ;
dcterms:title 'AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
dcterms:identifier 'US123456789' ;
dcterms:description 'A government authority or licence conferring a right or title for a set period, especially the sole right to exclude others from making, using, or selling an invention.'@en .
IRI: http://purl.org/spar/fabio/PatentApplication
:my-patent-application a fabio:PatentApplication ;
dcterms:title 'Application for patenting an AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-patent-application-document ;
dcterms:description 'A formal request for the grant of a patent for an invention.'@en .
IRI: http://purl.org/spar/fabio/PatentApplicationDocument
:my-patent-application-document a fabio:PatentApplicationDocument ;
dcterms:title 'Technical description for an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent-application ;
dcterms:description 'A document containing the text or drawings of a patent application.'@en .
IRI: http://purl.org/spar/fabio/PatentDocument
:my-patent-document a fabio:PatentDocument ;
dcterms:title 'Technical text for a patent on an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent ;
dcterms:description 'A document containing the text or drawings of a patent.'@en .
IRI: http://purl.org/spar/fabio/Periodical
:my-periodical a fabio:Periodical ;
dcterms:title 'Nature'@en ;
dcterms:issn '1476-4687' ;
frbr:part :my-periodical-issue ;
dcterms:description 'A publication that is issued in parts at regular intervals.'@en .
IRI: http://purl.org/spar/fabio/PeriodicalIssue
:my-periodical-issue a fabio:PeriodicalIssue ;
dcterms:title 'Nature Volume 600 Issue 7887'@en ;
fabio:hasSequenceIdentifier '7887' ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'A single issue of a periodical publication.'@en .
IRI: http://purl.org/spar/fabio/PeriodicalItem
:my-periodical-item a fabio:PeriodicalItem ;
dcterms:title 'The future of open science'@en ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'An item published within an issue of a periodical.'@en .
IRI: http://purl.org/spar/fabio/PeriodicalVolume
:my-periodical-volume a fabio:PeriodicalVolume ;
dcterms:title 'Nature Volume 600'@en ;
fabio:hasSequenceIdentifier '600' ;
frbr:partOf :my-periodical ;
dcterms:description 'A single volume of a periodical publication, usually collecting several issues.'@en .
IRI: http://purl.org/spar/fabio/PersonalCommunication
:my-personal-communication a fabio:PersonalCommunication ;
dcterms:title 'Technical discussion on data architecture'@en ;
dcterms:description 'A communication between specific individuals, such as a letter, an email, or a private conversation, not intended for public dissemination.'@en .
IRI: http://purl.org/spar/fabio/PhDSymposiumPaper
:my-phd-symposium-paper a fabio:PhDSymposiumPaper ;
dcterms:title 'New approaches towards ontology engineering'@en ;
dcterms:description 'A paper presented at a PhD symposium, typically describing ongoing doctoral research.'@en .
IRI: http://purl.org/spar/fabio/Play
:my-play a fabio:Play ;
dcterms:title 'Six Characters in Search of an Author'@en ;
dcterms:creator :luigi-pirandello ;
dcterms:description 'A dramatic work intended for performance by actors on a stage.'@en .
IRI: http://purl.org/spar/fabio/Poem
:my-poem a fabio:Poem ;
dcterms:title 'In the Desert'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A piece of writing in which the expression of feelings and ideas is given intensity by particular attention to diction, rhythm, and imagery.'@en .
IRI: http://purl.org/spar/fabio/Policy
:my-policy a fabio:Policy ;
dcterms:title 'University Open Access Policy'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-policy-document ;
dcterms:description 'A formal statement of intent or set of rules adopted by an organization to guide decisions and achieve rational outcomes.'@en .
IRI: http://purl.org/spar/fabio/PolicyDocument
:my-policy-document a fabio:PolicyDocument ;
dcterms:title 'University Policy for Open Access v3.0'@en ;
frbr:realizationOf :my-policy ;
dcterms:description 'A document that describes a set of principles or rules agreed upon by an organization or government.'@en .
IRI: http://purl.org/spar/fabio/PositionPaper
:my-position-paper a fabio:PositionPaper ;
dcterms:title 'The use of generative AI in research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report or essay that presents an arguable opinion about an issue.'@en .
IRI: http://purl.org/spar/fabio/PosterPaper
:my-poster-paper a fabio:PosterPaper ;
dcterms:title 'Visualization of knowledge graphs on mobile devices'@en ;
dcterms:description 'A short paper describing a poster presented at a conference.'@en .
IRI: http://purl.org/spar/fabio/Postprint
:my-postprint a fabio:Postprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly article after it has been peer-reviewed and accepted for publication, but before formal copyediting and formatting by the publisher.'@en .
IRI: http://purl.org/spar/fabio/Preprint
:my-preprint a fabio:Preprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly paper that precedes formal peer review and publication in a peer-reviewed scholarly journal.'@en .
IRI: http://purl.org/spar/fabio/Presentation
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
IRI: http://purl.org/spar/fabio/PressRelease
:my-presentation a fabio:Presentation ;
dcterms:title 'Introduction to Semantic Web technologies'@en ;
dcterms:description 'A realization of a lecture, speech or other informative discourse, typically accompanied by visual aids such as slides.'@en .
IRI: http://purl.org/spar/fabio/PrintObject
:my-print-object a fabio:PrintObject ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
prism:startingPage '171' ;
prism:endingPage '186' .
IRI: http://purl.org/spar/fabio/ProceedingsPaper
:my-proceedings-paper a fabio:ProceedingsPaper ;
dcterms:title 'Deep Learning applied to Knowledge Graphs'@en ;
dcterms:description 'A paper published in the proceedings of a conference, workshop or similar event.'@en .
IRI: http://purl.org/spar/fabio/ProductReview
:my-product-review a fabio:ProductReview ;
dcterms:title 'Technical review of Smartphone XYZ 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical review of a product, such as a software application, a piece of hardware, or a commercial tool.'@en .
IRI: http://purl.org/spar/fabio/ProjectMetadata
:my-project-metadata a fabio:ProjectMetadata ;
dcterms:title 'Technical metadata of the Horizon Europe 2026 project'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing metadata about a project.'@en .
IRI: http://purl.org/spar/fabio/ProjectPlan
:my-project-plan a fabio:ProjectPlan ;
dcterms:title 'Plan for Smart City v1.0 project'@en ;
dcterms:description 'A document describing the objectives, activities and schedules of a project.'@en .
IRI: http://purl.org/spar/fabio/Proof
:my-proof a fabio:Proof ;
dcterms:title 'Proof copy for Book X'@en ;
dcterms:description 'A version of a manuscript that has been typeset but not yet published, used for final checking by the authors.'@en .
IRI: http://purl.org/spar/fabio/Proposition
:my-proposition a fabio:Proposition ;
dcterms:title 'P == NP'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A statement or assertion that expresses a new conceptualization.'@en .
IRI: http://purl.org/spar/fabio/Questionnaire
:my-questionnaire a fabio:Questionnaire ;
dcterms:title 'Questionnaire for Open Data users'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.'@en .
IRI: http://purl.org/spar/fabio/Quotation
:my-quotation a fabio:Quotation ;
dcterms:title 'Quotation from The Thing'@en ;
dcterms:description 'A passage os speech selected from a larger expression.'@en .
IRI: http://purl.org/spar/fabio/RapidCommunication
:my-rapid-communication a fabio:RapidCommunication ;
dcterms:title 'Preliminary results for new vaccine'@en ;
dcterms:description 'A short paper reporting a piece of research that is particularly timely and relevant, published more quickly than a full research paper.'@en .
IRI: http://purl.org/spar/fabio/ReferenceBook
:my-reference-book a fabio:ReferenceBook ;
dcterms:title 'Oxford English Dictionary, 12th Edition'@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A book intended to be consulted for information rather than read from beginning to end.'@en .
IRI: http://purl.org/spar/fabio/ReferenceEntry
:my-reference-entry a fabio:ReferenceEntry ;
dcterms:title 'Definition of 'Ontology''@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A discrete item of information in a reference book, such as a dictionary entry or an encyclopedia article.'@en .
IRI: http://purl.org/spar/fabio/ReferenceWork
:my-reference-work a fabio:ReferenceWork ;
dcterms:title 'Encyclopedia of Life Sciences'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive work such as an encyclopedia, dictionary, or thesaurus, intended for consultation.'@en .
IRI: http://purl.org/spar/fabio/RelationalDatabase
:my-relational-database a fabio:RelationalDatabase ;
dcterms:title 'Database of 2026 publications'@en ;
dcterms:description 'A collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways.'@en .
IRI: http://purl.org/spar/fabio/Reply
:my-reply a fabio:Reply ;
dcterms:title 'Reply to Professor X's comment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A written or spoken statement or document given in answer to another such statement or document.'@en .
IRI: http://purl.org/spar/fabio/Report
:my-report a fabio:Report ;
dcterms:title 'Yearly report on scientific research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents information in an organized format for a specific audience and purpose.'@en .
IRI: http://purl.org/spar/fabio/ReportDocument
:my-report-document a fabio:ReportDocument ;
dcterms:title 'Yearly report on scientific research'@en ;
frbr:realizationOf :my-report ;
dcterms:description 'A document containing a report.'@en .
IRI: http://purl.org/spar/fabio/ReportingStandard
:my-reporting-standard a fabio:ReportingStandard ;
dcterms:title 'CONSORT 2010 Statement'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of guidelines or a formal agreement that specifies how information should be reported in a document.'@en .
IRI: http://purl.org/spar/fabio/Repository
:my-repository a fabio:Repository ;
dcterms:title 'Zenodo Open Repository'@en ;
dcterms:description 'A facility or system for the deposit, storage, and maintenance of digital or physical items.'@en .
IRI: http://purl.org/spar/fabio/ResearchPaper
:my-research-paper a fabio:ResearchPaper ;
dcterms:creator :john-doe ;
dcterms:title 'Towards a new conceptualization of Symbolic Artificial Intelligence'@en ;
dcterms:description 'A scholarly work reporting original research contributions.'@en .
IRI: http://purl.org/spar/fabio/ResourcePaper
:my-resource-paper a fabio:ResourcePaper ;
dcterms:title 'A new semantic dataset for library science'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing a resource (e.g. a dataset, an ontology, a software tool) and its value to the research community.'@en .
IRI: http://purl.org/spar/fabio/Retraction
:my-retraction a fabio:Retraction ;
dcterms:title 'Retraction of 'Statistical analysis of environmental data 2024''@en ;
dcterms:creation :john-doe ;
dcterms:description 'A statement issued by authors, editors or other authorized officials to withdraw a previously published work or part thereof.'@en .
IRI: http://purl.org/spar/fabio/RetractionNotice
:my-retraction-notice a fabio:RetractionNotice ;
dcterms:title 'Notice of retraction for article ID-456'@en ;
frbr:realizationOf :my-retraction ;
dcterms:description 'A formal public notice about a retraction.'@en .
IRI: http://purl.org/spar/fabio/Review
:my-review a fabio:Review ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical evaluation of a work, typically published in a journal or newspaper.'@en .
IRI: http://purl.org/spar/fabio/ReviewArticle
:my-review-article a fabio:ReviewArticle ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
frbr:realizationOf :my-review ;
dcterms:description 'An article containing a review.'@en .
IRI: http://purl.org/spar/fabio/ReviewPaper
:my-review-paper a fabio:ReviewPaper ;
dcterms:title 'New developments in Deep Learning'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper that summarizes the current state of understanding on a topic, by surveying and summarizing previously published studies.'@en .
IRI: http://purl.org/spar/fabio/ScholarlyWork
:my-scholarly-work a fabio:ScholarlyWork ;
dcterms:title 'Theory of General Relativity'@en ;
dcterms:creator :albert-einstein ;
dcterms:description 'A work created for the purpose of promoting or recording academic or scholarly research.'@en .
IRI: http://purl.org/spar/fabio/Screenplay
:my-screenplay a fabio:Screenplay ;
dcterms:title 'Screenplay for 'Possession''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that outlines the story, characters, and dialogue of a film or television show.'@en .
IRI: http://purl.org/spar/fabio/Script
:my-script a fabio:Script ;
dcterms:title 'Python script for bibliographic data cleaning'@en ;
dcterms:description 'A program or sequence of instructions that is interpreted or carried out by another program.'@en .
IRI: http://purl.org/spar/fabio/Series
:my-series a fabio:Series ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
dcterms:description 'A sequence of separate expressions published in succession by a single publisher, typically with a common title for the entire set.'@en .
IRI: http://purl.org/spar/fabio/ShortStory
:my-short-story a fabio:ShortStory ;
dcterms:title 'Exhalation'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A brief work of fiction, usually written in prose.'@en .
IRI: http://purl.org/spar/fabio/Software
:my-software a fabio:Software ;
dcterms:title 'Data Parser Tool'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of instructions that a computer can use to perform a specific task.'@en .
IRI: http://purl.org/spar/fabio/Song
:my-song a fabio:Song ;
dcterms:title 'Your song'@en ;
dcterms:creator :john-lennon ;
dcterms:description 'A short musical composition with words.'@en .
IRI: http://purl.org/spar/fabio/SoundRecording
:my-sound-recording a fabio:SoundRecording ;
dcterms:title 'Audio recording of lesson 01'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A recording of sound, such as music, speech, or other sounds.'@en .
IRI: http://purl.org/spar/fabio/Specification
:my-specification a fabio:Specification ;
dcterms:title 'Hypertext Transfer Protocol -- HTTP/1.1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed description of the criteria for an item, such as a software system or a technical standard.'@en .
IRI: http://purl.org/spar/fabio/SpecificationDocument
:my-specification-document a fabio:SpecificationDocument ;
dcterms:title 'Specification document for HTTP/1.1'@en ;
frbr:realizationOf :my-specification ;
dcterms:description 'A document containing a specification.'@en .
IRI: http://purl.org/spar/fabio/Spreadsheet
:my-spreadsheet a fabio:Spreadsheet ;
dcterms:title 'Budget analysis for research 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents data in a grid of rows and columns, often used for calculations and data analysis.'@en .
IRI: http://purl.org/spar/fabio/StandardOperatingProcedure
:my-standard-operating-procedure a fabio:StandardOperatingProcedure ;
dcterms:title 'SOP for DNA sequencing (v2.1)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of step-by-step instructions compiled by an organization to help workers carry out complex routine operations.'@en .
IRI: http://purl.org/spar/fabio/StillImage
:my-still-image a fabio:StillImage ;
dcterms:title 'System architecture diagram v1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation on a surface, such as a photograph, drawing, or painting, that is static and does not move.'@en .
IRI: http://purl.org/spar/fabio/StorageMedium
:my-storage-medium a fabio:StorageMedium ;
dcterms:title 'A storage medium'@en ;
dcterms:description 'A physical medium on which data can be stored, such as a magnetic disk, optical disc, or flash drive.'@en .
IRI: http://purl.org/spar/fabio/StructuredSummary
:my-structured-summary a fabio:StructuredSummary ;
dcterms:title 'Structured summary of Project X'@en ;
frbr:realizationOf :my-minimal-information-standard ;
dcterms:description 'A summary of a document that is structured into formal sections, such as Background, Methods, Results, and Conclusions.'@en .
IRI: http://purl.org/spar/fabio/SubjectDiscipline
:my-subject-discipline a fabio:SubjectDiscipline ;
dcterms:title 'Computational Linguistics'@en ;
skos:isScheme :my-discipline-dictionary ;
dcterms:description 'A branch of knowledge or field of study, such as physics, history, or linguistics.'@en .
IRI: http://purl.org/spar/fabio/SubjectTerm
:my-subject-term a fabio:SubjectTerm ;
dcterms:title 'Semantic Web'@en ;
skos:inScheme :my-term-dictionary ;
dcterms:description 'A word or phrase used to describe the subject matter of a work.'@en .
IRI: http://purl.org/spar/fabio/Supplement
:my-supplement a fabio:Supplement ;
dcterms:title 'Dataset and appendices'@en ;
dcterms:description 'An expression that updates or adds to another endeavor, and is usually published separately.'@en .
IRI: http://purl.org/spar/fabio/SupplementaryInformation
:my-supplementary-information a fabio:SupplementaryInformation ;
dcterms:title 'Extended tables'@en ;
dcterms:description 'Information that is relevant to a work but is not essential to its understanding and is usually published separately.'@en .
IRI: http://purl.org/spar/fabio/SystematicReview
:my-systematic-review a fabio:SystematicReview ;
dcterms:title 'Bibliographic Data Science: a literature review'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A review of a clearly formulated question that uses systematic and explicit methods to identify, select, and critically appraise relevant research.'@en .
IRI: http://purl.org/spar/fabio/Table
:my-table a fabio:Table ;
dcterms:title 'Table 1: Comparative analysis of results'@en ;
dcterms:description 'A set of data arranged in rows and columns.'@en .
IRI: http://purl.org/spar/fabio/TableOfContents
:my-table-of-contents a fabio:TableOfContents ;
dcterms:title 'Table of contents for User Manual v1'@en ;
dcterms:description 'A list of the parts of a document, such as chapters or sections, organized in the order in which they appear.'@en .
IRI: http://purl.org/spar/fabio/Taxonomy
:my-taxonomy a fabio:Taxonomy ;
dcterms:title 'Taxonomy for scholarly research activities'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scheme of classification, especially a hierarchical classification, in which things are organized into groups or types.'@en .
IRI: http://purl.org/spar/fabio/TechnicalReport
:my-technical-report a fabio:TechnicalReport ;
dcterms:title 'Technical report on genAI security'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that describes the process, progress, or results of technical or scientific research.'@en .
IRI: http://purl.org/spar/fabio/TechnicalStandard
:my-technical-standard a fabio:TechnicalStandard ;
dcterms:title 'ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document that establishes uniform engineering or technical criteria, methods, processes and practices.'@en .
IRI: http://purl.org/spar/fabio/TermDictionary
:my-term-dictionary a fabio:TermDictionary ;
dcterms:title 'Artificial Intelligence Glossary'@en ;
skos:isSchemeOf :my-subject-term ;
dcterms:description 'A collection of terms and their definitions, often specific to a particular subject or field.'@en .
IRI: http://purl.org/spar/fabio/Textbook
:my-text-book a fabio:TextBook ;
dcterms:title 'Introduction to Meta-ontologies'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A book used as a standard source of information for the formal study of a particular subject.'@en .
IRI: http://purl.org/spar/fabio/Thesaurus
:my-thesaurus a fabio:Thesaurus ;
dcterms:title 'UNESCO Thesaurus'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary in which concepts are represented by preferred terms, and relationships between concepts are explicitly stated.'@en .
IRI: http://purl.org/spar/fabio/Thesis
:my-thesis a fabio:Thesis ;
dcterms:title 'Developing intelligent LLM-based agents'@en ;
dcterms:description 'A document presenting the author's research and findings, submitted in support of candidature for a degree or professional qualification.'@en .
IRI: http://purl.org/spar/fabio/Timetable
:my-timetable a fabio:Timetable ;
dcterms:title 'Lessons' plan'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A schedule listing the times at which certain events, such as classes, meetings, or departures and arrivals, are intended to take place.'@en .
IRI: http://purl.org/spar/fabio/TrialReport
:my-trial-report a fabio:TrialReport ;
dcterms:title 'Report on Phase 3 experiments' results'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of a trial, typically a clinical trial of a drug or a medical procedure.'@en .
IRI: http://purl.org/spar/fabio/Triplestore
:my-triplestore a fabio:Triplestore ;
dcterms:title 'GraphDB instance for Project X'@en ;
dcterms:description 'A purpose-built database for the storage and retrieval of triples through semantic queries.'@en .
IRI: http://purl.org/spar/fabio/Tweet
:my-tweet a fabio:Tweet ;
dcterms:title 'Post about AI'@en ;
dcterms:description 'A short social media post made on the X microblogging service.'@en .
IRI: http://purl.org/spar/fabio/UncontrolledVocabulary
:my-uncontrolled-vocabulary a fabio:UncontrolledVocabulary ;
dcterms:title 'User folksonomy'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of terms that are not part of a controlled vocabulary, such as a set of keywords chosen by a service's user community.'@en .
IRI: http://purl.org/spar/fabio/Vocabulary
:my-vocabulary a fabio:Vocabulary ;
dcterms:title 'Vocabulary of scientific terminology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of words or terms, often with their meanings, belonging to a particular language or field of knowledge.'@en .
IRI: http://purl.org/spar/fabio/VocabularyDocument
:my-vocabulary-document a fabio:VocabularyDocument ;
dcterms:title 'SKOS Simple Knowledge Organization System Reference'@en ;
frbr:realizationOf :my-vocabulary ;
dcterms:description 'A document that describes a vocabulary, such as a formal specification or a user guide.'@en .
IRI: http://purl.org/spar/fabio/VocabularyMapping
:my-vocabulary-mapping a fabio:VocabularyMapping ;
dcterms:title 'Semantic mapping between MeSH and LCSH'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document describing the mapping between two vocabularies.'@en .
IRI: http://purl.org/spar/fabio/VocabularyMappingDocument
:my-vocabulary-mapping-document a fabio:VocabularyMappingDocument ;
dcterms:title 'Technical documentation on MeSH-LCSH mapping'@en ;
frbr:realizationOf :my-vocabulary-mapping ;
dcterms:description 'A document that describes a vocabulary mapping, such as a formal specification or a user guide.'@en .
IRI: http://purl.org/spar/fabio/WebArchive
:my-web-archive a fabio:WebArchive ;
dcterms:title 'Wayback Machine'@en ;
dcterms:description 'A collection of web pages and associated assets that have been preserved for future reference.'@en .
IRI: http://purl.org/spar/fabio/WebContent
:my-web-content a fabio:WebContent ;
dcterms:title 'Content of SPUK's home page'@en ;
frbr:embodiment :my-web-manifestation ;
dcterms:description 'A document or other resource that is delivered to a user over the World Wide Web.'@en .
IRI: http://purl.org/spar/fabio/WebManifestation
:my-web-manifestation a fabio:WebManifestation ;
dcterms:format 'text/html' ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A manifestation of an expression that is delivered over the World Wide Web.'@en .
IRI: http://purl.org/spar/fabio/WebPage
:my-web-page a fabio:WebPage ;
dcterms:title 'SPUK's index page'@en ;
dcterms:publisher :github ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A document that is suitable for the World Wide Web and can be accessed through a web browser.'@en .
IRI: http://purl.org/spar/fabio/WebSite
:my-web-site a fabio:WebSite ;
dcterms:title 'Semantic Web Italian Portal'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address.'@en .
IRI: http://purl.org/spar/fabio/WhitePaper
:my-white-paper a fabio:WhitePaper ;
dcterms:title 'Evolution of decentralized networks'@en ;
dcterms:description 'An authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter.'@en .
IRI: http://purl.org/spar/fabio/Wiki
:my-wiki a fabio:Wiki ;
dcterms:title 'Collaborative Wiki for Project X'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A website that allows collaborative editing of its content and structure by its users.'@en .
IRI: http://purl.org/spar/fabio/WikiEntry
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
IRI: http://purl.org/spar/fabio/WikipediaEntry
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
IRI: http://purl.org/spar/fabio/Work
:my-work a fabio:Work ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realization :my-expression ;
dcterms:description 'A conceptual endeavor as imagined by its creator.'@en .
IRI: http://purl.org/spar/fabio/WorkCollection
:my-work-collection a fabio:WorkCollection ;
dcterms:title 'John Doe's works'@en ;
dcterms:creator :john-doe ;
frbr:part :my-work, :my-another-work ;
dcterms:description 'A collection of works, for example the 'complete works' of an author.'@en .
IRI: http://purl.org/spar/fabio/WorkPackage
:my-work-package a fabio:WorkPackage ;
dcterms:title 'Work Package 1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A major building block of a project's work plan.'@en .
IRI: http://purl.org/spar/fabio/Workflow
:my-workflow a fabio:Workflow ;
dcterms:title 'Genomics data analysis workflow'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A sequence of connected steps, which may be automated, that are used to achieve a particular goal.'@en .
IRI: http://purl.org/spar/fabio/WorkingPaper
:my-working-paper a fabio:WorkingPaper ;
dcterms:title 'Preliminary analysis of new markets in 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A technical report or draft of a research paper that has not yet been published in a peer-reviewed journal.'@en .
IRI: http://purl.org/spar/fabio/WorkshopPaper
:my-workshop-paper a fabio:WorkshopPaper ;
dcterms:title 'New perspectives for Linked Data analysis'@en ;
dcterms:description 'A paper presented at a workshop and potentially published in the workshop proceedings.'@en .
IRI: http://purl.org/spar/fabio/WorkshopProceedings
:my-workshop-proceedings a fabio:WorkshopProceedings ;
dcterms:title 'Proceedings of the International Workshop on Linked Open Data 2026'@en ;
frbr:part :my-workshop-paper ;
dcterms:description 'A collection of papers presented at a workshop.'@en .
IRI: http://purl.org/dc/terms/creator
:my-report a fabio:Report ;
dcterms:creator :john-doe .
IRI: http://purl.org/spar/fabio/hasDiscipline
:my-term-dictionary a fabio:TermDictionary ;
fabio:hasDiscipline
dbpedia:Computer_science ,
dbpedia:Law .
IRI: http://purl.org/vocab/frbr/core#embodiment
:my-journal-article a fabio:JournalArticle ;
frbr:embodiment :my-print-object , :my-digital-manifestation .
IRI: http://purl.org/vocab/frbr/core#exemplar
:my-print-object a fabio:PrintObject ;
frbr:exemplar :my-exemplar .
IRI: http://purl.org/dc/terms/format
:my-dataset a fabio:Dataset ;
dcterms:format <http://publications.europa.eu/resource/authority/file-type/CSV> .
IRI: http://purl.org/dc/terms/language
:my-dataset a fabio:Dataset ;
dcterms:language <http://lexvo.org/id/iso639-3/ita> .
IRI: http://purl.org/dc/terms/license
:my-dataset a fabio:Dataset ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> .
IRI: http://purl.org/spar/fabio/hasManifestation
:my-research-paper a fabio:ResearchPaper ;
fabio:hasManifestation :my-print-object .
IRI: http://purl.org/vocab/frbr/core#part
:my-journal-issue a fabio:JournalIssue ;
frbr:part :my-journal-article .
IRI: http://purl.org/spar/fabio/hasPlaceOfPublication
:my-journal-article a fabio:JournalArticle ;
fabio:hasPlaceOfPublication :london .
IRI: http://purl.org/spar/fabio/hasPortrayal
:my-research-paper a fabio:ResearchPaper;
fabio:hasPortrayal :my-digital-item .
IRI: http://purl.org/spar/fabio/hasPrimarySubjectTerm
:my-journal-article a fabio:JournalArticle ;
fabio:hasPrimarySubjectTerm <http://id.nlm.nih.gov/mesh/D005806> .
IRI: http://purl.org/dc/terms/publisher
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer .
IRI: http://purl.org/vocab/frbr/core#realization
:my-research-paper a fabio:ResearchPaper ;
frbr:realization :my-journal-article .
IRI: http://purl.org/spar/fabio/hasRepresentation
:my-journal-article a fabio:JournalArticle ;
fabio:hasRepresentation :my-digital-item .
IRI: http://purl.org/dc/terms/rights
:my-dataset a fabio:Dataset ;
dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> .
IRI: http://purl.org/spar/fabio/hasSubjectTerm
:my-research-paper a fabio:ResearchPaper ;
fabio:hasSubjectTerm
:air-and-space-law ,
:computational-linguistics ,
:philosophy-of-law ,
:legal-aspects-of-computing ,
:artificial-intelligence-incl-robotics .
IRI: http://purl.org/spar/fabio/isDisciplineOf
:my-concept a skos:Concept ;
skos:prefLabel 'Ontology Engineering'@en ;
fabio:isDisciplineOf :my-research-paper .
IRI: http://purl.org/vocab/frbr/core#embodimentOf
:my-digital-manifestation a fabio:DigitalManifestation ;
frbr:embodimentOf :my-expression .
IRI: http://purl.org/vocab/frbr/core#exemplarOf
:my-item a fabio:Item ;
frbr:exemplarOf :my-manifestation .
IRI: http://www.w3.org/2004/02/skos/core#inScheme
:my-subject-term a fabio:SubjectTerm ;
skos:inScheme :my-concept-scheme .
IRI: http://purl.org/spar/fabio/isManifestationOf
:my-manifestation a fabio:Manifestation ;
fabio:isManifestationOf :my-work .
IRI: http://purl.org/vocab/frbr/core#partOf
:my-journal-article a fabio:JournalArticle ;
frbr:partOf :my-journal-issue .
IRI: http://purl.org/spar/fabio/isPortrayalOf
:my-item a fabio:Item;
fabio:isPortrayalOf :my-work .
IRI: http://purl.org/vocab/frbr/core#realizationOf
:my-audio-document a fabio:AudioDocument ;
frbr:realizationOf :my-sound-recording .
IRI: http://purl.org/spar/fabio/isRepresentationOf
:my-item a fabio:Item ;
fabio:isRepresentationOf :my-expression .
IRI: http://purl.org/spar/fabio/isSchemeOf
:my-concept-scheme a skos:ConceptScheme ;
fabio:isSchemeOf :my-concept .
IRI: http://purl.org/spar/fabio/isStoredOn
:my-item a fabio:Item ;
fabio:isStoredOn fabio:floppy-disk .
IRI: http://purl.org/spar/fabio/stores
:my-storage-medium a fabio:StorageMedium ;
fabio:stores :my-item .
IRI: http://purl.org/dc/terms/abstract
:my-journal-article a fabio:JournalArticle ;
dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/alternateTitle
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'Advanced Semantic Mapping in 2026'@en ;
prism:alternateTitle 'ASM 2026 Project Report'@en .
IRI: http://purl.org/spar/fabio/dateLastUpdated
:my-dataset a fabio:Dataset ;
fabio:dateLastUpdated '2026-04-29T09:00:00'^^xsd:dateTime .
IRI: http://purl.org/dc/terms/dateAccepted
:my-journal-article a fabio:JournalArticle ;
dcterms:dateAccepted '2026-04-28'^^xsd:date .
IRI: http://purl.org/spar/fabio/hasAccessDate
:my-dataset a fabio:Dataset ;
fabio:hasAccessDate '2026-04-29T09:41:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasArXivId
:my-preprint a fabio:Preprint ;
fabio:hasArXivId '2304.12345v1' .
IRI: http://purl.org/spar/fabio/hasCharacterCount
:my-manuscript a fabio:Manuscript ;
fabio:hasCharacterCount '15400'^^xsd:positiveInteger .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasCODEN
:my-journal a fabio:Journal ;
fabio:hasCODEN 'JBCHA3' .
IRI: http://purl.org/dc/terms/dateCopyrighted
:my-journal-article a fabio:JournalArticle ;
dcterms:dateCopyrighted '2026-04-28'^^xsd:date .
IRI: http://purl.org/spar/fabio/hasCopyrightYear
:my-preprint a fabio:Preprint ;
fabio:hasCopyrightYear '2026'^^xsd:gYear .
IRI: http://purl.org/spar/fabio/hasCorrectionDate
:my-preprint a fabio:Preprint ;
fabio:hasCorrectionDate '2026-04-29T00:00:00'^^xsd:dateTime .
IRI: http://purl.org/dc/terms/created
:my-report a fabio:Report ;
dcterms:created '2026-04-28'^^xsd:date .
IRI: http://purl.org/dc/terms/date
:my-journal-article a fabio:JournalArticle ;
dcterms:date '2026-04-29'^^xsd:date .
IRI: http://purl.org/spar/fabio/hasDateCollected
:my-dataset a fabio:Dataset ;
fabio:hasDateCollected '2026-04-29T00:00:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasDateReceived
:my-dataset a fabio:Dataset ;
fabio:hasDateReceived '2026-04-28T00:00:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasDeadline
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDeadline '2026-06-30T23:59:59Z'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasDecisionDate
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDecisionDate '2026-07-15T23:59:59Z'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasDepositDate
:my-preprint a fabio:Preprint ;
fabio:hasDepositDate '2026-04-28T00:00:00Z'^^xsd:dateTime .
IRI: http://prismstandard.org/namespaces/basic/2.0/doi
:my-journal-article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/edition
:my-book-2026 a fabio:Book ;
prism:edition '3rd Revised Edition' .
IRI: http://prismstandard.org/namespaces/basic/2.0/eIssn
:my-journal a fabio:Journal ;
prism:elssn '8765-4321' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasElectronicArticleIdentifier
:my-journal-article a fabio:JournalArticle ;
fabio:hasElectronicArticleIdentifier 'e12345' .
IRI: http://purl.org/spar/fabio/hasEmbargoDate
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDate '2026-04-28T00:00:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasEmbargoDuration
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDuration '2026-04-28T00:00:00/2026-04-29T00:00:00'^^xsd:dateTime .
IRI: http://prismstandard.org/namespaces/basic/2.0/endingPage
:my-print-object a fabio:PrintObject ;
prism:endingPage '186' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasHandle
:my-journal-article a fabio:JournalArticle ;
fabio:hasHandle '20.500.12345/6789' .
IRI: http://purl.org/dc/terms/identifier
:my-journal-article a fabio:JournalArticle ;
dcterms:identifier 'doi:10.1000/182' .
IRI: http://prismstandard.org/namespaces/basic/2.0/isbn
:my-book a fabio:Book ;
prism:isbn '978-3-16-148410-0' .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/issn
:my-journal a fabio:Journal ;
prism:issn '1570-8268' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasIssnL
:my-journal-article a fabio:JournalArticle ;
fabio:hasIssnL '1234-5678' .
IRI: http://purl.org/dc/terms/issued
:my-journal-article a fabio:JournalArticle ;
dcterms:issued '2026-04-29'^^xsd:date .
IRI: http://prismstandard.org/namespaces/basic/2.0/issueIdentifier
:my-journal-issue a fabio:JournalIssue ;
prism:issueIdentifier '2' .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/keyword
:my-research-paper a fabio:ResearchPaper ;
prism:keyword
'legal ontologies' ,
'methodology' ,
'ontology modeling' ,
'professional knowledge' ,
'rhetorical structure theory' .
IRI: http://purl.org/dc/terms/modified
:my-dataset a fabio:Dataset ;
dcterms:modified '2026-04-28T20:00:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId
:my-journal a fabio:Journal ;
fabio:hasNationalLibraryOfMedicineJournalId '9604648' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation
:my-journal a fabio:Journal ;
fabio:hasNLMJournalTitleAbbreviation 'J Biomed Inform' .
IRI: http://purl.org/spar/fabio/hasSequenceIdentifier
:my-journal-article a fabio:JournalArticle ;
fabio:hasSequenceIdentifier '1' .
IRI: http://purl.org/spar/fabio/hasPageCount
:my-journal-article a fabio:JournalArticle ;
fabio:hasPageCount '35'^^xsd:positiveInteger .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/pageRange
:my-journal-article a fabio:JournalArticle ;
prism:pageRange '145-162' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasPatentNumber
:my-patent a fabio:Patent ;
fabio:hasPatentNumber 'US1234567B2' .
IRI: http://purl.org/spar/fabio/hasPII
:my-journal-article a fabio:JournalArticle ;
fabio:hasPII 'S0169-7161(26)00123-4' .
IRI: http://purl.org/spar/fabio/hasDistributionDate
:my-preprint a fabio:Preprint ;
fabio:hasDistributionDate '2026-04-27T00:00:00Z'^^xsd:dateTime .
IRI: http://prismstandard.org/namespaces/basic/2.0/publicationDate
:my-paperback a fabio:Paperback ;
prism:publicationDate '2007-06'^^xsd:gYearMonth .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasPublicationYear
:my-journal-article a fabio:JournalArticle ;
fabio:hasPublicationYear '2007'^^xsd:gYear .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasPubMedCentralId
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedCentralId 'PMC1234567' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasPubMedId
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedId '34567890' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasRequestDate
:my-journal-article a fabio:JournalArticle ;
fabio:hasRequestDate '2026-05-15'^^xsd:date .
IRI: http://purl.org/spar/fabio/hasRetractionDate
:my-journal-article a fabio:JournalArticle ;
fabio:hasRetractionDate '2026-10-29'^^xsd:date .
IRI: http://purl.org/spar/fabio/hasSeason
:my-journal-article a fabio:JournalArticle ;
fabio:hasSeason 'spring' .
IRI: http://purl.org/spar/fabio/hasShortTitle
:my-journal-article a fabio:JournalArticle ;
fabio:hasShortTitle 'IWS' .
IRI: http://purl.org/spar/fabio/hasSICI
:my-journal-article a fabio:JournalArticle ;
fabio:hasSICI '0015-6914(199612)18:12<12:SIAI>2.0.TX;2-B' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/hasStandardNumber
:my-journal-article a fabio:JournalArticle ;
fabio:hasStandardNumber 'ISO 9001:2015' .
IRI: http://prismstandard.org/namespaces/basic/2.0/startingPage
:my-print-object a fabio:PrintObject ;
prism:startingPage '171' .
has characteristics: functional
IRI: http://purl.org/dc/terms/dateSubmitted
:my-journal-article a fabio:JournalArticle ;
dcterms:dateSubmitted '2026-04-28T00:00:00'^^xsd:dateTime .
IRI: http://purl.org/spar/fabio/hasSubtitle
:my-journal-article a fabio:JournalArticle ;
fabio:hasSubtitle 'Practical Guide to Ontologies and Linked Data'@en .
IRI: http://purl.org/dc/terms/title
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment'@en .
IRI: http://purl.org/spar/fabio/hasTranslatedSubtitle
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedSubtitle 'Guida pratica alle ontologie e ai Linked Data'@it .
IRI: http://purl.org/spar/fabio/hasTranslatedTitle
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedTitle 'Il Web Semantico'@it .
IRI: http://purl.org/spar/fabio/hasURL
:my-journal-article a fabio:JournalArticle ;
fabio:hasURL 'https://www.example.org/articles/intro-semantic-web'^^xsd:anyURI .
IRI: http://purl.org/dc/terms/valid
:my-dataset a fabio:Dataset ;
dcterms:valid '2026-04-28T20:00:00/2036-04-28T23:59:59'^^xsd:dateTime .
IRI: http://prismstandard.org/namespaces/basic/2.0/versionIdentifier
:my-technical-report a fabio:TechnicalReport ;
prism:versionIdentifier '2.1.4' .
IRI: http://purl.org/spar/fabio/hasVolumeCount
:my-book-series a fabio:BookSeries ;
fabio:hasVolumeCount '12'^^xsd:nonNegativeInteger .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/volume
:my-journal-volume a fabio:JournalVolume ;
prism:volume '15' .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/wordCount
:my-journal-article a fabio:JournalArticle ;
prism:wordCount '1250' .
has characteristics: functional
IRI: http://prismstandard.org/namespaces/basic/2.0/section
:my-news-article a fabio:NewsArticle ;
prism:section 'Technology and Research' .
IRI: http://purl.org/spar/fabio/usesCalendar
:my-work a fabio:Work ;
fabio:usesCalendar 'lunar' .
has characteristics: functional
IRI: http://purl.org/spar/fabio/analog-magnetic-tape
IRI: http://purl.org/spar/fabio/cd
IRI: http://purl.org/spar/fabio/cloud
IRI: http://purl.org/spar/fabio/digital-magnetic-tape
IRI: http://purl.org/spar/fabio/dvd
IRI: http://purl.org/spar/fabio
IRI: http://purl.org/spar/fabio/film
IRI: http://purl.org/spar/fabio/floppy-disk
IRI: http://purl.org/spar/fabio/hard-drive
IRI: http://purl.org/spar/fabio/internet
IRI: http://purl.org/spar/fabio/intranet
IRI: http://purl.org/spar/fabio/paper
IRI: http://purl.org/spar/fabio/ram
IRI: http://purl.org/spar/fabio/solid-state-memory
IRI: http://purl.org/spar/fabio/vinyl-disk
IRI: http://purl.org/spar/fabio/web
The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.