Citations Ontology Specification

This version:
http://swan.mindinformatics.org/spec/1.2/citations.html (owl)
Latest version:
http://swan.mindinformatics.org/spec/1.2/citations.html (owl)
Previous version:
Citations V. 1.1 (owl)
Last update:
Date: 2008/12/19 23:30:00
Revision:
Revision: 1.2
Authors:
Paolo Ciccarese - Massachusetts General Hospital / Harvard Medical School
Contributors:
Tim Clark - Massachusetts General Hospital / Harvard Medical School
Elizabeth Wu - Alzheimer Research Forum
Marco Ocana - Balboa Systems Inc.
Alan Ruttenberg - Science Commons

Copyright © 2007-2009 by Massachusetts General Hospital, Boston, Massachusetts, USA.

This work is licensed under a Creative Commons Attribution License. This copyright applies to the SWAN Ontology Specification and accompanying documentation in RDF. Regarding underlying technology, SWAN uses W3C's RDF technology, an open Web standard that can be freely used by anyone.

This visual layout and structure of the specification was adapted from the FOAF Vocabulary Specification and the SIOC Core Ontology Specification by Paolo Ciccarese.

Abstract

SWAN (Semantic Web Applications in Neuromedicine) is an interdisciplinary project to develop a practical, common, semantically-structured, framework for biomedical discourse initially applied, but not limited, to significant problems in Alzheimer Disease (AD) research. The SWAN ontology of scientific discourse has been developed in the context of building a series of applications for biomedical researchers, as well as extensive discussions and collaborations with the larger bio-ontologies community.

The Citations ontology defines a set of entities useful for referencing scientific publications.

Status of this document

This specification is currently an evolving document and it is not yet complete.

Table of contents


1. Introduction

The Citations ontology defines a set of entities useful for referencing scientific publications.

1.1. Terminology and notation

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Namespace URIs of the general form "http://www.example.com/" represent some application-dependent or context-dependent URI as defined in RFC 2396.

The XML Namespace URIs that MUST be used by implementations of this specification is: http://swan.mindinformatics.org/ontologies/1.2/citations/

2. Citations ontology at a glance

An alphabetical index of Citations ontology terms, by class (concepts) and by property (relationships, attributes), are given below. All the terms are hyperlinked to their detailed description for quick reference.

Classes: | Book | Citation | CitationsList | NewspaperArticle | NewspaperNews | JournalArticle | JournalComment | JournalNews | WebArticle | WebComment | WebNews |

Properties: | contributionAuthor | contributionAuthors | contributionEditor | contributionEditors | contributionPublisher | contributionPublicationDate | contributionPublicationPlace | doi | isbn10 | isbn13 | issn | issue | journalName | newspaperName | pagination | title | volume | websiteName |

3. The Citations ontology overview

Digital Resources in SWAN can be journal articles, published comments, news, a web page about a gene, as well as simple images or data files. Nowadays the majority of such resources can be found through websites like PubMed or simply through a Google search. In this first iteration of the SWAN ontology we focused on all those resources that are fundamental for representation of scientific discourse mediated by the Alzforum website.

The managed Digital Resources in SWAN are:

  • Journal articles/news/comments
  • Newspapers articles/news
  • Webpages articles/news/comments
  • Conference Proceedings
  • Books

 

All these classes are records representative of the original sources. Every element contains a set of attributes and relationships useful to uniquely define the resource and to give a sufficient set of information to the users who deal with it. SWAN stores (for public access) only information not covered by copyrights. Thus, the abstract of the articles and the full text are not included. On the other hand, directly, and through annotation, we collect many attributes useful for improving search and data mining capabilities. Even laying aside copyright issues, the general idea is to duplicate the least possible amount of information required to guarantee the necessary functionality, and to enable proper data integration when needed. Thus web page content is not duplicated in SWAN - and we endure the risk of losing the resource if the web page is not maintained over time.

4. The Citations ontology description

Citations Paolo Ciccarese et Al.

Figure 1 - Citation for the article "The SWAN biomedical discourse ontology" written by Paolo Ciccarese, Elizabeth Wu, June Kinoshita, Gwendolyn Wong, Marco Ocana, Alan Ruttenberg, Tim Clark and published on the Journal for Biomedical Informatics.

Provenance for the Citation

Figure 2 - Provenance for the citation of the article "The SWAN biomedical discourse ontology" when imported by the SWAN Alzheimer application.

Book citation by Paolo Ciccarese

Figure 3 - Example of citation of a book that doesn't have authors but curators editors: Paolo Ciccarese and Tim Clark. The Citation has been created by Elizabeth Wu.

5. Cross-reference for Citations ontology classes and properties

» Class citations:Book

Book -

» Class citations:Citation

Citation -

» Class citations:CitationsList

CitationsList -

sub-class-of: collections:List

» Class citations:NewspaperArticle

NewspaperArticle -

sub-class-of: citations:Citation

» Class citations:NewspaperNews

NewspaperNews -

sub-class-of: citations:Citation

» Class citations:JournalArticle

JournalArticle -

sub-class-of: citations:Citation

» Class citations:JournalComment

JournalComment -

sub-class-of: citations:Citation

» Class citations:JournalNews

JournalNews -

sub-class-of: citations:Citation

» Class citations:WebArticle

WebArticle -

sub-class-of: citations:Citation

» Class citations:WebComment

WebComment -

sub-class-of: citations:Citation

» Class citations:WebNews

WebNews -

sub-class-of: citations:Citation

» Property citations:contributionAuthor

contributionAuthor - Author of the contribution

domain: citations:Citation
range: foaf:Agent, agents:PersonName agents:PersonName

» Property citations:contributionAuthors

contributionAuthors - Ordered list of the authors of the contribution

domain: citations:Citation
range: foaf:Agent, agents:AgentAndPersonNameList agents:PersonName

» Property citations:contributionEditor

contributionEditor - Editor of the contribution

domain: citations:Citation
range: foaf:Agent, agents:PersonName agents:PersonName

» Property citations:contributionEditors

contributionEditors - Ordered list of the editors of the contribution

domain: citations:Citation
range: foaf:Agent, agents:AgentAndPersonNameList agents:PersonName

» Property citations:contributionPublisher

contributionPublisher -

domain: citations:Citation

» Property citations:contributionPublicationDate

contributionPublicationDate -

domain: citations:Citation
range: http://www.w3.org/2001/XMLSchema#date

» Property citations:contributionPublicationPlace

contributionPublicationPlace -

domain: citations:Citation
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:doi

doi - The Digital Object Identifier (DOI) Name for identifying content objects in the digital environment.

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews

» Property citations:isbn10

isbn10 - The 10-digit International Standard Book Number (ISBN)

domain: citations: Book
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:isbn13

isbn13 - The 13-digit International Standard Book Number (ISBN)

domain: citations:Book
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:issn

issn - An International Standard Serial Number (ISSN) is a unique eight-digit number used to identify a print or electronic periodical publication.

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews, citations: NewspaperArticle, citations: NewspaperNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:issue

issue -

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews, citations: NewspaperArticle, citations: NewspaperNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:journalName

journalName - The name of the journal where the contribution has been published

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:newspaperName

newspaperName - The name of the newspaper where the contribution has been published

domain: citations: NewspaperArticle, citations: NewspaperNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:pagination

pagination -

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews, citations: NewspaperArticle, citations: NewspaperNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:title

title -

domain: citations:Citation
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:volume

volume -

domain: citations:JournalArticle, citations:JournalComment, citations:JournalNews, citations: NewspaperArticle, citations: NewspaperNews
range: http://www.w3.org/2001/XMLSchema#string

» Property citations:websiteName

websiteName - The name of the website where the web article, news or comment have been published

domain: citations:WebArticle, citations:WebComment, citations:WebNews
range: http://www.w3.org/2001/XMLSchema#string

6. Pellet reasoner validation results

OWL Species: DL
DL Expressivity: SHIF(D)
Consistent: Yes
Time: 4350 ms (Loading: 3414 Species Validation: 755 Consistency: 9 Classification: 172 )

Classification:

owl:Thing
    core:ConceptScheme
    foaf:OnlineAccount
    qualifiers:Qualifier
        core:Concept
    collections:Set
        collections:List
            agents:AgentAndPersonNameList
            agents:AgentList
            citations:CitationsList
            agents:GroupPersonOrganizationPersonNameList
    citations:Citation
        citations:JournalNews
        citations:NewspaperNews
        citations:JournalComment
        citations:WebArticle
        citations:WebComment
        citations:Book
        citations:WebNews
        citations:NewspaperArticle
        citations:JournalArticle
    foaf:Agent
        agents:Software
        foaf:Group
        foaf:Person
        foaf:Organization
    foaf:Project
    collections:Item
        collections:ListItem
            agents:AgentListItem
            agents:GroupPersonOrganizationPersonNameListItem
            agents:AgentOrPersonNameListItem
            citations:CitationsListItem
    foaf:Document
        foaf:Image
        foaf:PersonalProfileDocument
    agents:PersonName
    core:Collection
    reification:Relationship
        reification:BinaryRelationship
            agents:ReifiedAka

Non OWL-Lite features used:

Complement Class: owl:complementOf construct is used complementOf(citations:Citation)
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:OnlineAccount))
Complement Class: owl:complementOf construct is used complementOf(unionOf(collections:Item collections:Set))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Project foaf:Document agents:PersonName agents:Software collections:Item collections:Set core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName collections:Item qualifiers:Qualifier))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent agents:PersonName collections:Item))
Complement Class: owl:complementOf construct is used complementOf(collections:Item)
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName foaf:OnlineAccount))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName collections:Item))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:Project foaf:Document))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName foaf:Agent core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Project foaf:Document agents:PersonName collections:Item collections:Set core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:Project foaf:Document foaf:OnlineAccount))
Complement Class: owl:complementOf construct is used complementOf(agents:Software)
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName qualifiers:Qualifier))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Project foaf:OnlineAccount agents:PersonName collections:Item collections:Set qualifiers:Qualifier core:ConceptScheme core:Collection core:Concept reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName foaf:OnlineAccount reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Document foaf:OnlineAccount))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName agents:Software))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent agents:PersonName))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName qualifiers:Qualifier))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName foaf:Document))
Complement Class: owl:complementOf construct is used complementOf(unionOf(qualifiers:Qualifier core:Collection core:ConceptScheme))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:Software agents:PersonName collections:Item))
Complement Class: owl:complementOf construct is used complementOf(citations:Citation)
Complement Class: owl:complementOf construct is used complementOf(foaf:Agent)
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName foaf:Agent core:ConceptScheme core:Collection core:Concept reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Agent foaf:OnlineAccount))
Complement Class: owl:complementOf construct is used complementOf(agents:PersonName)
Complement Class: owl:complementOf construct is used complementOf(unionOf(foaf:Document agents:Software agents:PersonName collections:Item core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(agents:PersonName agents:Software foaf:OnlineAccount foaf:Project foaf:Document core:ConceptScheme core:Collection core:Concept reification:Relationship))
Complement Class: owl:complementOf construct is used complementOf(unionOf(collections:Item collections:Set))
Complement Class: owl:complementOf construct is used complementOf(unionOf(collections:Item collections:Set qualifiers:Qualifier))
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Set foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection reification:Relationship)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:PersonName foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Agent foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Agent foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection collections:Item)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Image foaf:PersonalProfileDocument)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Group foaf:Organization)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Project foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:OnlineAccount foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme reification:Relationship)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Document foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship collections:Item)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Person foaf:Organization)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme collections:Item)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:PersonalProfileDocument foaf:Image)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Person foaf:Group)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection core:ConceptScheme)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Organization foaf:Group)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Project foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:OnlineAccount foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier reification:Relationship)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:Software foaf:Organization)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Set foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:PersonName foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation collections:Item)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Group foaf:Person)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier collections:Item)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Project foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier core:Collection)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:Software foaf:Group)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Document foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalComment citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:OnlineAccount foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Document foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Organization foaf:Person)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperNews citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(reification:Relationship foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:ConceptScheme foaf:Project)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:JournalComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Set agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:JournalArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalNews citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Set foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:PersonName foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier core:ConceptScheme)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:NewspaperArticle citations:WebNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(core:Collection collections:Set)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebNews citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(foaf:Agent foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier agents:PersonName)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Citation foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:NewspaperArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:WebArticle)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Item foaf:Agent)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(qualifiers:Qualifier foaf:Document)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:Software foaf:Person)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebArticle citations:NewspaperNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:JournalArticle citations:WebComment)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(collections:Set foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(agents:PersonName foaf:OnlineAccount)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:Book citations:JournalNews)
Disjoint Classes: owl:disjointWith construct is used DisjointClasses(citations:WebComment citations:WebNews)
Union Class: owl:unionOf construct is used unionOf(citations:NewspaperNews citations:NewspaperArticle)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:Group foaf:Organization foaf:Person)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName qualifiers:Qualifier)
Union Class: owl:unionOf construct is used unionOf(foaf:Document agents:Software agents:PersonName collections:Item core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(foaf:Project foaf:Document agents:PersonName agents:Software collections:Item collections:Set core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship)
Union Class: owl:unionOf construct is used agents:PersonName
Union Class: owl:unionOf construct is used unionOf(agents:PersonName agents:Software foaf:OnlineAccount foaf:Project foaf:Document core:ConceptScheme core:Collection core:Concept reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName collections:Item qualifiers:Qualifier)
Union Class: owl:unionOf construct is used citations:Book
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:OnlineAccount agents:PersonName collections:Item)
Union Class: owl:unionOf construct is used unionOf(foaf:Project foaf:Document agents:PersonName collections:Item collections:Set core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(citations:JournalArticle citations:JournalComment citations:JournalNews)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName qualifiers:Qualifier)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName agents:Software)
Union Class: owl:unionOf construct is used unionOf(foaf:Document foaf:OnlineAccount)
Union Class: owl:unionOf construct is used unionOf(qualifiers:Qualifier core:Collection core:ConceptScheme)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:Project)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:Agent core:ConceptScheme core:Collection core:Concept qualifiers:Qualifier reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:Project foaf:Document)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:OnlineAccount)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:Project foaf:Document foaf:OnlineAccount)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:Agent core:ConceptScheme core:Collection core:Concept reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:OnlineAccount reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(collections:Item collections:Set qualifiers:Qualifier)
Union Class: owl:unionOf construct is used unionOf(citations:JournalArticle citations:JournalComment citations:JournalNews citations:NewspaperArticle citations:NewspaperNews)
Union Class: owl:unionOf construct is used unionOf(agents:Software agents:PersonName collections:Item)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent agents:PersonName)
Union Class: owl:unionOf construct is used unionOf(citations:WebArticle citations:WebComment citations:WebNews)
Union Class: owl:unionOf construct is used collections:Item
Union Class: owl:unionOf construct is used unionOf(collections:Item collections:Set)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:Agent)
Union Class: owl:unionOf construct is used unionOf(foaf:Project foaf:OnlineAccount agents:PersonName collections:Item collections:Set qualifiers:Qualifier core:ConceptScheme core:Collection core:Concept reification:Relationship)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent agents:PersonName collections:Item)
Union Class: owl:unionOf construct is used unionOf(foaf:Agent foaf:OnlineAccount)
Union Class: owl:unionOf construct is used unionOf(agents:PersonName foaf:Document)