Tagging Ontology

IRI:
https://w3id.org/MON/tagging.owl
Imported Ontologies :
https://w3id.org/MON/action.owl (visualise it with LODE )
https://w3id.org/MON/event.owl (visualise it with LODE )
https://w3id.org/MON/multimediacontent.owl (visualise it with LODE )
https://w3id.org/MON/person.owl (visualise it with LODE )
https://w3id.org/MON/time.owl (visualise it with LODE )
Covers requirements :
- Which is the entity associated to a certain tag?
- Which is the tag associated with a certain photo or events?
- Who has given a tag to a certain entity?
Has Intent :
- To represent a tagging action, i.e. the action performed by an agent that attaches a label or something with a well-defined semantics (eg. a concept or a frame etc.) to some entity.
Other visualisation :
Ontology source - WebVowl

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Annotation Properties
  6. Namespace Declarations

Introduction

The aim of the tagging ontology is to represent a tagging action, i.e the action performed by an agent that attaches a label or something with a well-defined semantics (eg. a concept or a frame etc.) to some entity. <b>Example of Usage</b> We provide an example of usage of the Tagging ontology for specifying the following scenario. <b>Scenario</b> annotating a picture about the birthday of his patient John. This picture was takes at John's 51st birthday on January 20 1971. <pre> @prefix time: &#60;https://w3id.org/MON/time.owl#&#62; @prefix event: &#60;https://w3id.org/MON/event.owl#&#62; @prefix spatial: &#60;https://w3id.org/MON/spatial.owl#&#62; @prefix media: &#60;https://w3id.org/MON/multimediacontent.owl#&#62; :January_20_1971 a time:TemporalEntity . :John_51st_birthday a event:Event ; spatial:hasPlace :Piper_Club ; time:atTime :January_20_1971 . :John_picture a media:Image . :Piper_Club a spatial:SpatialThing . :tag_John_51st_birthday a tagging:Tag . :tagging_John_51st_birthday a tagging:Tagging ; tagging:forEntity :John_51st_birthday, :John_picture; tagging:usingTag :tag_John_51st_birthday . </pre>

Classes

Image taggingc back to ToC or Class ToC

IRI: https://w3id.org/MON/tagging.owl#ImageTagging

The action of Tagging a certain Image
has super-classes
Taggingc
has tagged portionop some Tagged Portionc
for entityop only image
is in domain of
has tagged portionop

Tagc back to ToC or Class ToC

IRI: https://w3id.org/MON/tagging.owl#Tag

A label, an individual with a well defined semantics (e.g. a Frame) or a named graph attached to someone or to something for the purpose of identification or to give other information.
has super-classes
labeldp only literal
is in domain of
labeldp
is in range of
using tagop

Tagged Portionc back to ToC or Class ToC

IRI: https://w3id.org/MON/tagging.owl#TaggedPortion

The portion of a certain Image tagged with a certain Tag.
has super-classes
(heightdp some integer) and (leftdp some integer) and (topdp some integer) and (widthdp some integer)
is in domain of
heightdp, leftdp, topdp, widthdp
is in range of
has tagged portionop
is disjoint with
temporal entity

Taggingc back to ToC or Class ToC

IRI: https://w3id.org/MON/tagging.owl#Tagging

This class represents the tagging relation. It includes, a tag, a (tagged) Thing, an agent (i.e. the tagger). The tag can come from a folksonomy, a thesaurus or any other sources with a well-defined sematic.
has super-classes
action
for entityop some task or event or media
using tagop some Tagc
at time some temporal entity
has sub-classes
Image taggingc
is in domain of
for entityop, using tagop

Object Properties

appears inop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#appearsIn

It is used to connect the Person with the Media s/he appears in.
has sub-properties
thumbnailop
has domain
person
has range
media
has sub-property chains
o for entityop

for entityop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#forEntity

It associates the Tagging action with the tagged Entity.
has domain
Taggingc
has sub-property chains
for entityop o

has tagged portionop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#hasTaggedPortion

has characteristics : functional

has domain
Image taggingc
has range
Tagged Portionc

tagged personop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#taggedPerson

has super-properties
using tagop
has range
person

thumbnailop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#thumbnail

A small picture of a Person
has super-properties
appears inop
has range
image

using tagop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/tagging.owl#usingTag

It associates the Tagging action with the Tag.
has sub-properties
tagged personop
has domain
Taggingc
has range
Tagc

Data Properties

heightdp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/tagging.owl#height

The height (in pixels) of the tagged portion rectangle.

has characteristics : functional

has domain
Tagged Portionc
has range
integer

labeldp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/tagging.owl#label

It encodes the label of a Tag.

has characteristics : functional

has domain
Tagc
has range
literal

leftdp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/tagging.owl#left

The distance (in pixels) between the top left hand side corner of the tagged portion and the left hand side of the picture.

has characteristics : functional

has domain
Tagged Portionc
has range
integer

topdp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/tagging.owl#top

The distance (in pixels) between the top left hand side corner of the tagged portion and the top side of the picture.

has characteristics : functional

has domain
Tagged Portionc
has range
integer

widthdp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/tagging.owl#width

The width (in pixels) of the tagged portion rectangle.

has characteristics : functional

has domain
Tagged Portionc
has range
integer

Annotation Properties

has intentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent

Namespace Declarations back to ToC

default namespace
https://w3id.org/MON/tagging.owl#
action-owl
https://w3id.org/MON/action.owl#
dc
http://purl.org/dc/elements/1.1/
event-owl
https://w3id.org/MON/event.owl#
j.0
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
mon
https://w3id.org/MON/
multimediacontent-owl
https://w3id.org/MON/multimediacontent.owl#
owl
http://www.w3.org/2002/07/owl#
person-owl
https://w3id.org/MON/person.owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
spatial-owl
https://w3id.org/MON/spatial.owl#
src
https://raw.githubusercontent.com/luigi-asprino/MON/main/src/
time-owl
https://w3id.org/MON/time.owl#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .