EARMARK Ontology: ghost classes

IRI:
http://www.essepuntato.it/2010/05/ghost
Date:
04/09/2010
Current version:
1.1
Authors:
Silvio Peroni
Contributors:
Angelo Di Iorio
Fabio Vitali
Imported Ontologies:
http://swan.mindinformatics.org/ontologies/1.2/collections.owl (visualise it with LODE)
Other visualisation:
Ontology source
Machester Ontology Browser

Table of Content

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

Introduction

Extremely Annotational RDF Markup (EARMARK) is a meta-syntax for non-embedded markup that can be used for stand-off annotations of textual content with fully W3C-compliant technologies.

This document represents the EARMARK ontology definition of the ghost classes, i.e., all those basic and abstract concepts that introduce the object of discourse of this meta-markup language.

Classes

docuversec back to ToC or Class ToC

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

A container of strings that may appear in the document.

is equivalent to
is in domain of
has contentdp
is in range of
refers toop

markup itemc back to ToC or Class ToC

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

An artifact to be interpreted as markup (such as elements, attributes and comments), defined as a collection – ordered (List, Bag) or not (Set) – of other markup items and ranges.

has super-classes
  • (collections:Bagc and (collections:itemop only collections:itemContentop only markup itemc or rangec) and (collections:itemop exactly 0 collections:Collectionc)) or (collections:Setc and (collections:elementop only markup itemc or rangec))
is in domain of
has general identifierdp, has namespacedp

rangec back to ToC or Class ToC

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

An entity referring to any text of a docuverse lying between two locations.

is equivalent to
is in domain of
begins atdp, ends atdp, refers toop

Object Properties

refers toop back to ToC or Object Property ToC

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

Used to indicate the docuverse a range refers to.

has characteristics: functional

has domain
has range

Data Properties

begins atdp back to ToC or Data Property ToC

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

It defines the starting location of a range within the docuverse it refers to.

has characteristics: functional

has domain
has range
  • rdfs:Literal

ends atdp back to ToC or Data Property ToC

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

It defines the ending location of a range within the docuverse it refers to.

has characteristics: functional

has domain
has range
  • rdfs:Literal

has contentdp back to ToC or Data Property ToC

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

Used to specify a content for a particular docuverse.

has characteristics: functional

has domain
has range
  • rdfs:Literal

has general identifierdp back to ToC or Data Property ToC

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

It specifies the common name, called general identifier, of a markup item.

has characteristics: functional

has domain
has range
  • xsd:string

has namespacedp back to ToC or Data Property ToC

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

It specifies the namespace of a markup item.

has characteristics: functional

has domain
has range
  • xsd:anyURI

Annotation Properties

dc:contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/contributor

dc:creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

dc:dateap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

dc:descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

dc:languageap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/language

dc:rightsap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/rights

dc:titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

owl:versionInfoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

rdfs:commentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

rdfs:labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

General Axioms

All Disjoint Classes back to ToC

docuversec, markup itemc, rangec

Namespace Declarations back to ToC

default namespace
http://www.essepuntato.it/2010/05/ghost#
collections
http://swan.mindinformatics.org/ontologies/1.2/collections/
dc
http://purl.org/dc/elements/1.1/
earmark
http://www.essepuntato.it/2008/12/earmark#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code throughLODE, Live OWL Documentation Environment, developed bySilvio Peroni.