@prefix : . @prefix dc: . @prefix dcterms: . @prefix frbr: . @prefix owl: . @prefix prism: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix vann: . @prefix xsd: . prism:alternateTitle a owl:DatatypeProperty ; rdfs:label "alternate title"@en ; rdfs:comment "An alternative title for a resource."@en ; rdfs:subPropertyOf dcterms:title . prism:doi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has DOI"@en, "has Digital Object Identifier"@en ; rdfs:comment "A Digital Object Identifier for a serial publication item, a dataset or some other entity."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:subPropertyOf dcterms:identifier . prism:eIssn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has eISSN"@en, "has electronic International Standard Serial Number"@en ; rdfs:comment "An International Standard Serial Number, ISSN, for electronic versions of serial publications."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:subPropertyOf dcterms:identifier . prism:edition a owl:DatatypeProperty ; rdfs:label "has edition"@en ; rdfs:comment "An identifier for one of several alternative issues of a magazine, a book or other resource."@en ; rdfs:domain frbr:Endeavour . prism:endingPage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has ending page"@en ; rdfs:comment "Identifies the last page of an entity such as a journal article."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . prism:isbn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has ISBN"@en, "has International Standard Book Number"@en ; rdfs:comment "The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf dcterms:identifier . prism:issn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has ISSN"@en, "has International Standard Serial Number"@en ; rdfs:comment "The International Standard Serial Number, ISSN, an identifer for serial publications."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:subPropertyOf dcterms:identifier . prism:issueIdentifier a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has issue identifier"@en ; rdfs:comment "An identifier used to identify a specific issue of a magazine, a journal or other resource."@en ; rdfs:domain frbr:Endeavour . prism:keyword a owl:DatatypeProperty ; rdfs:label "has keyword"@en ; rdfs:comment "A property used to tag a resource with a keyword that is likely to be used in search queries."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . prism:pageRange a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has page range"@en ; rdfs:comment "Identifies the page range of an entity such as a journal article."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . prism:publicationDate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has publication date"@en ; dc:description """The date on which a document or entity is published. The date can be expressed in three different formats: - yyyy-mm-dd (i.e., xsd:date) - yyyy-mm (i.e., xsd:gYearMonth) - yyyy (i.e., xsd:gYear)"""@en ; rdfs:comment "The date on which a resource is published or disclosed."@en ; rdfs:domain frbr:Endeavour ; rdfs:range [ a rdfs:Datatype ; owl:unionOf ( xsd:date xsd:gYear xsd:gYearMonth ) ] ; rdfs:subPropertyOf dcterms:issued . prism:section a owl:DatatypeProperty ; rdfs:label "section"@en ; rdfs:comment "The name or identifier of the section or part of a resource, for example Part 2 of Issue 6 of Volume 127 of the Journal of Cell Biology, or the Travel Section of a newspaper issue."@en ; rdfs:subPropertyOf owl:topDataProperty . prism:startingPage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has starting page"@en ; rdfs:comment "Identifies the first page of an entity such as a journal article."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . prism:versionIdentifier a owl:DatatypeProperty ; rdfs:label "has version identifier" ; rdfs:comment "An identifier for a version of a resource, for example a text book, a draft of an article, or a data file."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . prism:volume a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has volume identifier"@en ; rdfs:comment "An identifier for a particular volume of a resource, such as a journal or a multi-volume book."@en ; rdfs:domain frbr:Endeavour . prism:wordCount a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has word count"@en ; rdfs:comment "The count of the number of words in a textual resource."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:positiveInteger ; rdfs:subPropertyOf owl:topDataProperty . dc:contributor a owl:AnnotationProperty . dc:creator a owl:AnnotationProperty . dc:date a owl:AnnotationProperty . dc:description a owl:AnnotationProperty . dc:rights a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . dcterms:abstract a owl:DatatypeProperty ; rdfs:label "abstract"@en ; rdfs:comment "A summary of the resource."@en . dcterms:created a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has creation date"@en ; rdfs:comment "The date on which an entity has been created."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . dcterms:creator a owl:ObjectProperty ; rdfs:label "has creator"@en ; rdfs:comment """An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."""@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:dateAccepted a owl:DatatypeProperty ; rdfs:label "has acceptance date"@en ; rdfs:comment "The date of acceptance of an entity. Examples of entities to which a Date Accepted may be relevant are a thesis (accepted by a university examination board) or an article (accepted by a journal editor)."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . dcterms:dateCopyrighted a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has copyright date"@en ; rdfs:comment "The date on which an entity has been copyrighted."@en ; rdfs:range xsd:date ; rdfs:subPropertyOf dcterms:date . dcterms:dateSubmitted a owl:DatatypeProperty ; rdfs:label "has submission date"@en ; rdfs:comment "The date on which an entity has been submitted. Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal)."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . dcterms:format a owl:ObjectProperty ; rdfs:label "has format"@en ; rdfs:comment """The file format, physical medium, or dimensions of the resource. Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types."""@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:language a owl:ObjectProperty ; rdfs:label "has language"@en ; rdfs:comment """A language of the resource. Examples include written, spoken, sign, and computer languages. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [http://www.ietf.org/rfc/rfc4646.txt]."""@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:license a owl:ObjectProperty ; rdfs:label "has license"@en ; rdfs:comment "A legal document giving official permission to do something with the resource."@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:modified a owl:DatatypeProperty ; rdfs:label "has modification date"@en ; rdfs:comment "The date on which an entity has been modified."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . dcterms:publisher a owl:ObjectProperty ; rdfs:label "has publisher"@en ; rdfs:comment """An entity responsible for making the resource available. Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."""@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:rights a owl:ObjectProperty ; rdfs:label "has rights"@en ; rdfs:comment """Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."""@en ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:valid a owl:DatatypeProperty ; rdfs:label "has validity date"@en ; rdfs:comment "Date (often a range) of validity of a resource."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . a owl:Ontology ; dc:contributor "Paolo Ciccarese"^^xsd:string, "Tim Clark"^^xsd:string ; dc:creator "David Shotton"^^xsd:string, "Silvio Peroni"^^xsd:string ; dc:date "2023-05-09"^^xsd:string ; dc:description :FRBR%20diagram%20with%20new%20Fabio%20verbs.png, """FaBiO, the FRBR-aligned Bibliographic Ontology, 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 classes are structured according to the FRBR schema of Works, Expressions, Manifestations and Items. Additional properties 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)."""^^xsd:string ; dc:rights "This work is distributed under a Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/legalcode)."@en ; dc:title "FaBiO, the FRBR-aligned Bibliographic Ontology"^^xsd:string ; vann:preferredNamespacePrefix "fabio"^^xsd:string ; vann:preferredNamespaceUri "http://purl.org/spar/fabio/"^^xsd:anyURI ; rdfs:comment """The FRBR-aligned Bibliographic Ontology (FaBiO) is an ontology for describing entities that are published or potentially publishable (e.g., journal articles, conference papers, books), and that contain or are referred to by bibliographic references. **URL:** http://purl.org/spar/fabio **Creators**: [David Shotton](http://orcid.org/0000-0001-5506-523X), [Silvio Peroni](http://orcid.org/0000-0003-0530-4305) **Contributors:** [Paolo Ciccarese](https://orcid.org/0000-0002-5156-2703), [Tim Clark](https://orcid.org/0000-0003-4060-7360) **License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) **Website:** http://www.sparontologies.net/ontologies/fabio **Cite as:** Peroni, S., Shotton, D. (2012). FaBiO and CiTO: ontologies for describing bibliographic resources and citations. In Journal of Web Semantics, 17: 33-43. https://doi.org/10.1016/j.websem.2012.08.001. Open Access at: http://speroni.web.cs.unibo.it/publications/peroni-2012-fabio-cito-ontologies.pdf"""^^xsd:string ; owl:imports ; owl:priorVersion :2018-05-02 ; owl:versionIRI :2019-02-19 ; owl:versionInfo "2.2"^^xsd:string . :Addendum a owl:Class ; rdfs:label "addendum"@en ; rdfs:comment "An item of material added at the end of a book or other publication, typically to include omitted or late-arriving material. "@en ; rdfs:subClassOf :Expression . :Algorithm a owl:Class ; rdfs:label "algorithm"@en ; rdfs:comment "A precise sequential set of pre-defined logical rules or computational operations to be employed for solving a particular problem in a finite number of steps." ; rdfs:subClassOf :Specification . :ApplicationProfile a owl:Class ; rdfs:label "application profile"@en ; rdfs:comment "A set of metadata elements, policies and guidelines defined for a particular application. The metadata elements used in the application profile may be drawn from more than one element sets, including locally defined sets. "@en ; rdfs:subClassOf :Metadata . :ApplicationProgrammingInterface a owl:Class ; rdfs:label "API"@en, "application programming interface"@en ; rdfs:comment " A computer program that enables a separate computer to interact programmatically with the computer running the API. (Commonly abbreviated 'API'.)"@en ; rdfs:subClassOf :ComputerProgram . :ArchivalRecordSet a owl:Class ; rdfs:label "archival record set"@en ; rdfs:comment "A collection of archival records."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :ArchivalRecord ], [ a owl:Restriction ; owl:allValuesFrom :ArchivalDocumentSet ; owl:onProperty frbr:realization ], [ a owl:Restriction ; owl:allValuesFrom :ArchivalRecord ; owl:onProperty frbr:part ], :WorkCollection . :AudioDocument a owl:Class ; rdfs:label "audio document"@en ; rdfs:comment "The realization of a sound recording."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :SoundRecording ], :Expression . :BibliographicDatabase a owl:Class ; rdfs:label "bibliographic database"@en ; rdfs:comment "A database providing an authoritative source of bibliographic information, for example PubMed (http://www.ncbi.nlm.nih.gov/pubmed), CrossRef Metadata Search (http://search.crossref.org/) and PubMed Central (http://www.ncbi.nlm.nih.gov/pmc/)."@en ; rdfs:subClassOf :Database . :BibliographicMetadata a owl:Class ; rdfs:label "bibliographic metadata"@en ; rdfs:comment "Standard bibliographic metadata describing an expression of a work. To take the example of a journal article, bibliographic metadata typically include the authors' names, the date of publication, the title of the article, the journal name and volume number, the first and last page numbers, and the Digital Object Identifier (DOI)."@en ; rdfs:subClassOf :Metadata . :Biography a owl:Class ; rdfs:label "biography"@en ; rdfs:comment "An account of the events, works and achievements, both personal and professional, of a person, either living or dead."@en ; rdfs:subClassOf :Work . :BlogPost a owl:Class ; rdfs:label "blog post"@en ; rdfs:comment "Information manifested in a blog, one of a set of periodic sequential entries containing commentary, descriptions of events, or other material such as images or videos, usually displayed in reverse-chronological order and usually maintained by an individual, or comments on such a post."@en ; rdfs:subClassOf :Entry, :WebContent . :BookChapter a owl:Class ; rdfs:label "book chapter"@en ; rdfs:comment "A defined chapter of a book, usually with a separate title or number."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Book ], :Chapter . :BookReview a owl:Class ; rdfs:label "book review"@en ; rdfs:comment "A written review and critical analysis of the content, scope and quality of a book or other monographic work."@en ; rdfs:subClassOf :Review . :BookSeries a owl:Class ; rdfs:label "book series"@en ; rdfs:comment "A sequence of books having certain characteristics in common that are formally identified together as a group - for instance, the books in the Law, Governance and Technology Series published by Springer."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Book ], :Series ; owl:disjointWith :BookSet . :CallForApplications a owl:Class ; rdfs:label "call for applications" ; rdfs:comment "A document published by a funding agency requesting submission of applications for financial grants to fund projects, for example to enable research investigations in areas specified in the Call."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Proposition ], :Expression . :CaseForSupportDocument a owl:Class ; rdfs:label "case for support document"@en ; rdfs:comment "A document containing the case for support for a particular project, usually contained within a grant application document but sometimes distributed separately, without the financial and organizational information that the grant application document also contains."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :CaseForSupport ], :Expression . :CitationMetadata a owl:Class ; rdfs:label "citation metadata"@en ; rdfs:comment "Metadata describing the citations made within a work to other works, and (optionally) some characteristics of the expressions of the cited works."@en ; rdfs:subClassOf :Metadata . :ClinicalCaseReport a owl:Class ; rdfs:label "clinical case report"@en ; rdfs:comment "A presentation of findings following a clinical or medical investigation on a human or animal patient, that may contain a diagnosis and proposals for therapeutic treatment and/or epidemiological control measures, or may propose further evaluative studies that will eventually lead to such outcomes."@en ; rdfs:subClassOf :CaseReport . :ClinicalGuideline a owl:Class ; rdfs:label "clinical guideline"@en ; rdfs:comment "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."@en ; rdfs:subClassOf :InstructionalWork . :ClinicalTrialDesign a owl:Class ; rdfs:label "clinical trial design"@en ; rdfs:comment "A predefined written procedural method, designed to ensure reliability of findings, for undertaking a medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs or treatments, or of devices or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals, specifying criteria of eligibility, nature of controls, sampling schedules, data collection parameters, statistical analyses, reporting standards, etc. to be employed in undertaking the clinical trial." ; rdfs:subClassOf :Specification . :ClinicalTrialReport a owl:Class ; rdfs:label "clinical trial report"@en ; rdfs:comment "The report of a pre-planned medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs, or of devices, treatments or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals selected according to predetermined criteria of eligibility and observed for evidence of favourable and unfavourable effects."@en ; rdfs:subClassOf :TrialReport . :CompleteWorks a owl:Class ; rdfs:label "complete works"@en ; rdfs:comment "A collection of all the literary or scholastic works of a single person."@en ; rdfs:subClassOf :CollectedWorks . :ComputerApplication a owl:Class ; rdfs:label "computer application"@en ; rdfs:comment "A computer program designed to assist a human user to perform one or more goal-oriented tasks such as word processing or image processing. A computer application will typically save its output files in one or more specific formats, conforming either to proprietary or open standards. "@en ; rdfs:subClassOf :ComputerProgram . :ComputerFile a owl:Class ; rdfs:label "computer file"@en ; rdfs:comment "A digital item containing information in computer-readable form encoded in a particular format."@en ; rdfs:subClassOf :DigitalItem . :ConferencePoster a owl:Class ; rdfs:label "conference poster"@en ; rdfs:comment "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en ; rdfs:subClassOf :Expression . :ConferenceProceedings a owl:Class ; rdfs:label "conference proceedings"@en ; rdfs:comment "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :ConferencePaper ], :AcademicProceedings . :Corrigendum a owl:Class ; rdfs:label "corrigendum"@en ; rdfs:comment "A formal correction to an error introduced by the author into a previously published document."@en ; rdfs:subClassOf :Correction . :Cover a owl:Class ; rdfs:label "cover"@en ; rdfs:comment "A protective covering used to bind together the pages of a document or the first, informative, page of a digital document."@en ; rdfs:subClassOf :Expression . :CriticalEdition a owl:Class ; rdfs:label "critical edition"@en ; rdfs:comment "A new edition of a historical publication, edited by a scholar other than the original author, containing within the body text the supposedly best version of the original work, with footnotes detailing and commenting on textual variations between different versions, typically with an introduction to the original work written by the scholar, and with a bibliography listing related publications."@en ; rdfs:subClassOf :Work . :DataFile a owl:Class ; rdfs:label "data file"@en ; rdfs:comment "A realisation of a fabio:Dataset (a frbr:Work) containing a defined collection of data with specific content and possibly with a specific version number, that can be embodied as a fabio:Digital Manifestation (a frbr:Manifestation with a specific format) and be represented by a specific fabio:ComputerFile (a frbr:Item) on someone's hard drive."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Dataset ], :Expression . :DataManagementPlan a owl:Class ; rdfs:label "data management plan"@en ; rdfs:comment "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Proposition ], :Expression . :DataManagementPolicy a owl:Class ; rdfs:label "data management policy"@en ; rdfs:comment "A policy that descibes and defines how data should be managed, preserved and shared."@en ; rdfs:subClassOf :Policy . :DataManagementPolicyDocument a owl:Class ; rdfs:label "data management policy document"@en ; rdfs:comment "A document embodying a policy that descibes and defines how data should be managed, preserved and shared."@en ; rdfs:subClassOf :PolicyDocument . :DataRepository a owl:Class ; rdfs:label "data repository"@en ; rdfs:comment "A repository for storing data."@en ; rdfs:subClassOf :Repository . :DatabaseManagementSystem a owl:Class ; rdfs:label "database management system"@en ; rdfs:comment "The software used to create a database. (Commonly abbreviated 'DBMS'.)"@en ; rdfs:subClassOf :ComputerProgram . :DefinitiveVersion a owl:Class ; rdfs:label "definitive version"@en ; rdfs:comment "The final published expression of a work that bears the publisher's imprimatur. Typically for a journal article, the Definitive Version results from revision of an earlier submitted version of the work following peer review, and is then published in print and/or digital form after the publisher has assigned it a DOI. The Definitive Version is also known as the Version of Record, although according to the CrossRef Glossary (http://crossref.org/02publishers/glossary.html) that term can also refer to the author's final version of a work that is not formally published. "@en ; rdfs:subClassOf :Manuscript . :DemoPaper a owl:Class ; rdfs:label "demo paper"@en ; rdfs:comment "A demonstration paper, typically describing a new product, service or system created as a result of research, usually presented during a conference or workshop."@en ; rdfs:subClassOf :Expression . :Diary a owl:Class ; rdfs:label "diary"@en ; rdfs:comment "A personal record, in a form of book, with discrete entries (often handwritten) arranged by date, reporting what has happened over the course of a day or other period of time."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Entry ], :Notebook . :Directory a owl:Class ; rdfs:label "directory"@en ; rdfs:comment "A database of information which is heavily optimized for reading."@en ; rdfs:subClassOf :Database . :DocumentRepository a owl:Class ; rdfs:label "document repository"@en ; rdfs:comment "A repository for storing documents."@en ; rdfs:subClassOf :Repository . :DustJacket a owl:Class ; rdfs:label "dust jacket"@en ; rdfs:comment "A detachable outer cover, usually made of paper and printed with text and illustrations. This outer cover has folded flaps that hold it to the cover of a document."@en ; rdfs:subClassOf :Expression . :Email a owl:Class ; rdfs:label "e-mail"@en ; rdfs:comment "A message transmitted over the internet as an item of electronic mail, typically based on the Simple Mail Transfer Protocol (SMTP). Emails can have computer files containing documents, dataset and images attached to them or embedded within them."@en ; rdfs:subClassOf :Expression . :EntityMetadata a owl:Class ; rdfs:label "entity metadata"@en ; rdfs:comment "Metadata describing the work itself, including for example the name of the creator(s), the title of the work, and the date and place of its creation."@en ; rdfs:subClassOf :Metadata . :Erratum a owl:Class ; rdfs:label "erratum"@en ; rdfs:comment "A formal correction to an error introduced by the publisher into a previously published document."@en ; rdfs:subClassOf :Correction . :Essay a owl:Class ; rdfs:label "essay"@en ; rdfs:comment "A piece of non-fiction writing on a particular subject, usually of moderate length and without chapters."@en ; rdfs:subClassOf :Work . :ExaminationPaper a owl:Class ; rdfs:label "examination paper"@en ; rdfs:comment "A set of questions on a particular topic designed to test the academic, professional or technical ability of the person taking the examination, with achievement of a pass grade in the examination typically being a prerequisite for the award of an educational award such as a degree, or of a professional or technical qualification."@en ; rdfs:subClassOf :Work . :ExecutiveSummary a owl:Class ; rdfs:label "executive summary"@en ; rdfs:comment "An executive summary is a brief report summarizing a longer formal report, designed to present the key points, conclusions and recommendations arising from the study being reported, for readers too busy to take the time to read the complete report."@en ; rdfs:subClassOf :BriefReport . :ExperimentalProtocol a owl:Class ; rdfs:label "experimental protocol"@en ; rdfs:comment "A predefined written procedural method, designed to ensure successful replication of results by others in the same or other laboratories, that describes the overall objectives, organization and implementation of a scientific experiment, and specifies the experimental design, experimental methods, reagents, instrumentation, sampling schedules, data collection parameters, statistical analyses, image processing procedures, safety precautions, reporting standards, etc. employed in undertaking the experiment."@en ; rdfs:subClassOf :Specification . :Figure a owl:Class ; rdfs:label "figure"@en ; rdfs:comment "A visual communication object comprising one or more still images on a related theme. If included within a publication, a figure is typically unaligned with the main body of text, having its own descriptive textual figure legend."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :StillImage ], :Expression . :Film a owl:Class ; rdfs:label "film"@en ; rdfs:comment "A movie with an accompanying soundtrack, typically created by a professional film studio, designed to communicate a fictional story, record an artistic event, or impart information that is scientific or documentary in nature."@en ; rdfs:subClassOf :Movie . :Folksonomy a owl:Class ; rdfs:label "folksonomy"@en ; rdfs:comment "A system of classification derived from the practice and method of collaboratively creating and managing tags to annotate and categorize content in a particular domain. [Contrast fabio:Ontology]"@en ; rdfs:subClassOf :UncontrolledVocabulary . :GanttChart a owl:Class ; rdfs:label "Gantt chart"@en ; rdfs:comment "A horizontal bar chart used to guide project planning, execution and control, illustrating the project schedule, with a separate line indicating the start and end dates of each of the key project activities or workpackages, and optionally showing the dependencies between these items. A Gantt chart is typically part of a project plan."@en ; rdfs:subClassOf :Expression . :GrantApplicationDocument a owl:Class ; rdfs:label "grant application document"@en ; rdfs:comment "The realization of a grant application, usually containing a case for support document."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :GrantApplication ], :Expression . :Hardback a owl:Class ; rdfs:label "hardback"@en ; rdfs:comment "A print object bound with rigid protective covers (typically of cardboard covered with cloth, heavy paper, or sometimes leather)."@en ; rdfs:subClassOf :PrintObject . :InBrief a owl:Class ; rdfs:label "in brief"@en ; rdfs:comment "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."@en ; rdfs:subClassOf [ a owl:Class ; owl:unionOf ( :JournalNewsItem :MagazineNewsItem ) ], :NewsItem . :InUsePaper a owl:Class ; rdfs:label "in-use paper"@en ; rdfs:comment """A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain. Usually, papers of this kind should also provide convincing evidence that there is use of the proposed application or tool by the target user group, preferably outside the institution that conducted its development. E.g. see http://iswc2018.semanticweb.org/call-for-in-use-track-papers/."""@en ; rdfs:subClassOf :ScholarlyWork . :Index a owl:Class ; rdfs:label "index"@en ; rdfs:comment "An alphabetically-ordered list of words and phrases ('headings') and associated pointers ('locators') to where useful material relating to that heading can be found in a document."@en ; rdfs:subClassOf :Expression . :InstructionManual a owl:Class ; rdfs:label "instruction manual"@en ; rdfs:comment "An instructional document typically supplied with a technologically advanced consumer product, such as a car or a computer application, or with an item of complex equipment such as a microscope."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :InstructionalWork ], :Expression . :ItemCollection a owl:Class ; rdfs:label "item collection"@en ; rdfs:comment "A collection of items."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Item ], :Item . :JournalArticle a owl:Class ; rdfs:label "journal article"@en ; rdfs:comment "An article, typically the realization of a research paper reporting original research findings, published in a journal issue. "@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :JournalIssue ], :Article . :JournalEditorial a owl:Class ; rdfs:label "journal editorial"@en ; rdfs:comment "An editorial published in an issue of a journal."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :JournalIssue ], :Editorial . :LaboratoryNotebook a owl:Class ; rdfs:label "laboratory notebook"@en ; rdfs:comment "A notebook used by an individual research scientist as the primary record of his or her research activities. A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. The laboratory notebook serves as an organizational tool and a memory aid. It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry."@en ; rdfs:subClassOf :Notebook . :LectureNotes a owl:Class ; rdfs:label "lecture notes"@en ; rdfs:comment "A document containing notes that summarize a lecture or course of lectures."@en ; rdfs:subClassOf :Expression . :LegalOpinion a owl:Class ; rdfs:label "legal opinion"@en ; rdfs:comment "A written explanation by a judge or group of judges that accompanies a ruling in a legal case, laying out the reasons and legal principles for the ruling, and sometimes containing pronouncements about what the law is and how it should be interpreted."@en ; rdfs:subClassOf :Opinion . :Letter a owl:Class ; rdfs:label "letter"@en ; rdfs:comment "A written or printed communication of a personal or professional nature between individuals and/or representatives of corporate bodies, usually transmitted by the postal service or published in a periodical. In the latter case, the letter is typically addressed to the editor and comments on or discussed an item previously published by that periodical, or of interest to its readership."@en ; rdfs:subClassOf :Expression . :LibraryCatalog a owl:Class ; rdfs:label "library catalog"@en ; rdfs:comment "The catalog of the holdings of a library, for example that of the Library of Congress (http://catalog.loc.gov/)."@en ; rdfs:subClassOf :Catalog . :MagazineArticle a owl:Class ; rdfs:label "magazine article"@en ; rdfs:comment "An article published in a magazine issue."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :MagazineIssue ], :Article . :MagazineEditorial a owl:Class ; rdfs:label "magazine editorial"@en ; rdfs:comment "An editorial published in an issue of a magazine."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :MagazineIssue ], :Editorial . :ManifestationCollection a owl:Class ; rdfs:label "manifestation collection"@en ; rdfs:comment "A collection of manifestations."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Manifestation ], :Manifestation . :MeetingReport a owl:Class ; rdfs:label "meeting report"@en ; rdfs:comment "A report of a meeting of some kind."@en ; rdfs:subClassOf :Report . :MetadataDocument a owl:Class ; rdfs:label "metadata document"@en ; rdfs:comment "A document that contains metadata information describing one or more characteristics of an entity."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Metadata ], :Expression . :MethodsPaper a owl:Class ; rdfs:label "methods paper"@en ; rdfs:comment "A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain."@en ; rdfs:subClassOf :ScholarlyWork . :Microblog a owl:Class ; rdfs:label "microblog"@en ; rdfs:comment "A social networking publication medium such as Twitter, Tumblr, FriendFeed, Facebook or MySpace. A microblog differs from a traditional blog in that its individual content items are smaller than a traditional blog posts, typically containing just a short sentence, a single image, or a URI. These small messages are referred to as microposts."@en ; rdfs:subClassOf :Blog . :Model a owl:Class ; rdfs:label "model"@en ; rdfs:comment "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."@en ; rdfs:subClassOf :Work . :Nanopublication a owl:Class ; rdfs:label "nanopublication"@en ; rdfs:comment """A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author – typically expressed in RDF. The minimal components of a nanopublication are as follows: * the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease); * provenance information about the nanopublication, defining its authorship and creation date; * supporting information (optional), providing context for the assertion; * a unique identifier for the nanopublication, in the form of a URI; * an integrity key that ensures that the nanopublication is in its original form and has not been altered. """@en ; rdfs:subClassOf :Expression . :NewspaperArticle a owl:Class ; rdfs:label "newspaper article"@en ; rdfs:comment "An article written by a journalist and published in a newspaper."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :NewspaperIssue ], :Article . :NewspaperEditorial a owl:Class ; rdfs:label "newspaper editorial"@en ; rdfs:comment "An editorial published in an issue of a newspaper."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :NewspaperIssue ], :Editorial . :NewspaperNewsItem a owl:Class ; rdfs:label "newspaper news item"@en ; rdfs:comment "A news report published in a newspaper issue."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :NewspaperIssue ], :NewsItem . :NotificationOfReceipt a owl:Class ; rdfs:label "notification of receipt"@en ; rdfs:comment "A notification of receipt of something, for example of receipt of a book that will later be the subject of a book review."@en ; rdfs:subClassOf :Announcement . :Novel a owl:Class ; rdfs:label "novel"@en ; rdfs:comment "A long fictitious narrative written in literary prose."@en ; rdfs:subClassOf :LiteraryArtisticWork . :Obituary a owl:Class ; rdfs:label "obituary"@en ; rdfs:comment "A news item reporting the death of a person, typically accompanied by an description of that person's life and contributions to his or her profession and to society at large."@en ; rdfs:subClassOf :NewsReport . :OntologyDocument a owl:Class ; rdfs:label "ontology document"@en ; rdfs:comment "A document containing an ontology, for example an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/)."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Ontology ], :VocabularyDocument . :Oration a owl:Class ; rdfs:label "oration"@en ; rdfs:comment "A formal speech, for example one delivered at a ceremonial occasion, or the written transcript of such a speech."@en ; rdfs:subClassOf :Expression . :Paperback a owl:Class ; rdfs:label "paperback"@en ; rdfs:comment "A print object with a flexible cover, usually made of paper or paperboard."@en ; rdfs:subClassOf :PrintObject . :PatentApplicationDocument a owl:Class ; rdfs:label "patent application document"@en ; rdfs:comment "The physical or electronic realization of a patent application."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :PatentApplication ], :SpecificationDocument . :PatentDocument a owl:Class ; rdfs:label "patent document"@en ; rdfs:comment "The physical or electronic realization of a patent."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Patent ], :SpecificationDocument . :PeriodicalItem a owl:Class ; rdfs:label "periodical item"@en ; rdfs:comment "A piece of writing published in a periodical issue, typically accompanied by other items by different authors."@en ; owl:equivalentClass [ a owl:Class ; owl:intersectionOf ( :Expression [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom [ a owl:Class ; owl:unionOf ( :PeriodicalIssue :PeriodicalVolume ) ] ] ) ] . :PersonalCommunication a owl:Class ; rdfs:label "personal communication"@en ; rdfs:comment "Information communicated personally by verbal or written means from one individual to one or more another persons or organizations."@en ; rdfs:subClassOf :Expression . :PhDSymposiumPaper a owl:Class ; rdfs:label "Ph.D. symposium paper"@en ; rdfs:comment "A paper, usually presented during a specific session of a conference dedicated to Ph.D. students, that describes ongoing Ph.D. student's research."@en ; rdfs:subClassOf :Expression . :Play a owl:Class ; rdfs:label "play"@en ; rdfs:comment "A form of literature written by a playwright, usually consisting of scripted dialogue between characters, intended for theatrical performance rather than reading."@en ; rdfs:subClassOf :LiteraryArtisticWork . :Poem a owl:Class ; rdfs:label "poem"@en ; rdfs:comment "An artistic work written with an intensity or beauty of language more characteristic of poetry than of prose."@en ; rdfs:subClassOf :LiteraryArtisticWork . :PositionPaper a owl:Class ; rdfs:label "position paper"@en ; rdfs:comment """A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic. Usually, these papers are dependent on the author's opinion or interpretation, do not have an evaluation, and need to present relevant and novel discussion points in a thorough manner. E.g. see https://datasciencehub.net/content/guidelines-authors"""@en ; rdfs:subClassOf :Opinion, :ScholarlyWork . :PosterPaper a owl:Class ; rdfs:label "poster paper"@en ; rdfs:comment "A paper that typically accompanies a poster describing some preliminary results of research, usually presented during a conference or a workshop."@en ; rdfs:subClassOf :Expression . :Postprint a owl:Class ; rdfs:label "postprint"@en ; rdfs:comment "The version of an author's original scholarly work, such as a research paper or a review, re-submitted for publication after revision by the author in the light of comments from reviewers. [Note: For the version before peer review, use fabio:Preprint. For the final piblished version, use fabio:DefinitiveVersion.]"@en ; rdfs:subClassOf :Manuscript . :Preprint a owl:Class ; rdfs:label "preprint"@en ; rdfs:comment "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication. [Note: For that version resubmitted after peer-review and revision, use fabio:Postprint. For the final published version use fabio:DefinitiveVersion.]"@en ; rdfs:subClassOf :Manuscript . :Presentation a owl:Class ; rdfs:label "presentation"@en ; rdfs:comment "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."@en ; rdfs:subClassOf :Expression . :PressRelease a owl:Class ; rdfs:label "press release"@en ; rdfs:comment "A news report published by an organization to provide information to journalists."@en ; rdfs:subClassOf :NewsItem . :ProductReview a owl:Class ; rdfs:label "product review"@en ; rdfs:comment "A written review and critical analysis of the purpose, features, performance and other qualities of a product."@en ; rdfs:subClassOf :Review . :ProjectMetadata a owl:Class ; rdfs:label "project metadata"@en ; rdfs:comment "Metadata describing a project, for example the project name, the names of those who conducted the project, the name of the institution in which the project was conducted, and the project funding information."@en ; rdfs:subClassOf :Metadata . :ProjectPlan a owl:Class ; rdfs:label "project plan"@en ; rdfs:comment """A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart. """@en ; rdfs:subClassOf :Expression . :ProjectReportDocument a owl:Class ; rdfs:label "deliverable"@en ; rdfs:comment "A document containing a project report, intended to be delivered to a customer or funding agency describing the results achieved within a specific project. "@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :ProjectReport ], :ReportDocument . :Proof a owl:Class ; rdfs:label "proof"@en ; rdfs:comment "In printing and publishing, a proof copy is the preliminary version of a publication, after the inclusion of any author corrections following review, and after copy editing and formatting to bring the manuscript into the house style, intended for final checking prior to publication to detect and eliminate typographical errors, omissions or transpositions of text, incorrect layout or placement of illustrations and tables, or other formatting errors. Those who check proofs include the editor, possibly the peer-reviewers (to ensure that their requested modifications have been included to their satisfaction), possibly an in-house professional proof-reader, and / or the author, who is ultimately responsible for ensuring the published work says what (s)he means it to say. Substantive changes to the text are not permitted once the manuscript has reached proof stage."@en ; rdfs:subClassOf :Manuscript . :Questionnaire a owl:Class ; rdfs:label "questionnaire"@en ; rdfs:comment "A set of questions on a particular topic, usually in the form of multiple choice questions requiring the respondent to select the correct answer, or providing the ability to indicate support for or against a proposal on a numerical scale, designed for rapid numerical analysis of responses and often used in surveying public opinion."@en ; rdfs:subClassOf :Work . :ReferenceBook a owl:Class ; rdfs:label "reference book"@en ; rdfs:comment "A book containing authoritative factual information, such as a dictionary, encyclopaedia, handbook or field guide, which is a realisation of a certain reference work and may contain several reference entries."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :ReferenceWork ], :Book . :ReferenceEntry a owl:Class ; rdfs:label "reference entry"@en ; rdfs:comment "A particular reference entry containing authoritative factual information on a certain topic, usually contained in a larger expression."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :ReferenceWork ], :Entry . :RelationalDatabase a owl:Class ; rdfs:label "relational database"@en ; rdfs:comment "A database in which the data are arranged in tables according to their common characteristics, with relationships between the tables being defined by a relational model or schema. A relational database is highly optimized for performance, and is queried using a database query language such as SQL (Structured Query Language). The software used to create a relational database is called a relational database management system (RDBMS)."@en ; rdfs:subClassOf :Database . :Reply a owl:Class ; rdfs:label "reply"@en ; rdfs:comment "A work that is a reply, either to a letter or other direct communication, or to feedback or comments about a piece of submitted writing. The latter is typically written by the author of a journal article submitted for publication, or by an applicant making a grant application, in response to reviews of the work from peer reviewers prior to publication (for the journal article) or prior to funding decision (for the grant application). Alternatively, it can be written in response to post-publication peer-review of a published journal article, or comments about it."@en ; rdfs:subClassOf :Work . :ReportingStandard a owl:Class ; rdfs:label "reporting standard"@en ; rdfs:comment "A set of recommendations for the minimum reporting requirements to be employed when reporting a particular type of investigation or project, for example a randomized clinical trial. A reporting standard may involve a checklist and a flow diagram, offers a standard way for authors to prepare a complete and transparent report of their findings, and aids their critical appraisal and interpretation of their data. [See also fabio:MinimalInformationStandard.]"@en ; rdfs:subClassOf :Specification . :ResearchPaper a owl:Class ; rdfs:label "research paper"@en ; rdfs:comment """A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain. E.g. see http://iswc2018.semanticweb.org/call-for-research-track-papers/."""@en ; rdfs:subClassOf :ScholarlyWork . :ResourcePaper a owl:Class ; rdfs:label "resource paper"@en ; rdfs:comment """A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work. Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics. E.g. see http://iswc2018.semanticweb.org/call-for-resources-track-papers/"""@en ; rdfs:subClassOf :ScholarlyWork . :RetractionNotice a owl:Class ; rdfs:label "retraction notice"@en ; rdfs:comment "The realization of a retraction. A formal document which publicly withdraws, cancels, refutes, reverses an earlier statement or publication or announces the act of desisting from publishing the original statement."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Retraction ], :Comment . :ReviewArticle a owl:Class ; rdfs:label "review article"@en ; rdfs:comment "An article that contains a review."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Review ], :Article . :ReviewPaper a owl:Class ; rdfs:label "review paper"@en ; rdfs:comment """A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference). Papers of this kind may contain a selective bibliography listing key papers related to the subject or providing advice on information sources, or they may strive to be comprehensive, covering all contributions to the development of a topic and exploring their different findings or views. E.g. see http://www.emeraldgrouppublishing.com/products/journals/author_guidelines.htm?id=JD"""@en ; rdfs:subClassOf :Review, :ScholarlyWork . :Screenplay a owl:Class ; rdfs:label "screenplay"@en ; rdfs:comment "A written work made especially for a film or television program. Screenplays can be original works or adaptations from existing pieces of writing, for example novels. "@en ; rdfs:subClassOf :LiteraryArtisticWork . :Script a owl:Class ; rdfs:label "script"@en ; rdfs:comment "A small computer program written in a scripting language such as JavaScript, PHP or Perl that allows control of one or more software applications."@en ; rdfs:subClassOf :ComputerProgram . :ShortStory a owl:Class ; rdfs:label "short story"@en ; rdfs:comment "A work of fiction that is usually written in prose, often in narrative format. This format tends to be more focused and less elaborate than longer works of fiction such as novels."@en ; rdfs:subClassOf :LiteraryArtisticWork . :Song a owl:Class ; rdfs:label "song"@en ; rdfs:comment "A musical composition that contains vocal parts ('lyrics') that are performed ('sung')."@en ; rdfs:subClassOf :MusicalComposition . :Spreadsheet a owl:Class ; rdfs:label "spreadsheet"@en ; rdfs:comment "An electronic form of data storage that displays a grid of rows and columns, in which each editable cell can contain alphanumeric text, a numeric value, or a formula that defines how the content of that cell is to be calculated from the content of another cell or cells."@en ; rdfs:subClassOf :Expression . :StandardOperatingProcedure a owl:Class ; rdfs:label "standard operating procedure"@en ; rdfs:comment "Clear and detailed written instructions of a prescribed step-by-step procedure to be routinely followed, and decisions to be made when undertaking a specific task, process or function, to achieve consistent performance, ensure safety and/or assure data quality. (Commonly abbreviated 'SOP'.)"@en ; rdfs:subClassOf :Specification . :Supplement a owl:Class ; rdfs:label "supplement"@en ; rdfs:comment "A supplement to a publication such as a book, journal, magazine or newspaper, additional to the main publication. For example, a colour supplement to a sunday newspaper, or a special supplementary issue of a journal or a journal volume containing invited articles on a special topic, or abstracts or papers presented at a scientific conference."@en ; rdfs:subClassOf :Expression . :SupplementaryInformation a owl:Class ; rdfs:label "supplementary information file"@en ; rdfs:comment "A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself."@en ; rdfs:subClassOf :Expression . :SupplementaryInformationFile rdfs:comment "A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself."@en . :SystematicReview a owl:Class ; rdfs:label "systematic review"@en ; rdfs:comment "A literature review focused on a single question that tries to identify, appraise, select and synthesize all high quality research evidence relevant to that question. Systematic reviews of high-quality randomized controlled trials are crucial to evidence-based medicine. An understanding of systematic reviews and how to implement them in practice is becoming mandatory for all professionals involved in the delivery of health care. Systematic reviews are not limited to medicine, and are quite common in other sciences such as psychology, educational research and sociology."@en ; rdfs:subClassOf :Review . :TableOfContents a owl:Class ; rdfs:label "table of contents"@en ; rdfs:comment "A table listing the parts of publication such as a book or technical specification, and the pages on which these content elements start (if the publication is printed or otherwise organized into pages), usually listed in order of appearance. The Table of Contents typically includes first-level headers, such as the chapter titles of a book, and may also include second- and even third-level headers. In electronic works, the Table of Contents entries are often internally hyperlinked to the content items, so that clicking on the entry takes the reader to that item."@en ; rdfs:subClassOf :Table . :TechnicalReport a owl:Class ; rdfs:label "technical report"@en ; rdfs:comment "A report of a technical nature."@en ; rdfs:subClassOf :Report . :TechnicalStandard a owl:Class ; rdfs:label "technical standard"@en ; rdfs:comment "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en ; rdfs:subClassOf :Specification . :Textbook a owl:Class ; rdfs:label "textbook"@en ; rdfs:comment "A book containing instructional material relating to a particular topic of academic study, designed to be read by students."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :InstructionalWork ], :Book . :Timetable a owl:Class ; rdfs:label "timetable"@en ; rdfs:comment "A tabular dataset providing information about the times and locations of a planned series of events."@en ; rdfs:subClassOf :Dataset . :Triplestore a owl:Class ; rdfs:label "triplestore"@en ; rdfs:comment "A database specifically designed for the storage and retrieval of Resource Description Framework (RDF) data consisting of subject-predicate-object triples. A triple store is queried using the RDF query language SPARQL."@en ; rdfs:subClassOf :Database . :Tweet a owl:Class ; rdfs:label "tweet"@en ; rdfs:comment "A posting made on the social networking site Twitter. A tweet is a text message limited to 140 characters in length, that is broadcast and readable by anyone who accesses Twitter."@en ; rdfs:subClassOf :Micropost . :VocabularyMappingDocument a owl:Class ; rdfs:label "vocabulary mapping document"@en ; rdfs:comment "A document containing a vocabulary mapping"@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :VocabularyMapping ], :SpecificationDocument . :WebArchive a owl:Class ; rdfs:label "web archive"@en ; rdfs:comment "A snapshots of (part of) the World Wide Web."@en ; rdfs:subClassOf :Repository . :WebPage a owl:Class ; rdfs:label "web page"@en ; rdfs:comment "A Web manifestation usually identified by a Uniform Resource Identifier (URI), and made accessible to a user by means of the Hypertext Transport Protocol (HTTP) in a Web browser window. Several interlinked web pages hosted together on a Web server and accessed through a single domain name or IP address constitute a web site."@en ; rdfs:subClassOf :Page, :WebManifestation . :WebSite a owl:Class ; rdfs:label "web site"@en ; rdfs:comment "A collection of related web pages containing text, images, videos and/or other digital assets that are addressed relative to a common Uniform Resource Locator (URL). A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network."@en ; rdfs:subClassOf :WebManifestation . :WhitePaper a owl:Class ; rdfs:label "white paper"@en ; rdfs:comment "An authoritative report or guide designed to educate readers and help people make decisions, or to explain technical problems and how to solve them. White papers are typically published by governments to propose new legislation for discussion, and by commercial companies to inform readers about products or services, as aids to marketing."@en ; rdfs:subClassOf :ReportDocument . :Wiki a owl:Class ; rdfs:label "wiki"@en ; rdfs:comment "A collaborative Web manifestation, usually maintained by a project team or group, providing easy-to-edit pages that can be used to accumulate related information for shared use by the group and/or publication."@en ; rdfs:subClassOf :WebManifestation . :WikipediaEntry a owl:Class ; rdfs:label "wikipedia entry"@en ; rdfs:comment """Information about a particular topic in one of the versions of Wikipedia, the online encyclopedia (http://www.wikipedia.org/). """@en ; rdfs:subClassOf :WikiEntry . :WorkPackage a owl:Class ; rdfs:label "work package"@en ; rdfs:comment "A component of the case for support of a grant application, describing a particular aspect of the work to be undertaken."@en ; rdfs:subClassOf :Work . :Workflow a owl:Class ; rdfs:label "workflow"@en ; rdfs:comment "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en ; rdfs:subClassOf :Specification . :WorkingPaper a owl:Class ; rdfs:label "working paper"@en ; rdfs:comment "An unpublished paper, usually circulated privately among a small group of peers, to provide information or with a request for comments or editorial improvement."@en ; rdfs:subClassOf :Work . :WorkshopProceedings a owl:Class ; rdfs:label "workshop proceedings"@en ; rdfs:comment "A document containing the programme and collected workshop papers, or their abstracts, presented at a workshop or similar event."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :WorkshopPaper ], :AcademicProceedings . :analog-magnetic-tape a :AnalogStorageMedium, owl:NamedIndividual ; rdfs:label "analog magnetic tape"@en ; rdfs:comment "An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool. "@en . :cd a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "CD"@en, "compact disk"@en ; rdfs:comment "A non-rewritable optical disc used to store digital data."@en . :cloud a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "cloud" ; rdfs:comment "A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid."@en . :dateLastUpdated a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "date last updated"@en ; rdfs:comment "The date on which a particular endeavour, such as an ontology, was last updated."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :digital-magnetic-tape a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "digital magnetic tape"@en ; rdfs:comment "A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool."@en . :dvd a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "DVD", "digital versatile disc"@en, "digital video disc"@en ; rdfs:comment "A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data."@en . :film a :AnalogStorageMedium, owl:NamedIndividual ; rdfs:label "film"@en ; rdfs:comment "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."@en . :floppy-disk a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "floppy disk"@en ; rdfs:comment "A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk."@en . :hard-drive a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "HD"@en, "hard drive"@en ; rdfs:comment "A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters."@en . :hasAccessDate a owl:DatatypeProperty ; rdfs:label "has access date"@en ; rdfs:comment "The date on which a particular digital item, such as a PDF or an HTML file, has been accessed by somebody."@en ; rdfs:domain :Item ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasArXivId a owl:DatatypeProperty ; rdfs:label "has ArXiv identifier"@en ; rdfs:comment "An identifier used by the preprint repository ArXiv."@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf dcterms:identifier . :hasCODEN a owl:DatatypeProperty ; rdfs:label "has CODEN"@en ; rdfs:comment "A CODEN is a six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications."@en ; rdfs:seeAlso ; rdfs:subPropertyOf dcterms:identifier . :hasCharacterCount a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has character count"@en ; rdfs:comment "The count of the number of characters in a textual resource."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:positiveInteger ; rdfs:subPropertyOf owl:topDataProperty . :hasCopyrightYear a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has copyright year"@en ; rdfs:comment "The year in which an entity has been copyrighted."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:gYear ; rdfs:subPropertyOf dcterms:date . :hasCorrectionDate a owl:DatatypeProperty ; rdfs:label "has correction date"@en ; rdfs:comment "The date on which something, for example a document, is corrected."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDateCollected a owl:DatatypeProperty ; rdfs:label "has date collected"@en ; rdfs:comment "The date on which some item has been collected, for example the data gathered by means of questionnaires."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDateReceived a owl:DatatypeProperty ; rdfs:label "has date received"@en ; rdfs:comment "The date on which some item is received, for example a document being received by a publisher."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDeadline a owl:DatatypeProperty ; rdfs:label "has deadline"@en ; rdfs:comment "A date by which something has to be done."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDecisionDate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has decision date"@en ; rdfs:comment "The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDepositDate a owl:DatatypeProperty ; rdfs:label "has deposit date"@en ; rdfs:comment "The date on which an entity has been deposited, for example in a library, repository, supplementary information archive, database or similar place of document or information storage."@en ; rdfs:domain :Item ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasDiscipline a owl:ObjectProperty ; rdfs:label "has discipline"@en ; rdfs:comment "The discipline to which a subject vocabulary belongs."@en ; rdfs:domain [ a owl:Class ; owl:unionOf ( :TermDictionary frbr:Endeavour ) ] ; rdfs:range :SubjectDiscipline ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf :isDisciplineOf ; owl:propertyDisjointWith :isSchemeOf . :hasDistributionDate a owl:DatatypeProperty ; rdfs:label "has preprint dissemination date"@en ; rdfs:comment "The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasElectronicArticleIdentifier a owl:DatatypeProperty ; rdfs:label "has electronic article identifier"@en ; rdfs:comment "A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to prism:startingPage when the article lacks page numbers"@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . :hasEmbargoDate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has embargo date"@en ; rdfs:comment "The date before which an entity should not be published, or before which a press release should not be reported on. For open-access journal articles, the embargo date is the date before which availability of the open-access version of the article is restricted by the publisher, following subscription-access availability of the published work. The duration of the embargo period can be specified by fabio:hasEmbargoDuration."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasEmbargoDuration a owl:DatatypeProperty ; rdfs:label "has embargo period"@en ; rdfs:comment "The time period for which an entity is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on. For open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work. The end of the embargo period can be specified by fabio:hasEmbargoDate."@en ; rdfs:subPropertyOf dcterms:date . :hasHandle a owl:DatatypeProperty ; rdfs:label "has handle"@en ; rdfs:comment "A persistent identifier of the Handel system for digital objects and other resources on the Internet."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:identifier . :hasIssnL a owl:DatatypeProperty ; rdfs:label "has ISSN-L"@en ; rdfs:comment "A linking International Standard Serial Number."@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf dcterms:identifier . :hasManifestation a owl:ObjectProperty ; rdfs:label "has manifestation"@en ; rdfs:comment "A property linking a particular work to its manifestations. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Work ; rdfs:range frbr:Manifestation ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:inverseOf :isManifestationOf ; owl:propertyChainAxiom ( frbr:realization frbr:embodiment ) . :hasNLMJournalTitleAbbreviation a owl:DatatypeProperty ; rdfs:label "has National Library of Medicine journal title abbreviation"@en ; rdfs:comment "An internal identifier for the abbreviation of the title of journals available from the National Library of Medicine repository."@en ; rdfs:subPropertyOf dcterms:identifier, :hasShortTitle . :hasNationalLibraryOfMedicineJournalId a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has National Library of Medicine journal identifier"@en ; rdfs:comment "An internal identifier for journals available from the National Library of Medicine repository."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[0-9]+" ] ) ] ; rdfs:subPropertyOf dcterms:identifier . :hasPII a owl:DatatypeProperty ; rdfs:label "has PII"@en ; rdfs:comment "Has Publisher Item Identifier"@en ; rdfs:seeAlso ; rdfs:subPropertyOf dcterms:identifier . :hasPageCount a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has page count"@en ; rdfs:comment "The count of the number of pages in a textual resource."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:positiveInteger ; rdfs:subPropertyOf owl:topDataProperty . :hasPatentNumber a owl:DatatypeProperty ; rdfs:label "has patent number"@en ; rdfs:comment "A unique identifing number issued by a patent authority to identify a patent, displayed at the beginning of the patent document."@en ; rdfs:subPropertyOf dcterms:identifier . :hasPlaceOfPublication a owl:ObjectProperty ; rdfs:label "has place of publication"@en ; rdfs:comment "The place (usually, the city) where the publisher of a particular bibliographic resource is located."@en ; rdfs:domain frbr:Endeavour ; rdfs:range frbr:Place . :hasPortrayal a owl:ObjectProperty ; rdfs:label "has portrayal"@en ; rdfs:comment "A property linking a particular work to its items. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Work ; rdfs:range frbr:Item ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:inverseOf :isPortrayalOf ; owl:propertyChainAxiom ( frbr:realization frbr:embodiment frbr:exemplar ) . :hasPrimarySubjectTerm a owl:ObjectProperty ; rdfs:label "has primary subject term"@en ; rdfs:comment "This property is used to associate a frbr:Endeavour to a term in a particular classification system - and the term is considered one of the main topics for the endeavour in consideration."@en ; rdfs:subPropertyOf :hasSubjectTerm . :hasPubMedCentralId a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has PubMed Central identifier"@en ; rdfs:comment "An identifier for bibliographic entities hosted by the PubMed Central repository."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:identifier . :hasPubMedId a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has PubMed identifier"@en ; rdfs:comment "An identifier for bibliographic records held by the PubMed repository."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:identifier . :hasPublicationYear a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has publication year"@en ; rdfs:comment "The year in which a resource is published."@en ; rdfs:range xsd:gYear ; rdfs:subPropertyOf dcterms:issued . :hasRepresentation a owl:ObjectProperty ; rdfs:label "has representation"@en ; rdfs:comment "A property linking a particular expression to its items. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Expression ; rdfs:range frbr:Item ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:inverseOf :isRepresentationOf ; owl:propertyChainAxiom ( frbr:embodiment frbr:exemplar ) . :hasRequestDate a owl:DatatypeProperty ; rdfs:label "has request date"@en ; rdfs:comment "The date on which an agent is requested to do something, for example a reviewer is requested to write a review of a paper submitted to a journal for publication, or an author is requested to supply a revised version of the paper in response to the reviews received."@en ; rdfs:subPropertyOf dcterms:date . :hasRetractionDate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has retraction date"@en ; rdfs:comment "The date on which something, for example a claim or a journal article, is retracted."@en ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf dcterms:date . :hasSICI a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has SICI"@en, "has Serial Item and Contribution Identifier"@en ; rdfs:comment "The Serial Item and Contribution Identifier is a code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions."@en ; rdfs:domain frbr:Endeavour ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:identifier . :hasSeason a owl:DatatypeProperty ; rdfs:label "has season"@en ; rdfs:comment "Permits specification of the season of the year, for example spring, summer, autumn and winter in British English."@en ; rdfs:subPropertyOf owl:topDataProperty . :hasSequenceIdentifier a owl:DatatypeProperty ; rdfs:label "has number"@en ; rdfs:comment "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."@en ; rdfs:domain frbr:Endeavour ; rdfs:subPropertyOf owl:topDataProperty . :hasStandardNumber a owl:DatatypeProperty ; rdfs:label "has standard number"@en ; rdfs:comment "The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite."@en ; rdfs:subPropertyOf dcterms:identifier . :hasSubtitle a owl:DatatypeProperty ; rdfs:label "has subtitle"@en ; rdfs:comment "A secondary title that follows the main title of a work."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:title . :hasTranslatedSubtitle a owl:DatatypeProperty ; rdfs:label "has translated subtitle"@en ; rdfs:comment "A version of the subtitle of an entity translated into another language, which may be specified using the object property dcterms:language."@en ; rdfs:subPropertyOf dcterms:title . :hasTranslatedTitle a owl:DatatypeProperty ; rdfs:label "has translated title"@en ; rdfs:comment "A version of the title of an entity translated into another language, which may be specified using the object property dcterms:language."@en ; rdfs:subPropertyOf dcterms:title . :hasURL a owl:DatatypeProperty ; rdfs:label "has URL"@en ; rdfs:comment "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:anyURI ; rdfs:subPropertyOf dcterms:identifier . :hasVolumeCount a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "has volume count"@en ; rdfs:comment "The count of the number of volumes a work includes."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:nonNegativeInteger ; rdfs:subPropertyOf owl:topDataProperty . :internet a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "internet"@en ; rdfs:comment "A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet. "@en . :intranet a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "intranet" ; rdfs:comment "A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization."@en . :paper a :AnalogStorageMedium, owl:NamedIndividual ; rdfs:label "paper" ; rdfs:comment "A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging."@en . :ram a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "RAM"@en, "random access memory"@en ; rdfs:comment "Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape."@en . :solid-state-memory a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "solid state memory"@en ; rdfs:comment "A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive."@en . :usesCalendar a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:label "uses calendar"@en ; rdfs:comment "A property that identifies the calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar."@en ; rdfs:subPropertyOf owl:topDataProperty . :vinyl-disk a :AnalogStorageMedium, owl:NamedIndividual ; rdfs:label "vinyl disk"@en ; rdfs:comment "An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove."@en . :web a :DigitalStorageMedium, owl:NamedIndividual ; rdfs:label "WWW"@en, "Web"@en, "World Wide Web"@en ; rdfs:comment "A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet."@en . vann:preferredNamespacePrefix a owl:AnnotationProperty . vann:preferredNamespaceUri a owl:AnnotationProperty . rdfs:comment a owl:AnnotationProperty . rdfs:label a owl:AnnotationProperty . rdfs:seeAlso a owl:AnnotationProperty . owl:Thing a owl:Class . owl:versionInfo a owl:AnnotationProperty . :Abstract a owl:Class ; rdfs:label "abstract"@en ; rdfs:comment "A brief summary of a work on a particular subject, designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents. The abstract may be an integral part of the work itself, written by the same author(s) and appearing at the beginning of a work such as a research paper, report, review or thesis. Alternatively it may be separate from the published work itself, and written by someone other than the author(s) of the published work, for example by a member of a professional abstracting service such as CAB Abstracts."@en ; rdfs:seeAlso :StructuredSummary ; rdfs:subClassOf :Expression ; owl:disjointWith :StructuredSummary . :Anthology a owl:Class ; rdfs:label "anthology"@en ; rdfs:comment "A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers."@en ; rdfs:subClassOf :ExpressionCollection . :ArchivalDocumentSet a owl:Class ; rdfs:label "archival document set"@en ; rdfs:comment "A collection of archival document."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :ArchivalDocument ], [ a owl:Restriction ; owl:allValuesFrom :ArchivalDocument ; owl:onProperty frbr:part ], :ExpressionCollection . :ArtisticWork a owl:Class ; rdfs:label "artistic work"@en ; rdfs:comment "It describes any work regarded as art in its widest sense, including works from literature and music, visual art, etc."@en ; rdfs:subClassOf :Work . :AuthorityFile a owl:Class ; rdfs:label "authority file"@en ; rdfs:comment "A controlled vocabulary or official list that establishes, for consistency, the authoritative forms of headings, and the preferred terms or proper names to be used, when creating a catalogue or when indexing and searching a set of entities within a defined domain."@en ; rdfs:subClassOf :ControlledVocabulary . :BachelorsThesis a owl:Class ; rdfs:label "bachelor's thesis"@en ; rdfs:comment "A thesis reporting a research project undertaken as part of an undergraduate course of education leading to a bachelor's degree."@en ; rdfs:subClassOf :Thesis . :Blog a owl:Class ; rdfs:label "blog"@en ; rdfs:comment "A Web publication medium containing blog posts."@en ; rdfs:subClassOf :WebManifestation . :BookSet a owl:Class ; rdfs:label "book set"@en ; rdfs:comment "A set of books having certain characteristics in common that informally allow their identification together as a group - for instance, the books of the Harry Potter saga."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Book ], :ExpressionCollection . :CaseForSupport a owl:Class ; rdfs:label "case for support"@en ; rdfs:comment "A part of a grant application that provides a description of a proposed project and gives reasons why it is worthy of funding. (See also fabio:GrantApplication)."@en ; rdfs:subClassOf :Work . :CaseReport a owl:Class ; rdfs:label "case report"@en ; rdfs:comment "A report about a particular case or situation."@en ; rdfs:subClassOf :Report . :Catalog a owl:Class ; rdfs:label "catalog"@en ; rdfs:comment "A list of items describing the content of a resource, for example items in an exhibition, items offered for sale by a vendor, or entities contained within a library or collection. Ideally, catalogs are created according to specific and uniform principles of construction and are under the control of an authority file."@en ; rdfs:subClassOf :Specification . :Chapter a owl:Class ; rdfs:label "chapter"@en ; rdfs:comment "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."@en ; rdfs:subClassOf :Expression . :CollectedWorks a owl:Class ; rdfs:label "collected works"@en ; rdfs:comment "A collection of the literary or scholastic works of a single person."@en ; rdfs:subClassOf :Anthology . :Comment a owl:Class ; rdfs:label "comment"@en ; rdfs:comment "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program."@en ; rdfs:subClassOf :Expression . :ConferencePaper a owl:Class ; rdfs:label "conference paper"@en ; rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."@en ; rdfs:subClassOf :ProceedingsPaper . :DisciplineDictionary a owl:Class ; rdfs:label "discipline dictionary"@en ; rdfs:comment "A discipline dictionary is a collection of subject disciplines."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :SubjectDiscipline ; owl:onProperty :isSchemeOf ], skos:ConceptScheme ; owl:disjointWith :TermDictionary . :DoctoralThesis a owl:Class ; rdfs:label "doctoral thesis"@en ; rdfs:comment "A thesis reporting the research undertaken during a period of graduate study leading to a doctoral degree."@en ; rdfs:subClassOf :Thesis . :Excerpt a owl:Class ; rdfs:label "excerpt"@en ; dc:description """An excerpt is more general than a quotation, and is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said. For example: Oxford 01865 Oxshott 01372 Oxted 01883 Oxton 01578 is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory. Similarly, the following concluding passage from William Wordsworth's poem Lines written a Few Miles above Tintern Abbey is an excerpt rather than a quotation: Nor wilt thou then forget, That after many wanderings, many years Of absence, these steep woods and lofty cliffs, And this green pastoral landscape, were to me More dear, both for themselves and for thy sake."""@en ; rdfs:comment """A segment or passage selected from a larger expression for use in another expression, usually with specific attribution to its original source. [Note: Use fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech, and fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech.]"""@en ; rdfs:seeAlso :Quotation ; rdfs:subClassOf :Expression . :GrantApplication a owl:Class ; rdfs:label "grant application"@en ; rdfs:comment "A formal written request for financial support from a grant-giving body in support of a project, for example an academic research project. (See also fabio:CaseForSupport.)"@en ; rdfs:subClassOf :Work . :Journal a owl:Class ; rdfs:label "journal"@en ; rdfs:comment "A scholarly periodical primarily devoted to the publication of original research papers. [Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.]"@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :JournalVolume ], [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :JournalIssue ], :Periodical . :JournalNewsItem a owl:Class ; rdfs:label "journal news item"@en ; rdfs:comment "A news report published in a journal issue."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :JournalIssue ], :NewsItem . :Magazine a owl:Class ; rdfs:label "magazine"@en ; rdfs:comment "A periodical, usually devoted to a particular topic or domain of interest, and usually published weekly or monthly, consisting primarily of non-peer reviewed editorials, journalistic news items and more substantive articles, reviews, book reviews and discussions concerning current or recent events and publications, and matters of interest to the domain served by the magazine. [Some scientific journals, notably Science and Nature, also secondarily serve as science magazines by containing substantive editorials and news items on vital or controversial issues]."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :MagazineIssue ], :Periodical . :MagazineNewsItem a owl:Class ; rdfs:label "magazine news item"@en ; rdfs:comment "A news report published in a magazine issue."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :MagazineIssue ], :NewsItem . :MastersThesis a owl:Class ; rdfs:label "master's thesis"@en ; rdfs:comment "A thesis reporting a research project undertaken as part of a graduate course of education leading to a master's degree."@en ; rdfs:subClassOf :Thesis . :Micropost a owl:Class ; rdfs:label "micropost"@en ; rdfs:comment "A content item that is published in a Microblog, typically containing just a short sentence, a single image, or a URL."@en ; rdfs:subClassOf :Entry, :WebContent . :MinimalInformationStandard a owl:Class ; rdfs:label "minimal information standard"@en ; rdfs:comment "A metadata standard specifying items to be included when creating metadata describing a dataset of a particular type, or when creating a structured summary of the main findings of an article or report in a particular domain of interest, thereby ensuring adequate descriptive information is recorded for subsequent resource discovery and/or interpretation of the information described. [See also fabio:ReportingStandard.]" ; rdfs:subClassOf :Specification . :Movie a owl:Class ; rdfs:label "movie"@en ; rdfs:comment "The realization of a moving image."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :MovingImage ], :Expression . :MovingImage a owl:Class ; rdfs:label "moving image"@en ; rdfs:comment "A moving display, either generated dynamically by a computer program or formed from a series of pre-recorded still images imparting an impression of motion when shown in succession. Examples include animations, cine films, videos, and computational simulations. Expressions of moving images may incorporate synchronized soundtracks."@en ; rdfs:subClassOf :Image ; owl:disjointWith :StillImage . :MusicalComposition a owl:Class ; rdfs:label "musical composition"@en ; rdfs:comment "A piece of music, typically in the form of a composition recorded in musical notation."@en ; rdfs:subClassOf :LiteraryArtisticWork . :Newspaper a owl:Class ; rdfs:label "newspaper"@en ; rdfs:comment "A non-peer reviewed periodical, usually published daily or weekly, consisting primarily of editorials and news items concerning current or recent events and matters of public interest."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :NewspaperIssue ], :Periodical . :Ontology a owl:Class ; rdfs:label "ontology"@en ; rdfs:comment "A formal representation of a set of concepts within a domain of knowledge, and the logical relationships between those concepts. [Contrast fabio:Folksonomy]"@en ; rdfs:subClassOf :ControlledVocabulary . :Page a owl:Class ; rdfs:label "page"@en ; rdfs:comment "A manifestation that represents pages either in physical (e.g., one side of a sheet of paper) or in digital form (e.g., a page in a PDF, or a web page)."@en ; rdfs:subClassOf :Manifestation . :Patent a owl:Class ; rdfs:label "patent"@en ; rdfs:comment "A formal disclosure of a new invention approved by a governmental patent agency, made to register intellectual property rights, and to give exclusive rights to the inventor or assignee to manufacture, use, license or sell the invention for a certain number of years."@en ; rdfs:subClassOf :Specification . :PatentApplication a owl:Class ; rdfs:label "patent application"@en ; rdfs:comment "A formal disclosure of a new invention, made in application for a patent."@en ; rdfs:subClassOf :Specification . :PolicyDocument a owl:Class ; rdfs:label "policy document"@en ; rdfs:comment "A document embodying a policy that descibes and defines how something should be done. "@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Policy ], :Expression . :ProjectReport a owl:Class ; rdfs:label "deliverable report"@en ; rdfs:comment "A report describing the outcomes of specific project, typically listing 'deliverables' created or 'milestones' achieved during the project."@en ; rdfs:subClassOf :Report . :Quotation a owl:Class ; rdfs:label "quotation"@en ; dc:description """A quotation is a repetition of what someone has said, and is presented "within quotation marks", for example: On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: " . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . ." Similarly, the words "but Brutus is an honourable man" from Mark Antony's funeral speech in Shakespeare's play Julius Caesar is a quotation, since Mark Antony says these words in the play."""@en ; rdfs:comment """A passage of speech selected from a larger verbal or written expression for use in another expression, with specific attribution to its original source, and usually demarcated by quotation marks and / or by placing it in a separate indented paragraph. [Note: Use fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech, and fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech.]"""@en ; rdfs:seeAlso :Excerpt ; rdfs:subClassOf :Expression . :RapidCommunication a owl:Class ; rdfs:label "rapid communication"@en ; rdfs:comment "A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries."@en ; rdfs:seeAlso :BriefReport ; rdfs:subClassOf :Expression . :Retraction a owl:Class ; rdfs:label "retraction"@en ; rdfs:comment """A formal statement retracting a statement or publication A retraction is a public statement made about an earlier statement that withdraws, cancels, refutes, diametrically reverses the original statement or ceases and desists from publishing the original statement. """@en ; rdfs:subClassOf :Announcement . :Series a owl:Class ; rdfs:label "series"@en ; rdfs:comment "A sequence of expressions having certain characteristics in common that are formally identified together as a group."@en ; rdfs:subClassOf :ExpressionCollection . :SoundRecording a owl:Class ; rdfs:label "sound recording"@en ; rdfs:comment "The creative work of making an electrical or mechanical recording of sounds, such as the spoken voice, singing, instrumental music, animal vocalizations or sound effects. "@en ; rdfs:subClassOf :Work . :Table a owl:Class ; rdfs:label "table"@en ; rdfs:comment "A graphical means of presenting data in a grid of rows and columns, within which the cells usually contain alphanumeric text or numeric values. If included within a publication, a table typically appearing unaligned with the main body of text, with its own descriptive title."@en ; rdfs:subClassOf :Expression . :Taxonomy a owl:Class ; rdfs:label "taxonomy"@en ; rdfs:comment "A classification arranged in a hierarchical structure of classes and subclasses, showing parent-child isA relationships, or broader_than - narrower_than relationships."@en ; rdfs:subClassOf :ControlledVocabulary . :Thesaurus a owl:Class ; rdfs:label "thesaurus"@en ; rdfs:comment "A type of controlled vocabulary used in information retrieval applications for indexing or tagging purposes, in which relationships between terms are made explicit. These are normally hierarchical relationships (is-a, subsumption; e.g. a cow is a mammal), equivalency relationships relating non-preferred terms to preferred terms (e.g. pitch and frequency), or associative relationships, in which the relationship that exists is neither one of hierarchy or equivalence, but rather one of similarity (e.g. sports and leisure pursuits)."@en ; rdfs:subClassOf :ControlledVocabulary . :TrialReport a owl:Class ; rdfs:label "trial report"@en ; rdfs:comment "The report of a trial, for example an experimental trial or a legal trial."@en ; rdfs:subClassOf :Report . :UncontrolledVocabulary a owl:Class ; rdfs:label "uncontrolled vocabulary"@en ; rdfs:comment "A non-defined collection of words and phrases relating to a particular domain of knowledge, usually added freely by a community, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are not formally disambiguated."@en ; rdfs:subClassOf :Vocabulary . :VocabularyDocument a owl:Class ; rdfs:label "vocabulary document"@en ; rdfs:comment "A document containing a vocabulary"@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Vocabulary ], :Expression . :VocabularyMapping a owl:Class ; rdfs:label "vocabulary mapping"@en ; rdfs:comment "A mapping of correspondences between two vocabularies. For controlled vocabularies, such mappings may be expressed using SKOS (http://www.w3.org/2004/02/skos/)."@en ; rdfs:subClassOf :Specification . :WikiEntry a owl:Class ; rdfs:label "wiki entry"@en ; rdfs:comment "Information manifested in a wiki. "@en ; rdfs:subClassOf :Entry, :WebContent . :WorkCollection a owl:Class ; rdfs:label "work collection"@en ; dc:creator "A collection of works."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Work ], :Work . :WorkshopPaper a owl:Class ; rdfs:label "workshop paper"@en ; rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually presented at a workshop and published within a workshop proceedings volume."@en ; rdfs:subClassOf :ProceedingsPaper . :hasShortTitle a owl:DatatypeProperty ; rdfs:label "has short title"@en ; rdfs:comment "A short version of the title of an entity, typically used to label or refer to a particular entity in an abbreviated form, for example an abbreviated journal title in a reference, or a short title of a document used as the running title in a page header."@en ; rdfs:domain frbr:Endeavour ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:title . :hasSubjectTerm a owl:ObjectProperty ; rdfs:label "has subject term"@en ; rdfs:comment "This property is used to associate a frbr:Endeavour to a term in a particular classification system."@en ; rdfs:domain frbr:Endeavour ; rdfs:range :SubjectTerm ; rdfs:subPropertyOf owl:topObjectProperty . :isDisciplineOf a owl:ObjectProperty ; rdfs:label "is discipline of"@en ; rdfs:comment "This property relates a subject vocabulary to the discipline to which it belongs."@en ; rdfs:domain :SubjectDiscipline ; rdfs:range [ a owl:Class ; owl:unionOf ( :TermDictionary frbr:Endeavour ) ] ; rdfs:subPropertyOf owl:topObjectProperty ; owl:propertyDisjointWith skos:inScheme . :isManifestationOf a owl:ObjectProperty ; rdfs:label "is manifestation of"@en ; rdfs:comment "A property linking a particular manifestation to the work it is manifesting. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Manifestation ; rdfs:range frbr:Work ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:propertyChainAxiom ( frbr:embodimentOf frbr:realizationOf ) . :isPortrayalOf a owl:ObjectProperty ; rdfs:label "is portrayal of"@en ; rdfs:comment "A property linking a particular item to the work it portrays. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Item ; rdfs:range frbr:Work ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:propertyChainAxiom ( frbr:exemplarOf frbr:embodimentOf frbr:realizationOf ) . :isRepresentationOf a owl:ObjectProperty ; rdfs:label "is representation of"@en ; rdfs:comment "A property linking a particular item to the expression it represents. This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ; rdfs:domain frbr:Item ; rdfs:range frbr:Expression ; rdfs:subPropertyOf frbr:relatedEndeavour ; owl:propertyChainAxiom ( frbr:exemplarOf frbr:embodimentOf ) . xsd:gYearMonth a rdfs:Datatype . dcterms:issued a owl:DatatypeProperty ; rdfs:label "has issue date"@en ; rdfs:comment "Date of formal issuance of a resource (e.g. a publication or a patent)."@en ; rdfs:subPropertyOf dcterms:date . :AcademicProceedings a owl:Class ; rdfs:label "academic proceedings"@en ; rdfs:comment "A document containing the programme and collected papers, or their abstracts, presented at an academic meeting."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :ProceedingsPaper ], :ExpressionCollection . :AnalogItem a owl:Class ; rdfs:label "analog item"@en ; dc:description "An analog item is an exemplar of an analog manifestation only and it is always stored in a storage medium suitable for analog objects, such as paper, vinyl discs and films."@en ; rdfs:comment "A real object that is an exemplar of a fabio:Manifestation, such as a particular copy of the book 'Alice's adventures in Wonderland', that a person may own."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :isStoredOn ; owl:someValuesFrom :AnalogStorageMedium ], [ a owl:Restriction ; owl:onProperty frbr:exemplarOf ; owl:someValuesFrom :AnalogManifestation ], :Item ; owl:disjointWith :DigitalItem . :AnalogManifestation a owl:Class ; rdfs:label "analog manifestation"@en ; rdfs:comment "A manifestation in an analog form."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:exemplar ; owl:someValuesFrom :AnalogItem ], :Manifestation ; owl:disjointWith :DigitalManifestation . :Announcement a owl:Class ; rdfs:label "announcement"@en ; rdfs:comment "A formal statement about something."@en ; rdfs:subClassOf :Work . :ArchivalRecord a owl:Class ; rdfs:label "archival record"@en ; rdfs:comment "An archival record connotes a material created or received by a person, family, or organization, public or private, in the conduct of their affairs that is preserved because of the enduring value contained in the information it contains or as evidence of the function and the responsibilities of its creator."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :ArchivalDocument ; owl:onProperty frbr:realization ], :Work . :BriefReport a owl:Class ; rdfs:label "brief report"@en ; rdfs:comment "A brief report document. This term may also be used synonymously with Rapid Communication to mean 'A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.'"@en ; rdfs:subClassOf [ a owl:Class ; owl:unionOf ( :RapidCommunication :ReportDocument ) ], :Expression . :Correction a owl:Class ; rdfs:label "correction"@en ; rdfs:comment "A correction to an error in a previously published document."@en ; rdfs:subClassOf :Work . :Dataset a owl:Class ; rdfs:label "dataset"@en ; rdfs:comment "A collection of related facts, often expressed in numerical form and encoded in a defined structure."@en ; rdfs:subClassOf :Work . :Image a owl:Class ; rdfs:label "image"@en ; rdfs:comment "A visual representation other than text, including all types of moving image and still image."@en ; rdfs:subClassOf :Work . :JournalVolume a owl:Class ; rdfs:label "journal volume"@en ; rdfs:comment "A particular published volume of a journal, comprising one or more journal issues."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Journal ], :PeriodicalVolume . :NewsReport a owl:Class ; rdfs:label "news report"@en ; rdfs:comment "A report of an item of news."@en ; rdfs:subClassOf :Report . :Notebook a owl:Class ; rdfs:label "notebook"@en ; rdfs:comment "A book containing personal notes, typically created by writing into a physical book with blank pages."@en ; rdfs:subClassOf :Book . :PeriodicalVolume a owl:Class ; rdfs:label "periodical volume"@en ; rdfs:comment "A particular published volume of a periodical."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Periodical ], :Expression . :Policy a owl:Class ; rdfs:label "policy"@en ; rdfs:comment "A description and definition of how something should be done. Ideally a policy should be both effective in achieving its goals and acceptable to those who have to abide by it."@en ; rdfs:subClassOf :Work . :PrintObject a owl:Class ; rdfs:label "print object"@en ; rdfs:comment "An analog manifestation in physical printed form, typically on paper."@en ; rdfs:subClassOf :AnalogManifestation . :Proposition a owl:Class ; rdfs:label "proposition"@en ; rdfs:comment "A proposal or proposition of a new conceptualization, hypothesis, idea, theory, activity or organisation."@en ; rdfs:subClassOf :Work . :ReferenceWork a owl:Class ; rdfs:label "reference work"@en ; rdfs:comment "A work to which people refer for authoritative factual information, such as a dictionary, encyclopaedia, entry, handbook or field guide, or an informative web page such as an institutional, research group or project home page."@en ; rdfs:subClassOf :Work . :StillImage a owl:Class ; rdfs:label "still image"@en ; rdfs:comment "A recorded static visual representation. This class of image includes diagrams, drawings, graphs, graphic designs, plans, maps, photographs and prints."@en ; rdfs:subClassOf :Image . :StructuredSummary a owl:Class ; rdfs:label "structured summary"@en ; rdfs:comment "A structured summary containing essential metadata describing a research investigation and/or the research outputs that have resulted from it, for example datasets and journal articles, structured according to some minimal information standard. Such a structured summary can be embodied in both human-readable and machine-readable manifestations, e.g. HTML and RDF. Such a structured summary differs from the Abstract of a journal article, in that the latter is written as a piece of continuous prose, but typically omits vital factual information about the investigation, such as when and where it was conducted, by whom, and on now many specimens or subjects."@en ; rdfs:seeAlso :Abstract ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :MinimalInformationStandard ], :SpecificationDocument . :SubjectTerm a owl:Class ; rdfs:label "subject term"@en ; rdfs:comment "A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of an entity."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty skos:inScheme ; owl:someValuesFrom :TermDictionary ], skos:Concept . :isStoredOn a owl:ObjectProperty ; rdfs:label "is stored on"@en ; rdfs:comment "This property relates a fabio:Item to the medium upon which it is stored."@en ; rdfs:domain :Item ; rdfs:range :StorageMedium ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf :stores . xsd:date a rdfs:Datatype . :ArchivalDocument a owl:Class ; rdfs:label "archival document"@en ; rdfs:comment "An archival document is a realization of the content related to an archival record. It can be exemplified as a book, a document, a letter, a database, etc."@en ; rdfs:subClassOf :Expression . :DigitalManifestation a owl:Class ; rdfs:label "digital manifestation"@en ; rdfs:comment "A manifestation that represents data in binary form, encoding the data as a series of 0s and 1s."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:exemplar ; owl:someValuesFrom :DigitalItem ], :Manifestation . :Editorial a owl:Class ; rdfs:label "editorial"@en ; rdfs:comment "The realization of an opinion written by an editor."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Opinion ], :Expression . :InstructionalWork a owl:Class ; rdfs:label "instructional work"@en ; rdfs:comment "A work created for the purpose of education or instruction, that may be expressed as a text book, a lecture, a tutorial or an instruction manual."@en ; rdfs:subClassOf :Work . :Opinion a owl:Class ; rdfs:label "opinion"@en ; rdfs:comment "An expression of a personal or professional opinion on an issue or topic."@en ; rdfs:subClassOf :Work . :ProceedingsPaper a owl:Class ; rdfs:label "proceedings paper"@en ; rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."@en ; rdfs:subClassOf :Expression . :ReportDocument a owl:Class ; rdfs:label "report document"@en ; rdfs:comment "The realization of a report, usually in printed form."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Report ], :Expression . :Repository a owl:Class ; rdfs:label "repository"@en ; rdfs:comment "A computer system in which information may be stored."@en ; rdfs:subClassOf :Expression . :SubjectDiscipline a owl:Class ; rdfs:label "subject discipline"@en ; rdfs:comment "A concept that identifies a field of knowledge or human activity defined in a controlled vocabulary, such as Computer Science, Biology, Economics, Cookery or Swimming."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty skos:inScheme ; owl:someValuesFrom :DisciplineDictionary ], skos:Concept . :Thesis a owl:Class ; rdfs:label "thesis"@en ; rdfs:comment "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation. [For the alternative meaning of the word 'thesis', namely the formulation of a concept, hypothesis, idea, point of view or theory presented for review and/or discussion, use fabio:Proposition.]"@en ; rdfs:subClassOf :Book . :Vocabulary a owl:Class ; rdfs:label "vocabulary"@en ; rdfs:comment "A set of words, either constituting a language, or more specifically used to describe a particular domain of knowledge."@en ; rdfs:subClassOf :Work . :WebContent a owl:Class ; rdfs:label "web content"@en ; rdfs:comment "Information prepared specifically and primarily for manifestation in a web page, comprising text, images, datasets and/or other works."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:embodiment ; owl:someValuesFrom :WebManifestation ], :Expression . :isSchemeOf a owl:ObjectProperty ; rdfs:label "is scheme of"@en ; rdfs:comment "This property expresses the fact that a scheme contains a concept."@en ; rdfs:domain skos:ConceptScheme ; rdfs:range skos:Concept ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf skos:inScheme . :stores a owl:ObjectProperty ; rdfs:label "stores"@en ; rdfs:comment "This property relates a storage medium to the fabio:Item stored upon it."@en ; rdfs:domain :StorageMedium ; rdfs:range :Item ; rdfs:subPropertyOf owl:topObjectProperty . xsd:gYear a rdfs:Datatype . :Article a owl:Class ; rdfs:label "article"@en ; rdfs:comment "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."@en ; rdfs:subClassOf :Expression . :ComputerProgram a owl:Class ; rdfs:label "computer program"@en ; rdfs:comment "A unit of computer code in source or compiled form, employing one or more algorithms to be executed by a digital computer to undertake a particular task. Computer programs are collectively called 'software' to distinguish them from the equipment ('hardware') upon which they run. "@en ; rdfs:subClassOf :Expression . :ControlledVocabulary a owl:Class ; rdfs:label "controlled vocabulary"@en ; rdfs:comment "A collection of selected words and phrases related to a particular domain of knowledge used to permit consistency of metadata annotation and improved retrieval following a search, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are disambiguated."@en ; rdfs:subClassOf :Vocabulary . :Database a owl:Class ; rdfs:label "database"@en ; rdfs:comment "A structured collection of logically related records or data usually stored and retrieved using computer-based means."@en ; rdfs:subClassOf :Expression . :DigitalItem a owl:Class ; rdfs:label "digital item"@en ; dc:description "A digital item is an exemplar of a digital manifestation only and it is always stored in a storage medium suitable for digital objects, such as CDs, DVDs, HDs and the Web."@en ; rdfs:comment "A digital object, such as a computer file."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:exemplarOf ; owl:someValuesFrom :DigitalManifestation ], [ a owl:Restriction ; owl:onProperty :isStoredOn ; owl:someValuesFrom :DigitalStorageMedium ], :Item . :JournalIssue a owl:Class ; rdfs:label "journal issue"@en ; rdfs:comment "A particular published issue of a journal, one or more of which will constitute a volume of the journal."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :JournalVolume ], :PeriodicalIssue . :MagazineIssue a owl:Class ; rdfs:label "magazine issue"@en ; rdfs:comment "A particular published issue of a magazine, identified by date, and sometimes also by place (e.g. 'West Coast edition') or language (e.g. 'Spanish edition')."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Magazine ], :PeriodicalIssue . :Manuscript a owl:Class ; rdfs:label "manuscript"@en ; rdfs:comment "A textual work prepared 'by hand', such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies. [Note: fabio:Manuscript is not intended to describe a handwritten historical document on paper or parchment, for which the FRBR distinctions between work, expression, manifestation and item (individual copy) becomes blurred.]."@en ; rdfs:subClassOf :Expression . :NewspaperIssue a owl:Class ; rdfs:label "newspaper issue"@en ; rdfs:comment "A particular published issue of a newspaper, identified by date, and sometimes also by place or time (e.g. 'Late London Edition')."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Newspaper ], :PeriodicalIssue . :SpecificationDocument a owl:Class ; rdfs:label "specification document"@en ; rdfs:comment "The realization of a specification (a standard, a workflow, etc.)."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :Specification ], :Expression . :StorageMedium a owl:Class ; rdfs:label "storage medium"@en ; rdfs:comment "A device for recording information or storing data."@en . :TermDictionary a owl:Class ; rdfs:label "term dictionary"@en ; dc:description "A term dictionary is a collection of subject terms."@en ; rdfs:comment "A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :SubjectTerm ; owl:onProperty :isSchemeOf ], skos:ConceptScheme . frbr:embodimentOf a owl:ObjectProperty ; rdfs:label "is embodiment of"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing an expression that is embodied by a manifestation."@en . skos:Concept a owl:Class ; rdfs:label "concept"@en ; rdfs:comment """A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive. The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS. Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."""@en ; owl:disjointWith skos:ConceptScheme . skos:inScheme a owl:ObjectProperty ; rdfs:label "is in scheme"@en ; rdfs:comment "This property expresses the fact that a concept is a part of a scheme."@en ; rdfs:domain skos:Concept ; rdfs:range skos:ConceptScheme ; rdfs:subPropertyOf owl:topObjectProperty . dcterms:title a owl:DatatypeProperty ; rdfs:label "has title"@en ; rdfs:comment "A name given to a resource. Typically, the title will be the name by which the resource is formally known."@en . :AnalogStorageMedium a owl:Class ; rdfs:label "analog storage medium"@en ; rdfs:comment "A means of storing information in non-digital form, e.g. paper, film (for analogue photographs or movies), magnetic tape (for analogue sound recordings or video recordings) or vinyl disc."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :AnalogItem ; owl:onProperty :stores ], :StorageMedium . :Entry a owl:Class ; rdfs:label "entry"@en ; rdfs:comment "An item written or printed in a diary, list, account book, reference book, or database."@en ; rdfs:subClassOf :Expression . :NewsItem a owl:Class ; rdfs:label "news item"@en ; rdfs:comment "A published news report."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:realizationOf ; owl:someValuesFrom :NewsReport ], :Expression . :Periodical a owl:Class ; rdfs:label "periodical"@en ; rdfs:comment "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :PeriodicalIssue ], :ExpressionCollection . :PeriodicalIssue a owl:Class ; rdfs:label "periodical issue"@en ; rdfs:comment "A particular issue of a periodical, identified and distinguished from other issues of the same publication by date and/or issue number and/or volume number, and comprising separate periodical items such as editorials, articles and news items."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:partOf ; owl:someValuesFrom :Periodical ], :Expression . :Review a owl:Class ; rdfs:label "review"@en ; rdfs:comment "A review of others' work."@en ; rdfs:subClassOf :Work . :WebManifestation a owl:Class ; rdfs:label "web manifestation"@en ; rdfs:comment "A digital manifestation on the Web, such as a wiki, a web site, a web page or a blog."@en ; rdfs:subClassOf :DigitalManifestation . frbr:Expression a owl:Class . frbr:Manifestation a owl:Class . frbr:embodiment a owl:ObjectProperty ; rdfs:label "has embodiment"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodiment), a property representing a manifestation that embodies an expression."@en . frbr:exemplar a owl:ObjectProperty ; rdfs:label "has exemplar"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#exemplar), a property representing an item that exemplifies a manifestation."@en . frbr:exemplarOf a owl:ObjectProperty ; rdfs:label "is exemplar of"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing a manifestation that is exemplified by an item."@en . frbr:realization a owl:ObjectProperty ; rdfs:label "has realization"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realization), a property representing an expression that is an intellectual or artistic realization of a work."@en . skos:ConceptScheme a owl:Class ; rdfs:label "concept scheme"@en ; rdfs:comment """A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts. Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model stated below. The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems. """@en . :ExpressionCollection a owl:Class ; rdfs:label "expression collection"@en ; rdfs:comment "A collection of expressions, for example a periodical or a book series."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty frbr:part ; owl:someValuesFrom :Expression ], :Expression . :LiteraryArtisticWork a owl:Class ; rdfs:label "literary artistic work"@en ; rdfs:comment "A literary creative work, such as a novel, play, poem or song."@en ; rdfs:subClassOf :ArtisticWork . :Metadata a owl:Class ; rdfs:label "metadata"@en ; rdfs:comment "A separate work that provides information describing one or more characteristics of a resource or entity."@en ; rdfs:subClassOf :Work . :ScholarlyWork a owl:Class ; rdfs:label "scholarly work"@en ; rdfs:comment "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."@en ; rdfs:subClassOf :Work . frbr:relatedEndeavour a owl:ObjectProperty . :Book a owl:Class ; rdfs:label "book"@en ; rdfs:comment "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'."@en ; rdfs:subClassOf :Expression . :Manifestation a owl:Class ; rdfs:label "manifestation"@en ; dc:description "A fabio:Manifestation can only have part or be part of another fabio:Manifestation. Moreover, it can be an embodiment only of a fabio:Expression and it can be exemplified only by fabio:Item(s)."@en ; rdfs:comment """A subclass of FRBR manifestation, restricted to manifestations of fabio:Expressions. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions. Examples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page."""@en ; rdfs:subClassOf [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom frbr:Manifestation ; owl:onProperty frbr:part ] [ a owl:Restriction ; owl:allValuesFrom frbr:Manifestation ; owl:onProperty frbr:partOf ] ) ], [ a owl:Restriction ; owl:allValuesFrom :Item ; owl:onProperty frbr:exemplar ], [ a owl:Restriction ; owl:allValuesFrom :Expression ; owl:onProperty frbr:embodimentOf ], frbr:Manifestation . :Report a owl:Class ; rdfs:label "report"@en ; rdfs:comment "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."@en ; rdfs:subClassOf :Work . frbr:Item a owl:Class . frbr:Work a owl:Class . :Item a owl:Class ; rdfs:label "item"@en ; dc:description "A fabio:Item can only have part or be part of another fabio:Item. Moreover, it can be an exemplar only of a fabio:Manifestation."@en ; rdfs:comment "A subclass of FRBR item, restricted to exemplars of fabio:Manifestations. An example of a fabio:Item is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive. "@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :Manifestation ; owl:onProperty frbr:exemplarOf ], [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom frbr:Item ; owl:onProperty frbr:part ] [ a owl:Restriction ; owl:allValuesFrom frbr:Item ; owl:onProperty frbr:partOf ] ) ], frbr:Item . :DigitalStorageMedium a owl:Class ; rdfs:label "digital storage medium"@en ; rdfs:comment "A means of storing information in digital form, involving binary encoding of data in 0s and 1s, e.g. a computer random access memory, hard disc, USB stick, CD, DVD or digital magnetic tape."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :DigitalItem ; owl:onProperty :stores ], :StorageMedium . :Specification a owl:Class ; rdfs:label "specification"@en ; rdfs:comment "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."@en ; rdfs:subClassOf :Work . owl:topObjectProperty a owl:ObjectProperty . owl:topDataProperty a owl:DatatypeProperty . dcterms:identifier a owl:DatatypeProperty ; rdfs:label "has identifier"@en ; rdfs:comment """A unique and unambiguous reference to the resource within a given context. Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."""@en . dcterms:date a owl:DatatypeProperty ; rdfs:label "has date"@en ; rdfs:comment """A point or period of time associated with an event in the lifecycle of the resource. Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [http://www.w3.org/TR/NOTE-datetime]."""@en . frbr:partOf a owl:ObjectProperty ; rdfs:label "is part of"@en ; rdfs:comment "Meaning = is part of. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity is a part of another entity."@en . frbr:part a owl:ObjectProperty ; rdfs:label "has part"@en ; rdfs:comment "Meaning = has part. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#part), a property indicating that one entity includes another entity."@en . frbr:realizationOf a owl:ObjectProperty ; rdfs:label "is realization of"@en ; rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realizationOf), a property representing the work that has been realized by an expression."@en . :Work a owl:Class ; rdfs:label "work"@en ; dc:description "A fabio:Work can only have part or be part of another fabio:Work. Moreover, it can be realized only by fabio:Expression(s)."@en ; rdfs:comment "A subclass of FRBR work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references. FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content. However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, fabio:Work is not an equivalent class to frbr:ScholarlyWork. An example of a fabio:Work is your latest research paper."@en ; rdfs:subClassOf [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom frbr:Work ; owl:onProperty frbr:part ] [ a owl:Restriction ; owl:allValuesFrom frbr:Work ; owl:onProperty frbr:partOf ] ) ], [ a owl:Restriction ; owl:allValuesFrom :Expression ; owl:onProperty frbr:realization ], frbr:Work . frbr:Endeavour a owl:Class . :Expression a owl:Class ; rdfs:label "expression"@en ; dc:description "A fabio:Expression can only have part or be part of another fabio:Expression. Moreover, it can be a representation only of a fabio:Work, and it can be embodied only in fabio:Manifestation(s)."@en ; rdfs:comment "A subclass of FRBR expression, restricted to expressions of fabio:Works. For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work. "@en ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom :Work ; owl:onProperty frbr:realizationOf ], [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom frbr:Expression ; owl:onProperty frbr:part ] [ a owl:Restriction ; owl:allValuesFrom frbr:Expression ; owl:onProperty frbr:partOf ] ) ], [ a owl:Restriction ; owl:allValuesFrom :Manifestation ; owl:onProperty frbr:embodiment ], frbr:Expression . [] a owl:AllDisjointClasses ; owl:members ( :BachelorsThesis :DoctoralThesis :MastersThesis ) . [] a owl:AllDisjointClasses ; owl:members ( :AuthorityFile :Taxonomy :Thesaurus ) .