language en

The Observatory Integrated Ontology

Release Date of release

This version:
https://w3id.org/okg/obio-ontology/
Revision:
v1.0.0
Authors:
Inès Blin, Sony Computer Science Laboratories-Paris, Vrije Universiteit Amsterdam
Lise Stork, Vrije Universiteit Amsterdam
Laura Spillner, Universität Bremen
Carlo Santagiustina, Venice International University
Contributors:
Ilaria Tiddi, Vrije Universiteit Amsterdam
Imported Ontologies:
SKOS
SIOC
NEE
SCHEMA
DC
EARMARK
NIF
FOAF
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
http://creativecommons.org/licenses/by/2.0/ License
Provenance of this page
Ontology Specification Draft

Abstract

The OBservatory Integrated Ontology (OBIO) ontology is designed to integrate tweet metadata with various types of linguistic knowledge and Linked Open Data (LOD), such as named entities, dependencies, and frame semantics.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

The Observatory Integrated Ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

The Observatory Integrated Ontology: Description back to ToC

This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.

Cross-reference for The Observatory Integrated Ontology classes, object properties and data properties back to ToC

This section provides details for each class and property defined by The Observatory Integrated Ontology.

Classes

Conceptc back to ToC or Class ToC

IRI: http://rdfs.org/sioc/ns#Post

A Post is an article or message posted by a User to a Forum. A series of Posts may be threaded if they share a common subject and are connected by reply or by date relationships. Posts will have content and may also have attached files, which can be edited or deleted by the Moderator of the Forum that contains the Post. (from sioc)
has super-classes
concept c
has sub-classes
RePost c, Reply c
is in domain of
created dp, has_container op, mentions op, nb_like op, nb_repost op, post_metrics op, sentence op
is in range of
reply of op, repost of op

Containerc back to ToC or Class ToC

IRI: http://rdfs.org/sioc/ns#Container

Container is a high-level concept used to group content Items together. The relationships between a Container and the Items that belong to it are described using sioc:container_of and sioc:has_container properties. A hierarchy of Containers can be defined in terms of parents and children using sioc:has_parent and sioc:parent_of. (from nif)
has sub-classes
Forum c

Entityc back to ToC or Class ToC

IRI: https://w3id.org/okg/obio-ontology/Entity

<to-add>
is in domain of
anchorOf op, hasMatchedURL op
is disjoint with
Phrase c

Forumc back to ToC or Class ToC

IRI: http://rdfs.org/sioc/ns#Forum

Forums can be thought of as channels or discussion area on which Posts are made. A Forum can be linked to the Site that hosts it. Forums will usually discuss a certain topic or set of related topics, or they may contain discussions entirely devoted to a certain community group or organisation. A Forum will have a moderator who can veto or edit posts before or after they appear in the Forum. Forums may have a set of subscribed Users who are notified when new Posts are made. The hierarchy of Forums can be defined in terms of parents and children, allowing the creation of structures conforming to topic categories as defined by the Site administrator. Examples of Forums include mailing lists, message boards, Usenet newsgroups and weblogs. (from sioc)
has super-classes
Container c
is in range of
has_container op

Online Accountc back to ToC or Class ToC

IRI: http://xmlns.com/foaf/0.1/OnlineAccount

foaf:OnlineAccount represents the provision of some form of online service, by some party (indicated indirectly via a foaf:accountServiceHomepage) to some foaf:Agent. The foaf:holdsAccount property of the agent is used to indicate accounts that are associated with the agent. (from foaf)
has sub-classes
User c

Phrasec back to ToC or Class ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Phrase

A nif:Phrase can be a nif:String, that is a chunk of several words or a word itself (e.g. a NounPhrase as a Named Entity). The term is underspecified and can be compatible with many defintitions of phrase. Please subClass it to specify the meaning (e.g. for Chunking or Phrase Structure Grammar). Example: ((My dog)(also)(likes)(eating (sausage))) (from nif)
has super-classes
String c
is in range of
anchorOf op, mentions op
is disjoint with
Entity c

Replyc back to ToC or Class ToC

IRI: https://w3id.org/okg/obio-ontology/Reply

A Reply is a Post that directly answers a previous Post, by adding additional content.
has super-classes
Concept c
is in domain of
reply of op

RePostc back to ToC or Class ToC

IRI: https://w3id.org/okg/obio-ontology/RePost

A RePost if a Post that is republished by another user, without modifications.
has super-classes
Concept c
is in domain of
repost of op

Sentencec back to ToC or Class ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Sentence

A sentence (from nif).
is in domain of
word op
is in range of
sentence op

Stringc back to ToC or Class ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#String

Individuals of this class are a string, i.e. Unicode characters, who have been given a URI and are used in the subject of an RDF statement. This class is abstract and should not be serialized. (from nif)
has sub-classes
Phrase c, Word c
is in domain of
begins op, ends op, inter op, lemma op, pos tag op, superString op
is in range of
inter op, superString op

Userc back to ToC or Class ToC

IRI: http://rdfs.org/sioc/ns#User

A User is an online account of a member of an online community. It is connected to Items and Posts that a User creates or edits, to Containers and Forums that it is subscribed to or moderates and to Sites that it administers. Users can be grouped for purposes of allowing access to certain Forums or enhanced community site features (weblogs, webmail, etc.). A foaf:Person will normally hold a registered User account on a Site (through the property foaf:holdsAccount), and will use this account to create content and interact with the community. sioc:User describes properties of an online account, and is used in combination with a foaf:Person (using the property sioc:account_of) which describes information about the individual itself. (from sioc)
has super-classes
Online Account c, concept c
is in domain of
description dp, follower dp, following dp, is_verified dp, location dp

Wordc back to ToC or Class ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Word

The Word class represents strings that are tokens or words. A string is a Word, if it is a word. We don't nitpic about whether it is a a pronoun, a name, a punctuation mark or an apostrophe or whether it is separated by white space from another Word or something else. The string 'He enters the room.' for example has 5 words. Words are assigned by a tokenizer NIF Implementation. Single word phrases might be tagged as nif:Word and nif:Phrase. (from nif)
has super-classes
String c
is in domain of
acomp op, advmod op, agent op, amod op, appos op, attr op, aux op, auxpass op, cc op, ccomp op, compound op, conj op, csubj op, dep op, dependency_relation op, det op, dobj op, expl op, intj op, mark op, npadvmod op, nsubj op, nsubjpass op, nummod op, pcomp op, pobj op, poss op, prep op, prt op, punct op, relcl op, root op
is in range of
acomp op, advmod op, agent op, amod op, appos op, attr op, aux op, auxpass op, cc op, ccomp op, compound op, conj op, csubj op, dep op, dependency_relation op, det op, dobj op, expl op, intj op, mark op, npadvmod op, nsubj op, nsubjpass op, nummod op, pcomp op, pobj op, poss op, prep op, prt op, punct op, relcl op, root op, word op

Object Properties

acompop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_acomp

Dependency relation: acomp.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

advmodop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/advmod

Dependency relation: advmod.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

agentop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_agent

Dependency relation: agent.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

amodop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_amod

Dependency relation: amod.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

anchorOfop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf

IRI Entity attached to a string entity
has domain
Entity c
has range
Phrase c

apposop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_appos

Dependency relation: appos.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

attrop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_attr

Dependency relation: attr.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

auxop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_aux

Dependency relation: aux.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

auxpassop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_auxpass

Dependency relation: auxpass.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

beginsop back to ToC or Object Property ToC

IRI: http://www.essepuntato.it/2008/12/earmark#begins

has domain
String c
is also defined as
data property

ccop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_cc

Dependency relation: cc.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

ccompop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_ccomp

Dependency relation: ccomp.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

compoundop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_compound

Dependency relation: compound.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

conjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_conj

Dependency relation: conj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

csubjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_csubj

Dependency relation: csubj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

depop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_dep

Dependency relation: dep.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

dependency_relationop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dependency_relation

Generic property that links a child to his parent (tbc) with a dependency.
has super-properties
inter op
has sub-properties
acomp op, advmod op, agent op, amod op, appos op, attr op, aux op, auxpass op, cc op, ccomp op, compound op, conj op, csubj op, dep op, det op, dobj op, expl op, intj op, mark op, npadvmod op, nsubj op, nsubjpass op, nummod op, pcomp op, pobj op, poss op, prep op, prt op, punct op, relcl op, root op
has domain
Word c
has range
Word c

detop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_det

Dependency relation: det.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

dobjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_dobj

Dependency relation: dobj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

endsop back to ToC or Object Property ToC

IRI: http://www.essepuntato.it/2008/12/earmark#ends

has domain
String c
is also defined as
data property

explop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_expl

Dependency relation: expl.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

has_containerop back to ToC or Object Property ToC

IRI: http://rdfs.org/sioc/ns#has_container

The Forum to which this Post belongs. (adapted from sioc)
has domain
Concept c
has range
Forum c

hasMatchedURLop back to ToC or Object Property ToC

IRI: http://www.ics.forth.gr/isl/oae/core#hasMatchedURL

Linking IRI entities from posts to other KG resources like DBpedia.
has domain
Entity c
has range
resource c

idop back to ToC or Object Property ToC

IRI: http://rdfs.org/sioc/ns#id

has domain
concept c
is also defined as
data property

interop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#inter

This object property models a relation between two nif:Strings. The name "inter" is kept generic and can be used to express any kind of relation in between (inter) two nif:Strings. Extensions can create rdfs:subPropertyOf for "head", "dependent", nif:substring and nif:nextWord.
has sub-properties
dependency_relation op
has domain
String c
has range
String c

intjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_intj

Dependency relation: intj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

lemmaop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/lemma

has domain
String c
is also defined as
data property

markop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_mark

Dependency relation: mark.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

mentionsop back to ToC or Object Property ToC

IRI: http://schema.org/mentions

String entities that are mentioned in the post.
has domain
Concept c
has range
Phrase c

nb_likeop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/nb_like

has super-properties
post_metrics op
has domain
Concept c
is also defined as
data property

nb_repostop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/nb_repost

has super-properties
post_metrics op
has domain
Concept c
is also defined as
data property

npadvmodop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_npadvmod

Dependency relation: npadvmod.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

nsubjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_nsubj

Dependency relation: nsubj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

nsubjpassop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_nsubpass

Dependency relation: nsubjpass.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

nummodop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_nummod

Dependency relation: nummod.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

pcompop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_pcomp

Dependency relation: pcomp.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

pobjop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_pobj

Dependency relation: pobj.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

pos tagop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#pos_tag

has domain
String c
is also defined as
data property

possop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_poss

Dependency relation: poss.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

post_metricsop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/post_metrics

has sub-properties
nb_like op, nb_repost op
has domain
Concept c
is also defined as
data property

prepop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_prep

Dependency relation: prep.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

prtop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_prt

Dependency relation: prt.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

punctop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_punct

Dependency relation: punct.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

relclop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_relcl

Dependency relation: relcl.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

reply ofop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/reply_of

Links a reply to the post it replies to.
has domain
Reply c
has range
Concept c

repost ofop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/repost_of

Links a repost to its original post.
has domain
RePost c
has range
Concept c

rootop back to ToC or Object Property ToC

IRI: https://w3id.org/okg/obio-ontology/dep_rel_root

Dependency relation: root.
has super-properties
dependency_relation op
has domain
Word c
has range
Word c

sentenceop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sentence

Links a post to a sentence in its content (adapted from nif)
has domain
Concept c
has range
Sentence c

superStringop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#superString

One string is contained in another (inverse of substring in nif)
has domain
String c
has range
String c

wordop back to ToC or Object Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#word

This property links sentences to their words (from nif)
has domain
Sentence c
has range
Word c

Data Properties

beginsop back to ToC or Data Property ToC

IRI: http://www.essepuntato.it/2008/12/earmark#begins

has range
integer
is also defined as
object property

createddp back to ToC or Data Property ToC

IRI: http://purl.org/dc/terms/created

Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. (from dc)
has domain
Concept c
has range
date

descriptiondp back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/description

Text description of the online user account.
has domain
User c
has range
literal

endsop back to ToC or Data Property ToC

IRI: http://www.essepuntato.it/2008/12/earmark#ends

has range
integer
is also defined as
object property

followerdp back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/follower

Number of followers of the online user account.
has domain
User c
has range
positive integer

followingdp back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/following

Number of accounts that the online user account is following.
has domain
User c
has range
positive integer

idop back to ToC or Data Property ToC

IRI: http://rdfs.org/sioc/ns#id

has range
literal
is also defined as
object property

is_verifieddp back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/is_verified

Whether an online user account is verified or not.
has domain
User c
has range
boolean

lemmaop back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/lemma

has range
literal
is also defined as
object property

locationdp back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/location

Location of the online user account.
has domain
User c
has range
literal

nb_likeop back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/nb_like

has range
literal
float
positive integer
is also defined as
object property

nb_repostop back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/nb_repost

has range
positive integer
is also defined as
object property

pos tagop back to ToC or Data Property ToC

IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#pos_tag

has range
literal
is also defined as
object property

post_metricsop back to ToC or Data Property ToC

IRI: https://w3id.org/okg/obio-ontology/post_metrics

has sub-properties
nb_like op, nb_repost op
has range
positive integer
is also defined as
object property

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.