Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/index-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,29 @@
],
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/cityjson-v2"
},
{
"slug": "edint-contaminacion-acustica",
"title": "EDINT Noise Pollution Ontology (Ontología de Contaminación Acústica)",
"description": "Small domain extension of the EDINT Environmental Sensors Ontology (edint-medio-ambiente) for noise pollution observations, adding acoustic-measurement-specific properties (frequency weighting, time constant, reference interval, level statistic, predominant emitter type).",
"publisher": "EDINT - Espacio de Datos para las Infraestructuras Urbanas Inteligentes (EU-funded), with Universidad Politécnica de Madrid (UPM/OEG) as technical developer",
"sourceUrl": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica/tree/main",
"license": "CC-BY-4.0",
"domains": [
"SmartCities",
"Environment"
],
"modelCount": 1,
"models": [
{
"name": "NoiseObservation",
"title": "Smart Data Models - EDINT Noise Pollution - NoiseObservation",
"description": "An observation of a noise property made by a noise sensor (edintacus:NoiseObservation, subclass of edint-medio-ambiente's EnvironmentalObservation). Small domain extension adding acoustic-measurement-specific properties on top of the base EnvironmentalObservation pattern.",
"schemaUrl": "https://raw.githubusercontent.com/smart-data-models/Candidates/master/standards/edint-contaminacion-acustica/models/NoiseObservation/schema.json",
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/edint-contaminacion-acustica/models/NoiseObservation"
}
],
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/edint-contaminacion-acustica"
},
{
"slug": "edint-infraestructura",
"title": "EDINT Infrastructure Ontology (Ontología de Infraestructura)",
Expand Down
23 changes: 23 additions & 0 deletions standards-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,29 @@
],
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/cityjson-v2"
},
{
"slug": "edint-contaminacion-acustica",
"title": "EDINT Noise Pollution Ontology (Ontología de Contaminación Acústica)",
"description": "Small domain extension of the EDINT Environmental Sensors Ontology (edint-medio-ambiente) for noise pollution observations, adding acoustic-measurement-specific properties (frequency weighting, time constant, reference interval, level statistic, predominant emitter type).",
"publisher": "EDINT - Espacio de Datos para las Infraestructuras Urbanas Inteligentes (EU-funded), with Universidad Politécnica de Madrid (UPM/OEG) as technical developer",
"sourceUrl": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica/tree/main",
"license": "CC-BY-4.0",
"domains": [
"SmartCities",
"Environment"
],
"modelCount": 1,
"models": [
{
"name": "NoiseObservation",
"title": "Smart Data Models - EDINT Noise Pollution - NoiseObservation",
"description": "An observation of a noise property made by a noise sensor (edintacus:NoiseObservation, subclass of edint-medio-ambiente's EnvironmentalObservation). Small domain extension adding acoustic-measurement-specific properties on top of the base EnvironmentalObservation pattern.",
"schemaUrl": "https://raw.githubusercontent.com/smart-data-models/Candidates/master/standards/edint-contaminacion-acustica/models/NoiseObservation/schema.json",
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/edint-contaminacion-acustica/models/NoiseObservation"
}
],
"githubUrl": "https://github.com/smart-data-models/Candidates/tree/master/standards/edint-contaminacion-acustica"
},
{
"slug": "edint-infraestructura",
"title": "EDINT Infrastructure Ontology (Ontología de Infraestructura)",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"@context": {
"NoiseObservation": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/NoiseObservation",
"dateCreated": "https://schema.org/dateCreated",
"dateModified": "https://schema.org/dateModified",
"name": "https://schema.org/name",
"alternateName": "https://schema.org/alternateName",
"description": "https://schema.org/description",
"source": "https://purl.org/dc/terms/source",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"seeAlso": "https://schema.org/seeAlso",
"identifier": "http://purl.org/dc/terms/identifier",
"madeBySensor": "http://www.w3.org/ns/sosa/madeBySensor",
"featureOfInterest": "http://www.w3.org/ns/sosa/hasFeatureOfInterest",
"result": "http://www.w3.org/ns/sosa/hasSimpleResult",
"unitCode": "http://qudt.org/schema/qudt/unit",
"resultTime": "http://www.w3.org/ns/sosa/resultTime",
"phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime",
"noiseReferenceInterval": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/noiseReferenceInterval",
"noisePonderation": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/noisePonderation",
"noiseEmitterPredominantType": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/noiseEmitterPredominantType",
"noiseRateType": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/noiseRateType",
"noiseTimeConstantType": "http://vocab.linkeddata.es/datosabiertos/def/contaminacionacustica/noiseTimeConstantType"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"id": "urn:ngsi-ld:NoiseObservation:LAeq-001-2026-03-18T08",
"type": "NoiseObservation",
"name": {
"type": "Text",
"value": "A-weighting equivalent noise pressure level - 18/03/2026 08:00"
},
"source": {
"type": "URL",
"value": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica"
},
"identifier": {
"type": "Text",
"value": "Medicion_001"
},
"madeBySensor": {
"type": "URL",
"value": "urn:ngsi-ld:EnvironmentalSensor:NOISE-001"
},
"featureOfInterest": {
"type": "URL",
"value": "http://vocab.linkeddata.es/datosabiertos/kos/edint/foi/AcousticEnvironment"
},
"result": {
"type": "Number",
"value": 57.4
},
"unitCode": {
"type": "Text",
"value": "DeciB"
},
"resultTime": {
"type": "DateTime",
"value": "2026-03-18T08:00:00+01:00"
},
"noiseReferenceInterval": {
"type": "Text",
"value": "EquivalentLevel"
},
"noisePonderation": {
"type": "Text",
"value": "A"
},
"noiseEmitterPredominantType": {
"type": "Text",
"value": "motorvehicle"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"id": "urn:ngsi-ld:NoiseObservation:LAeq-001-2026-03-18T08",
"type": "NoiseObservation",
"name": {
"type": "Property",
"value": "A-weighting equivalent noise pressure level - 18/03/2026 08:00"
},
"source": {
"type": "Relationship",
"object": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica"
},
"identifier": {
"type": "Property",
"value": "Medicion_001"
},
"madeBySensor": {
"type": "Relationship",
"object": "urn:ngsi-ld:EnvironmentalSensor:NOISE-001"
},
"featureOfInterest": {
"type": "Relationship",
"object": "http://vocab.linkeddata.es/datosabiertos/kos/edint/foi/AcousticEnvironment"
},
"result": {
"type": "Property",
"value": 57.4
},
"unitCode": {
"type": "Property",
"value": "DeciB"
},
"resultTime": {
"type": "Property",
"value": "2026-03-18T08:00:00+01:00"
},
"noiseReferenceInterval": {
"type": "Property",
"value": "EquivalentLevel"
},
"noisePonderation": {
"type": "Property",
"value": "A"
},
"noiseEmitterPredominantType": {
"type": "Property",
"value": "motorvehicle"
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/Candidates/master/standards/edint-contaminacion-acustica/models/NoiseObservation/context.jsonld"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "urn:ngsi-ld:NoiseObservation:LAeq-001-2026-03-18T08",
"type": "NoiseObservation",
"name": "A-weighting equivalent noise pressure level - 18/03/2026 08:00",
"source": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica",
"identifier": "Medicion_001",
"madeBySensor": "urn:ngsi-ld:EnvironmentalSensor:NOISE-001",
"featureOfInterest": "http://vocab.linkeddata.es/datosabiertos/kos/edint/foi/AcousticEnvironment",
"result": 57.4,
"unitCode": "DeciB",
"resultTime": "2026-03-18T08:00:00+01:00",
"noiseReferenceInterval": "EquivalentLevel",
"noisePonderation": "A",
"noiseEmitterPredominantType": "motorvehicle"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "urn:ngsi-ld:NoiseObservation:LAeq-001-2026-03-18T08",
"type": "NoiseObservation",
"name": "A-weighting equivalent noise pressure level - 18/03/2026 08:00",
"source": "https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica",
"identifier": "Medicion_001",
"madeBySensor": "urn:ngsi-ld:EnvironmentalSensor:NOISE-001",
"featureOfInterest": "http://vocab.linkeddata.es/datosabiertos/kos/edint/foi/AcousticEnvironment",
"result": 57.4,
"unitCode": "DeciB",
"resultTime": "2026-03-18T08:00:00+01:00",
"noiseReferenceInterval": "EquivalentLevel",
"noisePonderation": "A",
"noiseEmitterPredominantType": "motorvehicle",
"@context": [
"https://raw.githubusercontent.com/smart-data-models/Candidates/master/standards/edint-contaminacion-acustica/models/NoiseObservation/context.jsonld"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://raw.githubusercontent.com/smart-data-models/Candidates/master/standards/edint-contaminacion-acustica/models/NoiseObservation/schema.json",
"modelTags": "EDINT,Environment",
"title": "Smart Data Models - EDINT Noise Pollution - NoiseObservation",
"description": "An observation of a noise property made by a noise sensor (edintacus:NoiseObservation, subclass of edint-medio-ambiente's EnvironmentalObservation). Small domain extension adding acoustic-measurement-specific properties on top of the base EnvironmentalObservation pattern.",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uri",
"description": "Property. Unique identifier of the entity"
},
"type": {
"type": "string",
"enum": ["NoiseObservation"],
"description": "Property. NGSI-LD Entity type. It must be equal to 'NoiseObservation'"
},
"dateCreated": {
"type": "string",
"format": "date-time",
"description": "Property. Model:'https://schema.org/DateTime'. Entity creation timestamp. This will usually be allocated by the storage platform."
},
"dateModified": {
"type": "string",
"format": "date-time",
"description": "Property. Model:'https://schema.org/DateTime'. Timestamp of the last modification of the entity. This will usually be allocated by the storage platform."
},
"name": {
"type": "string",
"description": "Property. Model:'https://schema.org/name'. Name of this item."
},
"alternateName": {
"type": "string",
"description": "Property. Model:'https://schema.org/alternateName'. An alternative name for this item."
},
"description": {
"type": "string",
"description": "Property. Model:'https://schema.org/description'. Description of this item."
},
"source": {
"type": "string",
"description": "Property. A sequence of characters giving the source of the entity data."
},
"dataProvider": {
"type": "string",
"description": "Property. A sequence of characters identifying the provider of the harmonised data entity."
},
"seeAlso": {
"type": "array",
"items": {"type": "string", "format": "uri"},
"description": "Property. Model:'https://schema.org/URL'. list of uri pointing to additional resources about the item."
},
"identifier": {
"type": "string",
"description": "Property. A human-readable code shared by all values calculated for the same measurement session (dct:identifier)."
},
"madeBySensor": {
"type": "string",
"format": "uri",
"description": "Relationship. The EnvironmentalSensor (noise sensor) that made this observation (sosa:madeBySensor). Inherited from EnvironmentalObservation."
},
"featureOfInterest": {
"type": "string",
"format": "uri",
"description": "Relationship. The environmental medium observed, e.g. the acoustic environment (sosa:hasFeatureOfInterest). Inherited from EnvironmentalObservation."
},
"result": {
"type": "number",
"description": "Property. The simple value of the observation, typically a sound pressure level (sosa:hasSimpleResult). Inherited from EnvironmentalObservation."
},
"unitCode": {
"type": "string",
"description": "Property. The unit the result is expressed in, e.g. 'DeciB'. Inherited from EnvironmentalObservation."
},
"resultTime": {
"type": "string",
"format": "date-time",
"description": "Property. Model:'https://schema.org/DateTime'. Instant when the observation result was generated (sosa:resultTime). Inherited from EnvironmentalObservation."
},
"phenomenonTime": {
"type": "string",
"format": "date-time",
"description": "Property. Model:'https://schema.org/DateTime'. Instant or interval when the observed situation occurred (sosa:phenomenonTime). Inherited from EnvironmentalObservation."
},
"noiseReferenceInterval": {
"type": "string",
"enum": ["EquivalentLevel", "Day_evening_night", "Day", "Evening", "Night", "PeakLevel"],
"description": "Property. The measurement period this noise observation refers to (edintacus:noiseReferenceInterval)."
},
"noisePonderation": {
"type": "string",
"enum": ["A", "C"],
"description": "Property. The frequency weighting applied to the noise measurement, per ISO 1996 (edintacus:noisePonderation)."
},
"noiseEmitterPredominantType": {
"type": "string",
"enum": ["motorvehicle", "train", "aircraft", "transportationindustry", "railwayindustry", "airportinfrastructure", "machineryandequipment", "constructionsite", "industrialactivity", "commercialactivity", "sportandleisureactivity", "portinfrastructure"],
"description": "Property. The predominant type of noise emitter for this observation (edintacus:noiseEmitterPredominantType)."
},
"noiseRateType": {
"type": "string",
"enum": ["Max", "Min", "P01", "P10", "P50", "P90", "P99"],
"description": "Property. The type of level statistic for the noise pressure level -- maximum, minimum, or a percentile (P01/P10/P50/P90/P99), from the source's own numeric concept notations '01'/'10'/'50'/'90'/'99' (edintacus:noiseRateType)."
},
"noiseTimeConstantType": {
"type": "string",
"enum": ["Slow", "Fast", "Impulse"],
"description": "Property. The time constant used for the noise measurement, per IEC 61672 (edintacus:noiseTimeConstantType)."
}
},
"required": ["id", "type"]
}
Loading