-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgdSensor.ttl
More file actions
98 lines (85 loc) · 5.85 KB
/
gdSensor.ttl
File metadata and controls
98 lines (85 loc) · 5.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@prefix : <https://w3id.org/ad4gd/model/> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix stat: <http://data.europa.eu/m8g/> .
@prefix schema: <https://schema.org/> .
@prefix af-inspire: <http://inspire.ec.europa.eu/schemas/af/3.0#> .
@prefix act-inspire: <http://inspire.ec.europa.eu/schemas/act-core/3.0#> .
@prefix foodie: <http://foodie-cloud.com/model/foodie#> .
@prefix saref4agri: <https://saref.etsi.org/saref4agri/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix common: <http://portele.de/ont/inspire/baseInspire#> .
@prefix fiware: <https://smartdatamodels.org/> .
@prefix fiware-agrifood: <https://smartdatamodels.org/dataModel.Agrifood/> .
@prefix fiware-weather: <https://smartdatamodels.org/dataModel.Weather/> .
@prefix fiware-environment: <https://smartdatamodels.org/dataModel.Environment/> .
@prefix fiware-waterquality: <https://smartdatamodels.org/dataModel.WaterQuality/> .
@prefix iso19109: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#> .
@prefix iso19150-2: <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#> .
@prefix iso19103: <http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix cf-feature: <http://purl.oclc.org/NET/ssnx/cf/cf-feature#> .
@prefix quantity: <http://purl.oclc.org/NET/ssnx/qu/quantity#> .
@prefix cf: <http://purl.oclc.org/NET/ssnx/cf/cf-property#> .
@prefix qu: <http://purl.oclc.org/NET/ssnx/qu/qu#> .
@prefix dim: <http://purl.oclc.org/NET/ssnx/qu/dim#> .
@prefix m3-lite: <http://purl.org/iot/vocab/m3-lite#> .
@base <https://w3id.org/ad4gd/model/gdProperty/> .
<https://w3id.org/ad4gd/model/gdSensor> a owl:Ontology ;
owl:versionIRI <https://w3id.org/ad4gd/model/gdSensor/1.1> ;
dct:contributor [ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Alejandro Villar"
] ;
dct:creator [ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] ;
owl:imports <https://w3id.org/ad4gd/model/gdCommon> ,
<https://raw.githubusercontent.com/AD4GD/GDIM/refs/heads/main/AD4GD-vocabularies/pilot-1-water-quality-sensor-manufacturers.ttl> ,
<https://raw.githubusercontent.com/AD4GD/GDIM/refs/heads/main/AD4GD-vocabularies/pilot-1-water-quality-sensors.ttl> ,
<https://raw.githubusercontent.com/AD4GD/GDIM/refs/heads/main/AD4GD-vocabularies/pilot-2-air-quality-sensor-manufacturers.ttl> ,
<https://raw.githubusercontent.com/AD4GD/GDIM/refs/heads/main/AD4GD-vocabularies/pilot-2-air-quality-sensor-platforms.ttl> ,
<https://raw.githubusercontent.com/AD4GD/GDIM/refs/heads/main/AD4GD-vocabularies/pilot-2-air-quality-sensors.ttl>
;
dct:description "The GDSensor module is one of the modules of the AD4GD - Green Deal Information Model (GDIM). This ontology module was created by reusing and aligning well-known ontologies and vocabularies"@en ;
dct:rights "This vocabulary is distributed under Creative Commons Attribution 4.0 License - http://creativecommons.org/licenses/by/4.0"@en ;
dct:title "GDIM GDSensor"@en ;
rdfs:label "GDIM GDSensor" ;
rdfs:comment "The AD4GD - Green Deal Information Model (GDIM) is the common vocabulary in AD4GD project providing the basis for semantic interoperability across solutions related to the green deal domain"@en ;
owl:versionInfo "1.1" ;
foaf:maker [ foaf:homepage <https://ad4gd.eu/> ;
foaf:name "AD4GD project"
] .
#################################################################
# Annotation properties
#################################################################
#################################################################
# Datatypes
#################################################################
#################################################################
# Object Properties
#################################################################
#################################################################
# Data properties
#################################################################
#################################################################
# Alignments
#################################################################
#################################################################
# Individuals
#################################################################