Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
InterConnect Public
Ontology
Commits
e8c85f9d
Commit
e8c85f9d
authored
Apr 08, 2022
by
Giulia Biagioni
Browse files
update ic-data
removal of description of the domain of ic-tplg:hastopologicalassociation from ic-data
parent
fe36fcb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ontology/Interconnect/ic-data.ttl
View file @
e8c85f9d
...
...
@@ -151,13 +151,7 @@ ic-tplg:containsQuantity rdf:type owl:ObjectProperty ;
### http://ontology.tno.nl/interconnect/topology#hasTopologicalAssociation
ic-tplg:
hasTopologicalAssociation
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
ic-data:
DataPoint
ic-data:
TimeSeries
<http://ontology.tno.nl/interconnect/forecast#Forecast>
)
]
.
ic-tplg:
hasTopologicalAssociation
rdf:
type
owl:
ObjectProperty
.
### http://www.ontology-of-units-of-measure.org/resource/om-2/hasAggregateFunction
...
...
ontology/Interconnect/ic-topology.ttl
View file @
e8c85f9d
...
...
@@ -33,9 +33,9 @@ It reuses geo ontologies to specify the geographical location associated to a Fo
It also reuses s4bldg:BuildingSpace."""
@en
.
#################################################################
# Annotation properties
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/creator
dc:
creator
rdf:
type
owl:
AnnotationProperty
.
...
...
@@ -92,9 +92,9 @@ foaf:based_near rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
# Object Properties
#################################################################
### http://ontology.tno.nl/interconnect/topology#hasACPhase
:
hasACPhase
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
owl:
topObjectProperty
;
...
...
@@ -121,7 +121,13 @@ foaf:based_near rdf:type owl:AnnotationProperty .
### http://ontology.tno.nl/interconnect/topology#hasTopologicalAssociation
:
hasTopologicalAssociation
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
[
rdf:
type
owl:
Class
;
rdfs:
domain
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
ic-data:
DataPoint
ic-data:
TimeSeries
<http://ontology.tno.nl/interconnect/forecast#Forecast>
)
]
;
rdfs:
range
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
:
TopologicalLocation
geo:
SpatialThing
s4bldg:
BuildingSpace
...
...
@@ -193,9 +199,9 @@ geo:location rdf:type owl:ObjectProperty ;
#################################################################
# Data properties
# Data properties
#################################################################
### http://ontology.tno.nl/interconnect/topology#hasTopologicalLocationDescription
:
hasTopologicalLocationDescription
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
TopologicalLocation
;
...
...
@@ -269,9 +275,9 @@ gn:postalCode rdf:type owl:DatatypeProperty ;
#################################################################
# Classes
# Classes
#################################################################
### http://ontology.tno.nl/interconnect/topology#ACMeasurementPhase
:
ACMeasurementPhase
rdf:
type
owl:
Class
;
rdfs:
comment
"A measurement phase."
@en
;
...
...
@@ -399,9 +405,9 @@ s4bldg:BuildingSpace rdf:type owl:Class ;
#################################################################
# Individuals
# Individuals
#################################################################
### http://ontology.tno.nl/interconnect/topology#L1
:
L1
rdf:
type
owl:
NamedIndividual
,
:
ACPhaseName
;
...
...
@@ -538,9 +544,9 @@ s4bldg:BuildingSpace rdf:type owl:Class ;
]
.
#################################################################
# Annotations
# Annotations
#################################################################
geo:
dc:
date
"$Date: 2009/04/20 15:00:30 $"
;
rdfs:
label
"geo"
;
dc:
description
"""A vocabulary for representing latitude, longitude and
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment