Alligator Vocabulary
Authors: Florian Thiery (Leibniz-Zentrum für Archäologie)
Version: Triceratops Edition
Date: 2024-03-26
Abstract: A vocabulary for Alligator.
Copyright: This work is licensed under a Creative Commons Attribution 4.0 International License.
About this Document: This document is based on the GEOJSON-LD VOCABULARY by Sean Gillies (Mapbox) with a CC BY 4.0 license.
Vocabulary
TiGeR Vocabulary is published as RDF on GitHub.
An HTML version is published at http://leiza-rse.github.io/alligator/vocab.
Namespace
The official Alligator Vocabulary namespace is PREFIX lado: <http://archaeology.link/ontology#>
.
Visualisation
An interactive visualisation using WebVOWL.
Alligator Classes
Below are Linked Data identifiers for the Alligator Classes found in the Alligator Vocabulary.
General Classes
Alligator_Event
URI: | http://archaeology.link/ontology#Alligator_Event |
Definition: | A temporal interval or instant. |
Label: | Alligator Event |
rdfs:subClassOf | http://www.w3.org/2006/time#Interval |
rdfs:subClassOf | http://www.w3.org/2006/time#TemporalEntity |
Alligator Properties
Below are Linked Data identifiers for the Alligator Properties found in the Alligator Vocabulary.
name
eventname
URI: | http://archaeology.link/ontology#eventname |
Definition: | Name of the event (string). |
Label: | event name |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#string |
virtual fuzzy years
estimatedstart
URI: | http://archaeology.link/ontology#estimatedstart |
Definition: | Estimated Event Start Date (double). |
Label: | estimated start date |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#double |
estimatedend
URI: | http://archaeology.link/ontology#estimatedend |
Definition: | Estimated Event End Date (double). |
Label: | estimated end date |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#double |
Correspondence Analysis
cax
URI: | http://archaeology.link/ontology#cax |
Definition: | x-value of the CA (double). |
Label: | ca x |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#double |
cay
URI: | http://archaeology.link/ontology#cay |
Definition: | y-value of the CA (double). |
Label: | ca y |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#double |
caz
URI: | http://archaeology.link/ontology#caz |
Definition: | z-value of the CA (double). |
Label: | ca z |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#double |
fixed
startfixed
URI: | http://archaeology.link/ontology#startfixed |
Definition: | Shows if the start date value is fixed (boolean). |
Label: | start fixed |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#boolean |
endfixed
URI: | http://archaeology.link/ontology#endfixed |
Definition: | Shows if the end date value is fixed (boolean). |
Label: | end fixed |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#boolean |
next fixed neighbour
nfsn
URI: | http://archaeology.link/ontology#nfsn |
Definition: | If the start value is not fixed, the next fixed start neighbour is shown (string). |
Label: | next fixed start neighbour |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#string |
nfen
URI: | http://archaeology.link/ontology#nfen |
Definition: | If the end value is not fixed, the next fixed end neighbour is shown (string). |
Label: | next fixed end neighbour |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://www.w3.org/2001/XMLSchema#string |
nfsnE
URI: | http://archaeology.link/ontology#nfsnE |
Definition: | If the start value is not fixed, the next fixed start neighbour is shown (Event). |
Label: | next fixed start neighbour event |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
nfenE
URI: | http://archaeology.link/ontology#nfenE |
Definition: | If the end value is not fixed, the next fixed end neighbour is shown (Event). |
Label: | next fixed end neighbour event |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
Allen Time Intervals
b
URI: | http://www.w3.org/2006/time#intervalBefore |
Definition: | If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2. |
Label: | b |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
a
URI: | http://www.w3.org/2006/time#intervalAfter |
Definition: | If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2. |
Label: | a |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
m
URI: | http://www.w3.org/2006/time#intervalMeets |
Definition: | If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2. |
Label: | m |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
mi
URI: | http://www.w3.org/2006/time#intervalMetBy |
Definition: | If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2. |
Label: | mi |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
o
URI: | http://www.w3.org/2006/time#intervalOverlaps |
Definition: | If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2. |
Label: | o |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
oi
URI: | http://www.w3.org/2006/time#intervalOverlappedBy |
Definition: | If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2. |
Label: | oi |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
s
URI: | http://www.w3.org/2006/time#intervalStarts |
Definition: | If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2. |
Label: | s |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
si
URI: | http://www.w3.org/2006/time#intervalStartedBy |
Definition: | If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2. |
Label: | si |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
f
URI: | http://www.w3.org/2006/time#intervalFinishes |
Definition: | If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2. |
Label: | f |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
fi
URI: | http://www.w3.org/2006/time#intervalFinishedBy |
Definition: | If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2. |
Label: | fi |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
d
URI: | http://www.w3.org/2006/time#intervalDuring |
Definition: | If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2. |
Label: | d |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
di
URI: | http://www.w3.org/2006/time#intervalContains |
Definition: | If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2. |
Label: | di |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |
e
URI: | http://www.w3.org/2006/time#intervalEquals |
Definition: | If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2. |
Label: | e |
rdfs:domain | http://archaeology.link/ontology#Alligator_Event |
rdfs:range | http://archaeology.link/ontology#Alligator_Event |