language en

ListDB Ontology

Release 01.09.2022

This version:
https://w3id.org/listdb/onto/0.0.1
Latest version:
https://w3id.org/listdb/onto/0.0.1
Revision:
0.0.1
Authors:
Maximilian Bäumler, (Technische Universität Dresden)
Matthias Lehmann, (Technische Universität Dresden)
Susanne Arndt, (Technische Informationsbiblithek (TIB))
Imported Ontologies:
Data Catalog Vocabulary (DCAT) - Version 2
QUDT
Metadata4Ing 1.0.0
WGS84 Geo Positioning
DCMI Metadata Terms
OGC GeoSPARQL
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by-nc/4.0/legalcode License
Visualization:
Visualize with WebVowl
Evaluation:
Evaluate with OOPS!
Cite as:
Arndt, S., Bäumler, M., Lehmann, M. (2022): ListDB Ontology. Version 0.0.1 (DRAFT). URL: https://w3id.org/listdb/onto.
Provenance of this page
DRAFT

Abstract

This is an ontology draft for the description of metadata of traffic observations, in particular video recordings of road traffic. It defines properties to describe conditions and provenance of the recordings and some of the landmarks and environmental conditions at the scene of the recording.

Introduction back to ToC

This is an ontology draft for the description of metadata of traffic observations, in particular video recordings of road traffic. The draft resulted from an exchange of the Chair of Automobile Engineering at TU Dresden with representatives of NFDI4Ing (Community Cluster 4.4, Archetype Golo, Base Services S3) and FID move in NFDI4Ing's Special Interest Group "Metadata and Ontologies". An essential part of that meeting was the presentation of the reseaerch data management approach at the Chair of Automobile Engineering, in particular its tooling, its metadata approach and its workflow. Traffic observations are managed with ListDB, a solution combined of a SharePoint instance and a virtual machine for data servicing. An accompanying [Codebook](https://gitlab.com/listdb/onto/-/blob/0.0.2/codebook/20210511_ListDB_Codebook_v1.0.pdf) defines relevant metadata that should be provided for each road traffic observation. The ontology draft is, in fact, based on the Codebook (v. 1.0.0.) and an attempt to make a machine-readable document out of it, applying standards from the Semantic Web Stack (RDF(S) and OWL). Research data management with ListDB and the ontology draft has been the topic of a Workshop at NFDI4Ing 2021 Conference (see [References](https://gitlab.com/listdb/onto/-/blob/0.0.1/README.md#references)).

ListDB Ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Named Individuals

ListDB Ontology: Description back to ToC

The ListDB Ontology draft is referring back to the [Data Catalogue Vocabulary (DCAT, Version 2)](https://www.w3.org/TR/vocab-dcat-2/). DCAT is "an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web" (Albertoni et al. 2020). It "enables a publisher to describe datasets and data services in a catalog using a standard model" (Albertoni et al. 2020). "A dataset in DCAT is defined as a 'collection of data, published or curated by a single agent, and available for access or download in one or more serializations or formats'. A dataset is a conceptual entity, and can be represented by one or more distributions that serialize the dataset for transfer. Distributions of a dataset can be provided via data services" (Albertoni et al. 2020). ListDB basically is a data catalog where information about data sets is stored and which points to the distributions and files belonging to a data set. Each data set in ListDB is centered around a single traffic observation. The basic model of ListDB Ontology is therefore depicted as follows: ![Visualization of Traffic Observation Data Sets and Relation of ListDB Ontology to DCAT 2](https://gitlab.com/listdb/onto/-/raw/0.0.1/visualizations/traffic_observation_dataset.png) Each traffic observation data set results from a video-based traffic observation. It has at least one metadata file, at least one original video and at least one file describing the intrinsic camera paramters of the camera the video-based traffic observation has been conducted with. In addtion the traffic observation dataset can optionally contain a file describing extrinsic camera parameters, a calibrated video, and an analysis file. The metadata file provides information about the traffic observation like - information about the location of the recording, - temporal infomation, - information about the environment, - organizational information, or - information about measurements. ![Visualization of Class 'metadata file' and metadata properties for metadata file instances](https://gitlab.com/listdb/onto/-/raw/0.0.1/visualizations/metadata_file.png) The metadata file description refers to classes that define subclasses relevant for the description of traffic observations. The next visualization gives some examples of subclasses of the class 'Location': ![Visualization for class 'Location' and some examples for subclasses](https://gitlab.com/listdb/onto/-/raw/0.0.1/visualizations/Location_class.png) The description of an instance of class 'metadata file' uses specific subproperties and a range of defined values: ![Visualization of an instance of class 'metadata file' with some example relations and values](https://gitlab.com/listdb/onto/-/raw/0.0.1/visualizations/instance_metadata_file.png) A JSON-LD representation of a metadata file example refers to the terms defined in ListDB Ontology (and other semantic resources) via its identifiers. The example also contains the element for the data set the metadata file belongs to: ```JSON-LD { "@context": { "owl": "http://www.w3.org/2002/07/owl#", "dcterms": "http://purl.org/dc/terms/", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "example": "http://www.semanticweb.org/new/ontologies/2022/3/5/", "skos": "http://www.w3.org/2004/02/skos/core#", "listdb": "https://w3id.org/listdb/onto#", "wikidata": "http://www.wikidata.org/entity/", "dcat": "http://www.w3.org/ns/dcat#" }, "@graph": [ { "@type": "owl:Axiom", "owl:annotatedProperty": { "@id": "skos:prefLabel" }, "owl:annotatedSource": { "@id": "listdb:I0000000118" }, "owl:annotatedTarget": "02_Static-01_Urban-01_Node-01_4W-01_Dry-20210512", "skos:editorialNote": { "@language": "en", "@value": "The label of the traffic observation is analogue to the path of the folder where the outputs of the traffic observation will be located. The structure is Type_Location_Shape_Geometry_RoadCondition_DateofRecording.\n\nThis is probably not the optimal way of identifying an instance of a video-based traffic observation, since the folder may contain videos from several such video-based traffic observations, employing different tools and parameters." } }, { "@id": "http://edamontology.org/format_3997", "@type": "owl:NamedIndividual" }, { "@id": "http://edamontology.org/has_format", "@type": "owl:ObjectProperty" }, { "@id": "http://purl.obolibrary.org/obo/RO_0002234", "@type": "owl:ObjectProperty" }, { "@id": "dcterms:spatial", "@type": "owl:AnnotationProperty" }, { "@id": "http://w3id.org/nfdi4ing/metadata4ing#createdWithTool", "@type": "owl:ObjectProperty" }, { "@id": "http://w3id.org/nfdi4ing/metadata4ing#hasEmployedTool", "@type": "owl:ObjectProperty" }, { "@id": "http://www.semanticweb.org/new/ontologies/2022/7/1/untitled-ontology-569", "@type": "owl:Ontology" }, { "@id": "geowgs84:location", "@type": "owl:ObjectProperty" }, { "@id": "skos:editorialNote", "@type": "owl:AnnotationProperty" }, { "@id": "skos:prefLabel", "@type": "owl:AnnotationProperty" }, { "@id": "http://www.w3.org/ns/prov#qualifiedAssociation", "@type": "owl:ObjectProperty" }, { "@id": "wikidata:P281", "@type": "owl:AnnotationProperty" }, { "@id": "wikidata:P669", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000064", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000075", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000151", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000161", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000162", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:AP0000000163", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:C0000000001", "@type": "owl:Class" }, { "@id": "listdb:C0000000003", "@type": "owl:Class" }, { "@id": "listdb:C0000000007", "@type": "owl:Class" }, { "@id": "listdb:C0000000008", "@type": "owl:Class" }, { "@id": "listdb:C0000000061", "@type": "owl:Class" }, { "@id": "listdb:C0000000062", "@type": "owl:Class" }, { "@id": "listdb:C0000000202", "@type": "owl:Class" }, { "@id": "listdb:DP0000000027", "@type": "owl:DatatypeProperty" }, { "@id": "listdb:DP0000000028", "@type": "owl:DatatypeProperty" }, { "@id": "listdb:DP0000000029", "@type": "owl:DatatypeProperty" }, { "@id": "listdb:DP0000000187", "@type": "owl:DatatypeProperty" }, { "@id": "listdb:E0000000213", "@type": "owl:AnnotationProperty" }, { "@id": "listdb:E0000000216", "@type": "owl:ObjectProperty" }, { "@id": "listdb:E0000000217", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000223", "@type": "owl:ObjectProperty" }, { "@id": "listdb:E0000000224", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000226", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000230", "@type": "owl:ObjectProperty" }, { "@id": "listdb:E0000000231", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000232", "@type": "owl:ObjectProperty" }, { "@id": "listdb:E0000000235", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000236", "@type": "owl:ObjectProperty" }, { "@id": "listdb:E0000000237", "@type": "owl:NamedIndividual" }, { "@id": "listdb:E0000000251", "@type": [ "owl:NamedIndividual", "listdb:C0000000061" ], "skos:prefLabel": { "@language": "en", "@value": "20210512_1452_Fic_Hec_4W_d_1" }, "listdb:E0000000252": [ { "@id": "listdb:I0000000002" }, { "@id": "listdb:I0000000004" }, { "@id": "listdb:I0000000005" }, { "@id": "listdb:I0000000016" } ] }, { "@id": "listdb:E0000000252", "@type": "owl:ObjectProperty" }, { "@id": "listdb:I0000000001", "@type": "owl:NamedIndividual", "listdb:OP0000000001": [ { "@id": "listdb:I0000000004" }, { "@id": "listdb:I0000000005" } ] }, { "@id": "listdb:I0000000002", "@type": [ "owl:NamedIndividual", "listdb:C0000000001", "listdb:C0000000003" ], "http://edamontology.org/has_format": { "@id": "http://edamontology.org/format_3997" }, "http://w3id.org/nfdi4ing/metadata4ing#createdWithTool": { "@id": "listdb:I0000000001" }, "skos:prefLabel": "20210512_1452_Fic_Hec_4W_d_1_1_org.mp4" }, { "@id": "listdb:I0000000004", "@type": [ "owl:NamedIndividual", "listdb:C0000000007" ], "skos:prefLabel": { "@language": "en", "@value": "intrinsic camera parameters file of traffic observation data set 20210512_1452_Fic_Hec_4W_d_1" } }, { "@id": "listdb:I0000000005", "@type": [ "owl:NamedIndividual", "listdb:C0000000008" ], "skos:prefLabel": { "@language": "en", "@value": "extrinsic camera parameters of 20210512_1452_Fic_Hec_4W_d_1" } }, { "@id": "listdb:I0000000009", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000016", "@type": [ "owl:NamedIndividual", "listdb:C0000000062" ], "dcterms:spatial": { "@id": "_:b1" }, "geowgs84:location": { "@id": "listdb:E0000000226" }, "skos:prefLabel": { "@language": "en", "@value": "20210512_1452_Fic_Hec_4W_d_1.txt" }, "wikidata:P281": "01097", "wikidata:P669": [ { "@id": "listdb:I0000000046" }, { "@language": "de", "@value": "Fichtenstrasse" }, { "@language": "de", "@value": "Hechstrasse" } ], "listdb:AP0000000064": { "@language": "en", "@value": "GoPro mounted on drone. Videos were processed afterwards before saving." }, "listdb:AP0000000075": "Dresden", "listdb:AP0000000151": { "@id": "listdb:I0000000046" }, "listdb:AP0000000161": 1, "listdb:AP0000000162": "GoPro Hero Session4", "listdb:AP0000000163": "C3141324515055", "listdb:DP0000000027": { "@language": "de", "@value": "LKT" }, "listdb:DP0000000028": "Test", "listdb:DP0000000029": 2, "listdb:DP0000000187": "20210512_1452", "listdb:E0000000213": { "@id": "listdb:I0000000206" }, "listdb:E0000000216": { "@id": "listdb:E0000000217" }, "listdb:E0000000223": { "@id": "listdb:E0000000224" }, "listdb:E0000000230": { "@id": "listdb:E0000000231" }, "listdb:E0000000232": { "@id": "listdb:E0000000235" }, "listdb:E0000000236": { "@id": "listdb:E0000000237" }, "listdb:OP0000000018": { "@id": "listdb:I0000000024" }, "listdb:OP0000000038": { "@id": "listdb:I0000000034" }, "listdb:OP0000000042": { "@id": "listdb:I0000000044" }, "listdb:OP0000000049": { "@id": "listdb:I0000000048" }, "listdb:OP0000000056": { "@id": "listdb:I0000000054" }, "listdb:OP0000000060": { "@id": "listdb:I0000000058" }, "listdb:OP0000000073": { "@id": "listdb:I0000000067" }, "listdb:OP0000000085": { "@id": "listdb:I0000000081" }, "listdb:OP0000000118": { "@id": "listdb:I0000000088" }, "listdb:OP0000000119": { "@id": "listdb:I0000000111" }, "listdb:OP0000000124": { "@id": "listdb:I0000000122" }, "listdb:OP0000000125": { "@id": "listdb:I0000000122" }, "listdb:OP0000000127": { "@id": "listdb:I0000000122" }, "listdb:OP0000000129": { "@id": "listdb:I0000000122" }, "listdb:OP0000000165": { "@id": "listdb:I0000000155" }, "listdb:OP0000000166": { "@id": "listdb:I0000000160" }, "listdb:OP0000000167": { "@id": "listdb:I0000000122" }, "listdb:OP0000000168": { "@id": "listdb:I0000000122" }, "listdb:OP0000000169": { "@id": "listdb:I0000000122" }, "listdb:OP0000000170": { "@id": "listdb:I0000000122" }, "listdb:OP0000000171": { "@id": "listdb:I0000000122" }, "listdb:OP0000000172": { "@id": "listdb:I0000000122" }, "listdb:OP0000000173": { "@id": "listdb:I0000000122" }, "listdb:OP0000000174": { "@id": "listdb:I0000000122" }, "listdb:OP0000000175": { "@id": "listdb:I0000000122" }, "listdb:OP0000000176": { "@id": "listdb:I0000000122" }, "listdb:OP0000000177": { "@id": "listdb:I0000000122" }, "listdb:OP0000000178": { "@id": "listdb:I0000000122" }, "listdb:OP0000000179": { "@id": "listdb:I0000000122" }, "listdb:OP0000000180": { "@id": "listdb:I0000000122" }, "listdb:OP0000000181": { "@id": "listdb:I0000000122" }, "listdb:OP0000000182": { "@id": "listdb:I0000000122" }, "listdb:OP0000000183": { "@id": "listdb:I0000000122" }, "listdb:OP0000000184": { "@id": "listdb:I0000000122" }, "listdb:OP0000000185": { "@id": "listdb:I0000000149" }, "listdb:OP0000000190": { "@id": "listdb:I0000000036" }, "listdb:OP0000000194": { "@id": "listdb:I0000000046" }, "listdb:OP0000000196": { "@id": "listdb:I0000000036" }, "listdb:OP0000000197": { "@id": "listdb:I0000000036" }, "listdb:OP0000000199": [ { "@id": "listdb:I0000000200" }, { "@id": "_:b0" } ], "listdb:OP0000000201": { "@id": "listdb:I0000000202" } }, { "@id": "listdb:I0000000024", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000034", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000036", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000044", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000046", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000048", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000054", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000058", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000067", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000081", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000088", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000111", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000118", "@type": [ "owl:NamedIndividual", "listdb:C0000000202" ], "http://purl.obolibrary.org/obo/RO_0002234": { "@id": "listdb:E0000000251" }, "http://w3id.org/nfdi4ing/metadata4ing#hasEmployedTool": { "@id": "listdb:I0000000001" }, "skos:prefLabel": "02_Static-01_Urban-01_Node-01_4W-01_Dry-20210512", "http://www.w3.org/ns/prov#qualifiedAssociation": { "@id": "listdb:I0000000009" } }, { "@id": "listdb:I0000000122", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000149", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000155", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000160", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000200", "@type": "owl:NamedIndividual" }, { "@id": "listdb:I0000000202", "@type": "owl:NamedIndividual" }, { "@id": "listdb:OP0000000001", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000018", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000038", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000042", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000049", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000056", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000060", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000073", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000085", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000118", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000119", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000124", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000125", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000127", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000129", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000165", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000166", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000167", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000168", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000169", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000170", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000171", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000172", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000173", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000174", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000175", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000176", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000177", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000178", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000179", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000180", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000181", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000182", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000183", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000184", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000185", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000190", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000194", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000196", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000197", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000199", "@type": "owl:ObjectProperty" }, { "@id": "listdb:OP0000000201", "@type": "owl:ObjectProperty" } ] } ```

Cross reference for ListDB Ontology classes, properties and dataproperties back to ToC

This section provides details for each class and property defined by ListDB Ontology.

Classes

analysis filec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000009

The analysis files of the videos created during a video-based traffic observation.
has super-classes
information content entity c

Bridgec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000147

has super-classes
Location c

BusLanec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000128

has super-classes
Location c

BusStopc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000130

has super-classes
Location c

Bypassc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000126

has super-classes
Location c

calibrated videoc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000004

Calibrated video files per time slot.
has super-classes
traffic video c

Cityc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000071

has super-classes
Location c

CurbExtensionc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000142

Extended side space (German: "Vorgezogener Seitenraum")
has super-classes
Location c

devicec back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/OBI_0000968

digital camerac back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/OBI_0001048

An image acquisition device that takes video or still photographs, or both, digitally by recording images via an electronic image sensor.
Source
http://en.wikipedia.org/wiki/Digital_camera
Term status
http://purl.obolibrary.org/obo/IAO_0000120
has super-classes
image acquisition device image creation device c
has sub-classes
GoPro Hero Session4 c, traffic camera c
has members
camera C3141324515055 ni

Environmentc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000039

has super-classes
traffic observation value type c
has sub-classes
Light c, Rain c, RoadCondition c, Sunshine c, Wind c
is disjoint with
Organizational c, Location c, Measurement c, other c

extrinsic camera parameters filec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000008

The extrinsic camera parameters used for the video analysis.
has super-classes
parameter file c
has members
extrinsic camera parameters of 20210512_1452_Fic_Hec_4W_d_1 ni

Geometryc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000086

has super-classes
Location c
is in range of
geometry op
has members
3W ni, 4W ni, 4W+ ni, L1 ni, L2 ni, L3 ni, L4 ni, L5 ni, L6 ni, L6+ ni, Ot ni

GoPro Hero Session4c back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000005

has super-classes
digital camera c

Gradientc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000148

has super-classes
Location c
has members
Flat ni, Rising/descending ni

GreenArrowc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000120

has super-classes
Location c

image acquisition devicec back to ToC or Class ToC

image creation devicec back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/OBI_0000398

An image creation device is a device which captures a digitized image of an object
Source
sep:00096
Term status
http://purl.obolibrary.org/obo/IAO_0000123
is equivalent to
device c and (has function op some image acquisition function c)
has super-classes
measurement device c
has sub-classes
digital camera c

image acquisition functionc back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/OBI_0000397

has sub-classes
traffic video acquisition c
has members
traffic video acquisition ni

IndependentCyclePathc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000134

Independent cycle path without footpath
has super-classes
Location c

information content entityc back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/IAO_0000030

has sub-classes
analysis file c, metadata file c, parameter file c, video c
is in range of
has_File op

intrinsic camera parameters filec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000007

This file is mandatory.
has super-classes
parameter file c
has members
intrinsic camera parameters file of traffic observation data set 20210512_1452_Fic_Hec_4W_d_1 ni

LeftTurnProtectionc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000123

Left turners have their own lane incl. own traffic lights
has super-classes
Location c

Lightc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000057

has super-classes
Environment c
has members
Day ni, Night ni
is disjoint with
RoadCondition c, Sunshine c, Rain c, Wind c

Locationc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000066

has super-classes
Location c
has members
Highway ni, Rural ni, Urban ni

Measurementc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000152

has super-classes
traffic observation value type c
has sub-classes
Mode c, Mounting c, Type c
is disjoint with
Environment c, Organizational c, Location c, other c

measurement devicec back to ToC or Class ToC

IRI: http://purl.obolibrary.org/obo/OBI_0000832

has super-classes
tool c
has sub-classes
image acquisition device image creation device c

metadata filec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000062

For every time slot and camera a .txt-file is created. If there is an interruption of more than 10 minutes, a new .txt-file is created.
This file is mandatory
has super-classes
information content entity c
is in domain of
FOV op, FPS op, Light op, Megapixel op, Rain op, RecordingTime op, Remarks, ResolutionHeight op, ResolutionWidth op, StudyID dp, Sunshine op, Temperature op, Timestamp dp, Wind op, ZipCode, bridge op, bus lane op, bus stop op, bypass op, cameraHeight op, city dp, curb extension op, environmental attribute op, geometry op, gradient op, green arrow op, has quantity op, has road condition op, independant cycle path op, left turn protection op, location op, location op, location attributes op, measurement attributes op, mode, mounting op, mounting angle op, organisational attribute op, parking lots op, pedestrian refuge op, pedestrian signals op, protected cycle lane op, sensor op, seperated cycle path op, seperated tram tracks op, shape op, shared cycle path op, shared tram tracks op, source dp, speed calming op, speed camera op, speedLimitMax op, status op, temporalProperties op, temporalProperties dp, traffic regulation op, tram stop op, tunnel op, type op, unprotected cycle lane op, zebra crossing op
has members
20210512_1452_Fic_Hec_4W_d_1.txt ni

Modec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000204

has super-classes
Measurement c
has members
Default ni, Wide ni
is disjoint with
Type c, Mounting c

Mountingc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000158

has super-classes
Measurement c
has members
Drone ni, Stationary ni
is disjoint with
Type c, Mode c

MPEG-4c back to ToC or Class ToC

IRI: http://edamontology.org/format_3997

has super-classes
format 2333 c, format 3547 c
is also defined as
named individual

Organizationalc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000040

has super-classes
traffic observation value type c
has sub-classes
Status c
is in range of
organisational attribute op
is disjoint with
Environment c, Location c, Measurement c, other c

original videoc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000003

Original video files per time slot.
has super-classes
traffic video c
has members
20210512_1452_Fic_Hec_4W_d_1_1_org.mp4 ni

otherc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#E0000000253

Date:
09T11:06:51Z/09/2021
has super-classes
traffic observation value type c
has members
8888 ni, 9999 ni, FALSE ni, TRUE ni
is disjoint with
Environment c, Organizational c, Location c, Measurement c

parameter filec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000006

has super-classes
information content entity c
has sub-classes
extrinsic camera parameters file c, intrinsic camera parameters file c
is in range of
has parameter description op

ParkingLotsc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000145

has super-classes
Location c

PedestrianRefugec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000140

has super-classes
Location c

PedestrianSignalsc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000139

Traffic lights for pedestrians
has super-classes
Location c

pointc back to ToC or Class ToC

IRI: http://www.w3.org/2003/01/geo/wgs84_pos#Point

Uniquely identified by lat/long/alt. i.e. spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), lat(P2, LAT), long(P2, LONG), alt(P2, ALT). sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
has super-classes
spatial thing c
has members
Point of recording of traffic observation 20210512_1452_Fic_Hec_4W_d_1 ni

ProtectedCycleLanec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000138

Cycle path with structural separation
has super-classes
Location c

Rainc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000047

has super-classes
Environment c
has members
Light ni, No ni, Strong ni
is disjoint with
RoadCondition c, Sunshine c, Wind c, Light c

RoadConditionc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000033

has super-classes
Environment c
has members
dry ni, wet ni
is disjoint with
Sunshine c, Rain c, Wind c, Light c

SeparatedCyclePathc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000135

Footpath and cycle path are separated
has super-classes
Location c

SeparatedTramTracksc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000131

has super-classes
Location c

Shapec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000080

has super-classes
Location c
is in range of
shape op
has members
Curve ni, Node ni, Straight ni

SharedCyclePathc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000136

Common footpath and cycle path
has super-classes
Location c

SharedTramTracksc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000132

has super-classes
Location c

Special Aspectsc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000079

has super-classes
traffic observation value type c
is in range of
Remarks

SpeedCalmingc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000143

has super-classes
Location c

SpeedCamerac back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000144

has super-classes
Location c

statues value (TU D)c back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000020

has super-classes
Status c
has members
ExternPublic ni, ExternRestricted ni, ExternTempRestricted ni, TUDPublic ni, TUDRestricted ni, TUDTempRestricted ni

Statusc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000019

Class that subsumes potential values for object property 'status'.
has super-classes
Organizational c
has sub-classes
statues value (TU D) c
is in range of
status op

Sunshinec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000041

has super-classes
Environment c
has members
Light ni, No ni, Strong ni
is disjoint with
RoadCondition c, Rain c, Wind c, Light c

traffic camerac back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000010

is equivalent to
digital camera c and (has function op some traffic video acquisition c)
has super-classes
digital camera c

traffic observation (procedure)c back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000203

is equivalent to
r o 0002234 op some traffic observation data set c
has super-classes
processing step c
has sub-classes
video-based traffic observation (procedure) c

traffic observation data setc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000061

a data set in ListDB that constitutes a traffic observation, can consist of several files
is equivalent to
has_File op min 1 original video c
has_File op min 1 intrinsic camera parameters file c
has_File op min 1 metadata file c
has super-classes
dataset c
is in domain of
has_File op
is in range of
is_File_Of op

traffic observation value typec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000065

has sub-classes
Environment c, Location c, Measurement c, Organizational c, Special Aspects c, other c

traffic videoc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000002

is equivalent to
video c and (b f o 0000050 op some traffic observation data set c)
has super-classes
video c
has sub-classes
calibrated video c, original video c

traffic video acquisitionc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#I0000000006

has super-classes
image acquisition function c
is also defined as
named individual

TrafficRegulationc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000098

has super-classes
Location c
has members
Cycle street ni, Entry/exit ni, Fully signalized ni, Highway junction ni, Inflected right of way ni, Interchange ni, Mini roundabout ni, One way street ni, Other ni, Partially signalized ni, Pedestrian zone ni, Ramp ni, Roundabout ni, Shared space ni, Stop-controlled ni, Traffic calmed area ni, Turbo roundabout ni, Uncontrolled ni, Yield-controlled ni

TramStopc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000133

has super-classes
Location c

Tunnelc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000146

has super-classes
Location c

Typec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000153

has super-classes
Measurement c
is in range of
type op
has members
Accident_Statistics ni, Dynamic ni, Individual fusion ni, Static ni
is disjoint with
Mounting c, Mode c

UnprotectedCycleLanec back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000137

Cycle path without structural separation
has super-classes
Location c

videoc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000001

a sequence of moving pictures resulting from the application of an image creation device
has super-classes
information content entity c
has sub-classes
traffic video c
has members
20210512_1452_Fic_Hec_4W_d_1_1_org.mp4 ni

video recording (procedure)c back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000201

is equivalent to
processing step c and (r o 0002234 op some video c)
has super-classes
processing step c
has sub-classes
video-based traffic observation (procedure) c

video-based traffic observation (procedure)c back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000202

video-based observation of traffic
is equivalent to
(r o 0002234 op some traffic observation data set c) and (has employed tool op some image acquisition device image creation device c)
has super-classes
traffic observation (procedure) c, video recording (procedure) c

Windc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000052

has super-classes
Environment c
has members
Light ni, No ni, Strong ni
is disjoint with
RoadCondition c, Sunshine c, Rain c, Light c

ZebraCrossingc back to ToC or Class ToC

IRI: https://w3id.org/listdb/onto#C0000000141

has super-classes
Location c

Object Properties

bridgeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000184

has super-properties
location attributes op
has domain
metadata file c
has range
Bridge c or other c

bus laneop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000129

has super-properties
location attributes op
has domain
metadata file c
has range
BusLane c or other c

bus stopop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000167

has super-properties
location attributes op
has domain
metadata file c
has range
BusStop c or other c

bypassop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000127

has super-properties
location attributes op
has domain
metadata file c
has range
Bypass c or other c

cameraHeightop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000190

Rounded height of the camera in metres - for stationary and for drone-based recordings
has super-properties
has quantity op, measurement attributes op
has domain
metadata file c
has range
quantity c or other c

created with toolop back to ToC or Object Property ToC

IRI: http://w3id.org/nfdi4ing/metadata4ing#createdWithTool

has domain

curb extensionop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000179

has super-properties
location attributes op
has domain
metadata file c
has range
CurbExtension c or other c

environmental attributeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000037

has sub-properties
Light op, Rain op, Sunshine op, Temperature op, Wind op, has road condition op
has domain
metadata file c
has range
Environment c or other c

FOVop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000197

Field of view in degree (rounded)
has super-properties
has quantity op, measurement attributes op
has domain
metadata file c
has range
quantity c or other c

FPSop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000199

Frames per seconds in 1/s
has super-properties
has quantity op, measurement attributes op
has domain
metadata file c
has range
quantity c or other c

geometryop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000118

has super-properties
location attributes op
has domain
metadata file c
has range
Geometry c

gradientop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000185

has super-properties
location attributes op
has domain
metadata file c
has range
Gradient c or other c

green arrowop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000125

has super-properties
location attributes op
has domain
metadata file c
has range
GreenArrow c or other c

has formatop back to ToC or Object Property ToC

IRI: http://edamontology.org/has_format

Subject A can be any concept or entity outside of an ontology (or an ontology concept in a role of an entity being semantically annotated) that is (or is in a role of) 'Data', or an input, output, input or output argument of an 'Operation'. Object B can either be a concept that is a 'Format', or in unexpected cases an entity outside of an ontology that is a 'Format' or is in the role of a 'Format'. In EDAM, 'has_format' is not explicitly defined between EDAM concepts, only the inverse 'is_format_of'.
has domain
data 0006 c
has range
format 1915 c
is inverse of
is format of op

has functionop back to ToC or Object Property ToC

IRI: http://purl.obolibrary.org/obo/RO_0000085

has parameter descriptionop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000001

has domain
method c or tool c
has range
parameter file c

has quantityop back to ToC or Object Property ToC

IRI: http://qudt.org/schema/qudt/hasQuantity

Is defined by
http://qudt.org/2.1/schema/qudt
http://qudt.org/2.1/schema/shacl/qudt
has sub-properties
FOV op, FPS op, Temperature op, cameraHeight op, mounting angle op, sensor op, speedLimitMax op
has domain
metadata file c
has range
quantity c or other c

has road conditionop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000038

has super-properties
environmental attribute op
has domain
metadata file c
has range
RoadCondition c or other c

has_Fileop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000252

has super-properties
b f o 0000051 op
has domain
traffic observation data set c
has range
information content entity c
is inverse of
is_File_Of op

independant cycle pathop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000171

has super-properties
location attributes op
has domain
metadata file c
has range
IndependentCyclePath c or other c

is_File_Ofop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000002

has super-properties
b f o 0000050 op
has domain
thing c
has range
traffic observation data set c
is inverse of
has_File op

left turn protectionop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000124

has super-properties
location attributes op
has domain
metadata file c
has range
LeftTurnProtection c or other c

Lightop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000060

has super-properties
environmental attribute op
has domain
metadata file c
has range
Light c or other c

locationop back to ToC or Object Property ToC

IRI: http://www.w3.org/2003/01/geo/wgs84_pos#location

The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping .
has super-properties
location attributes op
has domain
metadata file c
has range
spatial thing c

locationop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000073

has super-properties
location attributes op
has domain
metadata file c
has range
Location c or other c

measurement attributesop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000164

has sub-properties
FOV op, FPS op, Megapixel op, ResolutionHeight op, ResolutionWidth op, cameraHeight op, mounting op, mounting angle op, sensor op, type op
has domain
metadata file c
has range
Measurement c or other c

Megapixelop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000230

Effective pixel in megapixel.
has super-properties
measurement attributes op
has domain
metadata file c
has range
quantity c or other c

mountingop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000166

has super-properties
measurement attributes op
has domain
metadata file c
has range
Mounting c or other c

mounting angleop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000194

Rounded angle of incidence of the camera in degrees with stationary mounting
has super-properties
has quantity op, measurement attributes op
has domain
metadata file c
has range
quantity c or other c

organisational attributeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000017

has sub-properties
status op
has domain
metadata file c
has range
Organizational c

parking lotsop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000182

has super-properties
location attributes op
has domain
metadata file c
has range
ParkingLots c or other c

pedestrian refugeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000177

has super-properties
location attributes op
has domain
metadata file c
has range
PedestrianRefuge c or other c

pedestrian signalsop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000176

has super-properties
location attributes op
has domain
metadata file c
has range
PedestrianSignals c or other c

protected cycle laneop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000175

has super-properties
location attributes op
has domain
metadata file c
has range
ProtectedCycleLane c or other c

Rainop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000049

has super-properties
environmental attribute op
has domain
metadata file c
has range
Rain c or other c

RecordingTimeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000223

Recording time per time slot in minutes (length of all single videos per time slot / txt-file)
has super-properties
temporalProperties op
has domain
metadata file c
has range
quantity c

ResolutionHeightop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000236

Resolution (height / vertical) in pixel
has super-properties
measurement attributes op
has domain
metadata file c
has range
quantity c or other c

ResolutionWidthop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000232

Resolution (width / horizontal) in pixel
has super-properties
measurement attributes op
has domain
metadata file c
has range
quantity c or other c

sensorop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000196

Image sensor size in inches.
has super-properties
has quantity op, measurement attributes op
has domain
metadata file c
has range
quantity c or other c

seperated cycle pathop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000172

has super-properties
location attributes op
has domain
metadata file c
has range
SeparatedCyclePath c or other c

seperated tram tracksop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000168

has super-properties
location attributes op
has domain
metadata file c
has range
SeparatedTramTracks c or other c

shapeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000085

has super-properties
location attributes op
has domain
metadata file c
has range
Shape c

shared cycle pathop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000173

has super-properties
location attributes op
has domain
metadata file c
has range
SharedCyclePath c or other c

shared tram tracksop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000169

has super-properties
location attributes op
has domain
metadata file c
has range
SharedTramTracks c or other c

speed calmingop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000180

has super-properties
location attributes op
has domain
metadata file c
has range
SpeedCalming c or other c

speed cameraop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000181

has super-properties
location attributes op
has domain
metadata file c
has range
SpeedCamera c or other c

speedLimitMaxop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000201

Maximum (highest) speed limit of all segments observed in km/h
has super-properties
has quantity op, location attributes op
has domain
metadata file c
has range
quantity c or other c

statusop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000018

has super-properties
organisational attribute op
has domain
metadata file c
has range
Status c

Sunshineop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000042

has super-properties
environmental attribute op
has domain
metadata file c
has range
Sunshine c or other c

Temperatureop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000216

Rounded outdoor temperature in degree Celsius, e.g. read from the current weather display.
has super-properties
environmental attribute op, has quantity op
has domain
metadata file c
has range
quantity c or other c

temporalPropertiesop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#E0000000222

has sub-properties
RecordingTime op
has domain
metadata file c
has range
quantity c

traffic regulationop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000119

has super-properties
location attributes op
has domain
metadata file c
has range
TrafficRegulation c or other c

tram stopop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000170

has super-properties
location attributes op
has domain
metadata file c
has range
TramStop c or other c

tunnelop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000183

has super-properties
location attributes op
has domain
metadata file c
has range
Tunnel c or other c

typeop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000165

has super-properties
measurement attributes op
has domain
metadata file c
has range
Type c

unitop back to ToC or Object Property ToC

IRI: http://qudt.org/schema/qudt/unit

A reference to the unit of measure of a quantity (variable or constant) of interest.
Is defined by
http://qudt.org/2.1/schema/qudt
http://qudt.org/2.1/schema/shacl/qudt
has domain
quantity c
has range
unit c

unprotected cycle laneop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000174

has super-properties
location attributes op
has domain
metadata file c
has range
UnprotectedCycleLane c or other c

Windop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000056

has super-properties
environmental attribute op
has domain
metadata file c
has range
Wind c or other c

zebra crossingop back to ToC or Object Property ToC

IRI: https://w3id.org/listdb/onto#OP0000000178

has super-properties
location attributes op
has domain
metadata file c
has range
ZebraCrossing c or other c

Data Properties

citydp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#DP0000000074

has characteristics: functional

has domain
metadata file c
has range
string

EmployeeIDdp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#DP0000000029

Unique identifier of the employee collecting the videos. Remains constant for all data collections. Given by the responsible institution. Every institution gets a fixed ID-range, e.g. 0-100.
has domain
person c or metadata file c
has range
integer

latitudedp back to ToC or Data Property ToC

IRI: http://www.w3.org/2003/01/geo/wgs84_pos#lat

The WGS84 latitude of a SpatialThing (decimal degrees).
GPS latitude (WGS84) of the centre point of the video recording.
has domain
spatial thing c
has range

longitudedp back to ToC or Data Property ToC

IRI: http://www.w3.org/2003/01/geo/wgs84_pos#long

The WGS84 longitude of a SpatialThing (decimal degrees).
GPS longitude (WGS84) of the centre point of the video recording.
has domain
spatial thing c
has range

sourcedp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#DP0000000027

(German) Abbreviation of the institution collecting the data.
has domain
metadata file c
has range
plain literal or literal or string

StudyIDdp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#DP0000000028

Unique identifier of the study framing the data collection. Unchanged for all videos within a study. Given by the responsible institution.
has domain
metadata file c
has range
string

temporalPropertiesdp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#E0000000218

has sub-properties
Timestamp dp
has domain
metadata file c

Timestampdp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#DP0000000187

YearMonthDay_HourMinute(HourMinute in 24 hour scheme)
has super-properties
temporalProperties dp
has domain
metadata file c
has range

Wertdp back to ToC or Data Property ToC

IRI: https://w3id.org/listdb/onto#value

Wer innerhalb einer Quantity. Wird bei QUDT als ObjectProperty definiert, sodass nicht einfach ein Wert angegeben werden kann, sondern eine Zahl durch URI angegeben werden müsste. Oder habe ich das missverstanden?
has domain
quantity c

Named Individuals

20210512_1452_Fic_Hec_4W_d_1.txtni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000016

belongs to
metadata file c
has facts
location op Point of recording of traffic observation 20210512_1452_Fic_Hec_4W_d_1
Temperature op environmental temperature at recording time of traffic observation 20210512_1452_Fic_Hec_4W_d_1
RecordingTime op recording time of traffic observation 20210512_1452_Fic_Hec_4W_d_1
Megapixel op Megapixel of camera used during traffic observation
ResolutionWidth op resolution width of camera used during traffic observation 20210512_1452_Fic_Hec_4W_d_1
ResolutionHeight op resolution height of camera used during traffic observation 20210512_1452_Fic_Hec_4W_d_1
status op TUDPublic
has road condition op dry
Sunshine op Light
Rain op No
Wind op Light
Light op Day
location op Urban
shape op Node
geometry op 4W
traffic regulation op Uncontrolled
left turn protection op FALSE
green arrow op FALSE
bypass op FALSE
bus lane op FALSE
type op Static
mounting op Drone
bus stop op FALSE
seperated tram tracks op FALSE
shared tram tracks op FALSE
tram stop op FALSE
independant cycle path op FALSE
seperated cycle path op FALSE
shared cycle path op FALSE
unprotected cycle lane op FALSE
protected cycle lane op FALSE
pedestrian signals op FALSE
pedestrian refuge op FALSE
zebra crossing op FALSE
curb extension op FALSE
speed calming op FALSE
speed camera op FALSE
parking lots op FALSE
tunnel op FALSE
bridge op FALSE
gradient op Flat
cameraHeight op 9999
mounting angle op 8888
sensor op 9999
FOV op 9999
FPS op FPS of camera used in traffic observation 20210512_1452_Fic_Hec_4W_d_1
FPS op ""
speedLimitMax op speed limit at location of observation 20210512_1452_Fic_Hec_4W_d_1
source dp "LKT"@de
StudyID dp "Test"
EmployeeID dp "2"^^integer
Timestamp dp "20210512_1452"

20210512_1452_Fic_Hec_4W_d_1_1_org.mp4ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000002

belongs to
video c
original video c
has facts
has format op MPEG-4
created with tool op camera C3141324515055

3Wni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000089

Node with 3 arms
belongs to
Geometry c

4Wni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000088

Node with 4 arms
belongs to
Geometry c

4W+ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000087

Node with more than 4 arms
belongs to
Geometry c

8888ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000046

not applicable
belongs to
other c

9999ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000036

unknown
belongs to
other c

Accident_Statisticsni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000154

Collected data are accidents
belongs to
Type c

Camera hight Measurement in 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000191

belongs to
quantity c
has facts
unit op metre
Wert dp "60"^^integer

Curveni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000082

belongs to
Shape c

Cycle streetni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000112

Bycicles have right of way, even over cars
belongs to
TrafficRegulation c

Dayni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000058

Daylight recording
belongs to
Light c

Defaultni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000205

Standard camera-mode
belongs to
Mode c

Droneni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000160

Camera mounted on drone
belongs to
Mounting c

dryni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000034

Dry road surface
belongs to
RoadCondition c

Dynamicni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000156

Data is from NDS studies
belongs to
Type c

employee with ID 2ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000003

has facts
EmployeeID dp "2"^^integer

Entry/exitni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000102

Acceleration / deceleration lane for entry or exit
belongs to
TrafficRegulation c

environmental temperature at recording time of traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000217

belongs to
quantity c
has facts
unit op degree celsius
Wert dp "4"^^integer

ExternPublicni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000021

External public
belongs to
statues value (TU D) c

ExternRestrictedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000022

External restricted
belongs to
statues value (TU D) c

ExternTempRestrictedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000023

External temporary restricted
belongs to
statues value (TU D) c

extrinsic camera parameters of 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000005

belongs to
extrinsic camera parameters file c

FALSEni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000122

belongs to
other c

Field of view of camera used in a traffic observationni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000198

belongs to
quantity c
has facts
unit op d e g
Wert dp "72"^^integer

Flatni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000149

Gradient between or equal to -2 % and +2 %
belongs to
Gradient c

FPS of camera used in traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000200

belongs to
quantity c
has facts
unit op f r a m e p e r s e c
Wert dp "25"

Fully signalizedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000103

Intersection is fully controlled by traffic lights
belongs to
TrafficRegulation c

Highwayni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000069

Highway. The highest road class visible in the image is decisive for the assignment.
belongs to
Location c

Highway junctionni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000099

Total view of a highway junction including on- and off-ramps. (German: "Anschlussstelle")
belongs to
TrafficRegulation c

image sensor size of observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000207

has facts
unit op inch
Wert dp "1/2.3"

Individual fusionni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000157

Data is from individual fusion
belongs to
Type c

Inflected right of wayni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000110

Intersection has inflected right of way
belongs to
TrafficRegulation c

Interchangeni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000100

Plan-free junction, with all roads being highways (that is, only changes between highways are possible). (German: "Autobahnkreuz").
belongs to
TrafficRegulation c

intrinsic camera parameters file of traffic observation data set 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000004

belongs to
intrinsic camera parameters file c

L1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000091

One lane in total at curve / straight
belongs to
Geometry c

L2ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000092

Two lanes in total at curve / straight
belongs to
Geometry c

L3ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000093

Three lanes in total at curve / straight
belongs to
Geometry c

L4ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000094

Four lanes in total at curve / straight
belongs to
Geometry c

L5ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000095

Five lanes in total at curve / straight
belongs to
Geometry c

L6ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000096

Six lanes in total at curve / straight
belongs to
Geometry c

L6+ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000097

More than six lanes in total at curve / straight
belongs to
Geometry c

Lightni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000044

Light sunshine
belongs to
Sunshine c

Lightni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000050

Light rain
belongs to
Rain c

Lightni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000054

Light wind
belongs to
Wind c

ListDBni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000015

belongs to
catalog c

megapixelni back to ToC or Named Individual ToC

IRI: https://www.wikidata.org/wiki/Q949075

Megapixel of camera used during traffic observationni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000231

belongs to
quantity c
has facts
unit op megapixel
Wert dp "8"^^integer

metreni back to ToC or Named Individual ToC

IRI: http://dbpedia.org/resource/Metre

belongs to
unit c

Mini roundaboutni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000109

Centre island can be driven over
belongs to
TrafficRegulation c

Mounting angle of camera used in a traffic observationni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000195

belongs to
quantity c
has facts
unit op d e g
Wert dp "50"^^integer

MPEG-4ni back to ToC or Named Individual ToC

IRI: http://edamontology.org/format_3997

belongs to
format 3547 c
is also defined as
class

Nightni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000059

Recording at dusk / night
belongs to
Light c

Noni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000043

No sunshine
belongs to
Sunshine c

Noni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000048

No rain
belongs to
Rain c

Noni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000053

No wind
belongs to
Wind c

Nodeni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000081

Intersection / junction
belongs to
Shape c

One way streetni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000113

belongs to
TrafficRegulation c

Otni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000090

Other node
belongs to
Geometry c

Otherni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000117

belongs to
TrafficRegulation c

Partially signalizedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000104

Intersection is partially controlled by traffic lights
belongs to
TrafficRegulation c

Pedestrian zoneni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000116

belongs to
TrafficRegulation c

Point of recording of traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000226

belongs to
point c
has facts
latitude dp "+13.746898"
longitude dp "+51.075043"

Rampni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000101

Connection section in plan-free junctions.
belongs to
TrafficRegulation c

recording time of traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000224

belongs to
quantity c
has facts
unit op minute time
Wert dp "15"^^non negative integer

resolution height of camera used during traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000237

belongs to
quantity c
has facts
unit op pixel
Wert dp "1080"^^integer

resolution width of camera used during traffic observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#E0000000235

belongs to
quantity c
has facts
unit op pixel
Wert dp "1920"^^integer

Rising/descendingni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000150

Gradient above +2 % or below -2 %
belongs to
Gradient c

role of employee with ID 2 in traffic observation 02_Static-01_Urban-01_Node-01_4W-01_Dry-20210512ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000009

has facts
agent op employee with ID 2
had role op data collector

Roundaboutni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000107

Normal roundabout without targeted guidance of vehicles and with fixed central island
belongs to
TrafficRegulation c

Ruralni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000068

Outside a locality
belongs to
Location c

Shared spaceni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000115

Nobody has right of way, road users communicate with each other
belongs to
TrafficRegulation c

speed limit at location of observation 20210512_1452_Fic_Hec_4W_d_1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000202

belongs to
quantity c
has facts
unit op kilo m p e r h r
Wert dp "30"^^integer

Staticni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000155

Data is from traffic observation
belongs to
Type c

Stationaryni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000159

Stationary mounted camera
belongs to
Mounting c

Stop-controlledni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000106

At least 1 stop sign at the intersection
belongs to
TrafficRegulation c

Straightni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000083

belongs to
Shape c

Strongni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000045

belongs to
Sunshine c

Strongni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000051

Strong rain
belongs to
Rain c

Strongni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000055

Strong wind
belongs to
Wind c

Traffic calmed areani back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000114

e.g. living area
belongs to
TrafficRegulation c

traffic video acquisitionni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000006

belongs to
image acquisition function c
is also defined as
class

TRUEni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000121

belongs to
other c

TUDPublicni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000024

Public within TUD
belongs to
statues value (TU D) c

TUDRestrictedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000025

Restricted use within TUD
belongs to
statues value (TU D) c

TUDTempRestrictedni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000026

belongs to
statues value (TU D) c

Turbo roundaboutni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000108

Pre-sorting of the exit directions
belongs to
TrafficRegulation c

Uncontrolledni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000111

Intersection is uncontrolled
belongs to
TrafficRegulation c

Urbanni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000067

Within a locality
belongs to
Location c

wetni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000035

Wet road surface
belongs to
RoadCondition c

Wideni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000206

Wide-angle mode
belongs to
Mode c

Yield-controlledni back to ToC or Named Individual ToC

IRI: https://w3id.org/listdb/onto#I0000000105

No stop sign at the intersection
belongs to
TrafficRegulation c

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

Albertoni, Ricardo et al. (2020): Data Catalog Vocabulary (DCAT) - Version 2. W3C Recommendation. URL: https://www.w3.org/TR/vocab-dcat-2/ Arndt, Susanne; Bäumler, Maximilian; Roski, Stefanie; Fuchs, Matthias (2021): Strukturierte Metadaten in den Verkehrswissenschaften. In: Marco Berger, Jan Linxweiler & Stefanie Roski (eds): NFDI4Ing Conference 2021 - Collection of Abstracts. Zenodo. https://doi.org/10.5281/zenodo.5702697. - Slide Set 1: https://cloudstore.zih.tu-dresden.de/index.php/s/FdsMH5JfxpGxCfo - Slide Set 2: https://cloudstore.zih.tu-dresden.de/index.php/s/fajs8GPBoXQ5c23 Brickley, Dan (2009): WGS84 Geo Positioning: an RDF vocabulary. URI: (http://www.w3.org/2003/01/geo/wgs84_pos#). DCMI Usage Board (2020): DCMI Metadata Terms. URI: (http://purl.org/dc/elements/1.1/), (http://purl.org/dc/terms/). Miles, Alistair; Bechhofer, Sean (2004): SKOS Vocabulary. URI: (http://www.w3.org/2004/02/skos/core#). Open Geospatial Consortium (2012): OGC GeoSPARQL – A Geographic Query Language for RDF Data. URI: (http://www.opengis.net/ont/geosparql#). QUDT.org (2022): Quantities, Units, Dimensions and Types. URI: (http://qudt.org/schema/qudt/). DOI: (https://doi.org/10.25504/FAIRsharing.d3pqw7).

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.