Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref4bldg
Commits
33eb144a
Commit
33eb144a
authored
May 23, 2019
by
Maxime Lefrançois
Browse files
restricted saref-ext to saref4bldg
parent
e7b8e320
Changes
186
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 186+
files are displayed.
Plain diff
Email patch
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/OnToology.cfg
deleted
100644 → 0
View file @
e7b8e320
[ar2dtool]
enable = False
[widoco]
enable = False
[oops]
enable = False
\ No newline at end of file
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/context/context.jsonld
deleted
100644 → 0
View file @
e7b8e320
{
"@context" : {
"UnitOfMeasure" : {
"@id" : "https://w3id.org/saref#UnitOfMeasure"
},
"SoilTensiometer" : {
"@id" : "https://w3id.org/def/saref4agri#SoilTensiometer"
},
"Platform" : {
"@id" : "http://www.w3.org/ns/sosa/Platform"
},
"Deployment" : {
"@id" : "https://w3id.org/def/saref4agri#Deployment"
},
"hasDeploymentPeriod" : {
"@id" : "https://w3id.org/def/saref4agri#hasDeploymentPeriod"
},
"hosts" : {
"@id" : "http://www.w3.org/ns/sosa/hosts"
},
"measuresProperty" : {
"@id" : "https://w3id.org/saref#measuresProperty"
},
"hasValue" : {
"@id" : "https://w3id.org/saref#hasValue"
},
"Instant" : {
"@id" : "http://www.w3.org/2006/time#Instant"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"Measurement" : {
"@id" : "https://w3id.org/saref#Measurement"
},
"isHostedBy" : {
"@id" : "http://www.w3.org/ns/sosa/isHostedBy"
},
"inDeployment" : {
"@id" : "http://www.w3.org/ns/ssn/inDeployment"
},
"Interval" : {
"@id" : "http://www.w3.org/2006/time#Interval"
},
"hasEnd" : {
"@id" : "http://www.w3.org/2006/time#hasEnd"
},
"hasBeginning" : {
"@id" : "http://www.w3.org/2006/time#hasBeginning"
},
"alt" : {
"@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#alt"
},
"hasSubSystem" : {
"@id" : "http://www.w3.org/ns/ssn/hasSubSystem"
},
"makesMeasurement" : {
"@id" : "https://w3id.org/saref#makesMeasurement"
},
"hasDeployment" : {
"@id" : "http://www.w3.org/ns/ssn/hasDeployment"
},
"Property" : {
"@id" : "https://w3id.org/saref#Property"
},
"inXSDDateTimeStamp" : {
"@id" : "http://www.w3.org/2006/time#inXSDDateTimeStamp"
},
"isMeasuredIn" : {
"@id" : "https://w3id.org/saref#isMeasuredIn"
},
"relatesToProperty" : {
"@id" : "https://w3id.org/saref#relatesToProperty"
},
"deployedSystem" : {
"@id" : "http://www.w3.org/ns/ssn/deployedSystem"
},
"System" : {
"@id" : "http://www.w3.org/ns/ssn/System"
},
"deployedOnPlatform" : {
"@id" : "http://www.w3.org/ns/ssn/deployedOnPlatform"
},
"description" : {
"@id" : "http://purl.org/dc/elements/1.1/description"
}
}
}
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-class/exampleIrrigationUseCase1.ttl.png
deleted
100644 → 0
View file @
e7b8e320
184 KB
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-class/exampleIrrigationUseCase1.ttl.png.dot
deleted
100644 → 0
View file @
e7b8e320
digraph
ar2dtool_diagram
{
rankdir
=
LR
;
size
=
"1501"
"ex:ArvalisIrrinovStation01SoilSensor02"
->
"s4agri:SoilMoisture"
[
label
=
"saref:measuresProperty"
]
;
"ex:ArvalisIrrinovStation01SoilSensor02"
->
"ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
[
label
=
"saref:makesMeasurement"
]
;
"ex:TimeInterval2016-2017"
->
"ex:instant_2016-01-01T000000"
[
label
=
"time:hasEnd"
]
;
"ex:TimeInterval2016-2017"
->
"ex:instant_2017-12-31T235959"
[
label
=
"time:hasBeginning"
]
;
"ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
->
"s4agri:SoilMoisture"
[
label
=
"saref:relatesToProperty"
]
;
"ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
->
"om:millibar"
[
label
=
"saref:isMeasuredIn"
]
;
"ex:ArvalisDeployment20162017Land07"
->
"ex:TimeInterval2016-2017"
[
label
=
"s4agri:hasDeploymentPeriod"
]
;
"ex:ArvalisDeployment20162017Land07"
->
"ex:ArvalisIrrinovStation01"
[
label
=
"ssn:deployedSystem"
]
;
"ex:ArvalisDeployment20162017Land07"
->
"ex:PlatformArvalisLand07"
[
label
=
"ssn:deployedOnPlatform"
]
;
"https://w3id.org/def/saref4agri/example1"
->
"https://w3id.org/def/v1/saref4agri/example1"
[
label
=
"owl:versionIRI"
]
;
"ex:ArvalisIrrinovStation01SoilSensor01"
->
"s4agri:SoilMoisture"
[
label
=
"saref:measuresProperty"
]
;
"ex:PlatformArvalisLand07"
->
"ex:ArvalisDeployment20162017Land07"
[
label
=
"ssn:inDeployment"
]
;
"ex:PlatformArvalisLand07"
->
"ex:ArvalisIrrinovStation01"
[
label
=
"sosa:hosts"
]
;
"ex:ArvalisIrrinovStation01"
->
"ex:ArvalisIrrinovStation01SoilSensor02"
[
label
=
"ssn:hasSubSystem"
]
;
"ex:ArvalisIrrinovStation01"
->
"ex:ArvalisIrrinovStation01SoilSensor01"
[
label
=
"ssn:hasSubSystem"
]
;
"ex:ArvalisIrrinovStation01"
->
"ex:ArvalisDeployment20162017Land07"
[
label
=
"ssn:hasDeployment"
]
;
"ex:ArvalisIrrinovStation01"
->
"ex:PlatformArvalisLand07"
[
label
=
"sosa:isHostedBy"
]
;
}
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-class/exampleIrrigationUseCase1.ttl.png.graphml
deleted
100644 → 0
View file @
e7b8e320
<?xml version="1.0" encoding="UTF-8"?>
<graphml
xmlns=
"http://graphml.graphdrawing.org/xmlns/graphml"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:y=
"http://www.yworks.com/xml/graphml"
xsi:schemaLocation=
"http://graphml.graphdrawing.org/xmlns/graphml http://www.yworks.com/xml/schema/graphml/1.0/ygraphml.xsd"
>
<key
for=
"node"
id=
"d0"
yfiles.type=
"nodegraphics"
/>
<key
attr.name=
"description"
attr.type=
"string"
for=
"node"
id=
"d1"
/>
<key
for=
"edge"
id=
"d2"
yfiles.type=
"edgegraphics"
/>
<key
attr.name=
"description"
attr.type=
"string"
for=
"edge"
id=
"d3"
/>
<key
for=
"graphml"
id=
"d4"
yfiles.type=
"resources"
/>
<graph
edgedefault=
"directed"
id=
"G"
parse.edges=
"17"
parse.nodes=
"13"
parse.order=
"free"
>
<node
id=
"nid_ex:ArvalisIrrinovStation01SoilSensor02"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"380.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:ArvalisIrrinovStation01SoilSensor02
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<node
id=
"nid_s4agri:SoilMoisture"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"190.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
s4agri:SoilMoisture
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_saref:measuresProperty0"
source=
"nid_ex:ArvalisIrrinovStation01SoilSensor02"
target=
"nid_s4agri:SoilMoisture"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
saref:measuresProperty
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"780.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_saref:makesMeasurement1"
source=
"nid_ex:ArvalisIrrinovStation01SoilSensor02"
target=
"nid_ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
saref:makesMeasurement
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:TimeInterval2016-2017"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"240.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:TimeInterval2016-2017
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<node
id=
"nid_ex:instant_2016-01-01T000000"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"280.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:instant_2016-01-01T000000
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_time:hasEnd2"
source=
"nid_ex:TimeInterval2016-2017"
target=
"nid_ex:instant_2016-01-01T000000"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
time:hasEnd
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:instant_2017-12-31T235959"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"280.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:instant_2017-12-31T235959
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_time:hasBeginning3"
source=
"nid_ex:TimeInterval2016-2017"
target=
"nid_ex:instant_2017-12-31T235959"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
time:hasBeginning
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_saref:relatesToProperty4"
source=
"nid_ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
target=
"nid_s4agri:SoilMoisture"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
saref:relatesToProperty
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_om:millibar"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"110.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
om:millibar
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_saref:isMeasuredIn5"
source=
"nid_ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200"
target=
"nid_om:millibar"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
saref:isMeasuredIn
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:ArvalisDeployment20162017Land07"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"340.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:ArvalisDeployment20162017Land07
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_s4agri:hasDeploymentPeriod6"
source=
"nid_ex:ArvalisDeployment20162017Land07"
target=
"nid_ex:TimeInterval2016-2017"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
s4agri:hasDeploymentPeriod
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:ArvalisIrrinovStation01"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"260.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:ArvalisIrrinovStation01
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_ssn:deployedSystem7"
source=
"nid_ex:ArvalisDeployment20162017Land07"
target=
"nid_ex:ArvalisIrrinovStation01"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:deployedSystem
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:PlatformArvalisLand07"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"240.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:PlatformArvalisLand07
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_ssn:deployedOnPlatform8"
source=
"nid_ex:ArvalisDeployment20162017Land07"
target=
"nid_ex:PlatformArvalisLand07"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:deployedOnPlatform
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_https://w3id.org/def/saref4agri/example1"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"400.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
https://w3id.org/def/saref4agri/example1
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<node
id=
"nid_https://w3id.org/def/v1/saref4agri/example1"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"430.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
https://w3id.org/def/v1/saref4agri/example1
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_owl:versionIRI9"
source=
"nid_https://w3id.org/def/saref4agri/example1"
target=
"nid_https://w3id.org/def/v1/saref4agri/example1"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
owl:versionIRI
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<node
id=
"nid_ex:ArvalisIrrinovStation01SoilSensor01"
>
<data
key=
"d0"
>
<y:ShapeNode>
<y:Geometry
height=
"30.0"
width=
"380.0"
x=
"0.0"
y=
"0.0"
/>
<y:Fill
color=
"#FFFFFF"
transparent=
"false"
/>
<y:BorderStyle
color=
"#000000"
type=
"line"
width=
"1.0"
/>
<y:NodeLabel
alignment=
"center"
autoSizePolicy=
"content"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"internal"
modelPosition=
"c"
textColor=
"#000000"
visible=
"true"
>
ex:ArvalisIrrinovStation01SoilSensor01
</y:NodeLabel>
<y:Shape
type=
"rectangle"
/>
</y:ShapeNode>
</data>
<data
key=
"d1"
/>
</node>
<edge
id=
"eid_saref:measuresProperty10"
source=
"nid_ex:ArvalisIrrinovStation01SoilSensor01"
target=
"nid_s4agri:SoilMoisture"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
saref:measuresProperty
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_ssn:inDeployment11"
source=
"nid_ex:PlatformArvalisLand07"
target=
"nid_ex:ArvalisDeployment20162017Land07"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:inDeployment
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_sosa:hosts12"
source=
"nid_ex:PlatformArvalisLand07"
target=
"nid_ex:ArvalisIrrinovStation01"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
sosa:hosts
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_ssn:hasSubSystem13"
source=
"nid_ex:ArvalisIrrinovStation01"
target=
"nid_ex:ArvalisIrrinovStation01SoilSensor02"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:hasSubSystem
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_ssn:hasSubSystem14"
source=
"nid_ex:ArvalisIrrinovStation01"
target=
"nid_ex:ArvalisIrrinovStation01SoilSensor01"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:hasSubSystem
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_ssn:hasDeployment15"
source=
"nid_ex:ArvalisIrrinovStation01"
target=
"nid_ex:ArvalisDeployment20162017Land07"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
ssn:hasDeployment
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
<edge
id=
"eid_sosa:isHostedBy16"
source=
"nid_ex:ArvalisIrrinovStation01"
target=
"nid_ex:PlatformArvalisLand07"
>
<data
key=
"d2"
>
<y:PolyLineEdge>
<y:LineStyle
color=
"black"
type=
"line"
width=
"1.0"
/>
<y:Arrows
source=
"none"
target=
"normal"
/>
<y:EdgeLabel
alignment=
"center"
distance=
"2.0"
fontFamily=
"Dialog"
fontSize=
"12"
fontStyle=
"plain"
hasBackgroundColor=
"false"
hasLineColor=
"false"
modelName=
"six_pos"
modelPosition=
"tail"
preferredPlacement=
"anywhere"
ratio=
"0.5"
textColor=
"#000000"
visible=
"true"
>
sosa:isHostedBy
</y:EdgeLabel>
<y:BendStyle
smoothed=
"false"
/>
</y:PolyLineEdge>
</data>
<data
key=
"d3"
/>
</edge>
</graph>
</graphml>
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-taxonomy/exampleIrrigationUseCase1.ttl.png
deleted
100644 → 0
View file @
e7b8e320
114 Bytes
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-taxonomy/exampleIrrigationUseCase1.ttl.png.dot
deleted
100644 → 0
View file @
e7b8e320
digraph
ar2dtool_diagram
{
rankdir
=
LR
;
size
=
"1000"
}
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/ar2dtool-taxonomy/exampleIrrigationUseCase1.ttl.png.graphml
deleted
100644 → 0
View file @
e7b8e320
<?xml version="1.0" encoding="UTF-8"?>
<graphml
xmlns=
"http://graphml.graphdrawing.org/xmlns/graphml"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:y=
"http://www.yworks.com/xml/graphml"
xsi:schemaLocation=
"http://graphml.graphdrawing.org/xmlns/graphml http://www.yworks.com/xml/schema/graphml/1.0/ygraphml.xsd"
>
<key
for=
"node"
id=
"d0"
yfiles.type=
"nodegraphics"
/>
<key
attr.name=
"description"
attr.type=
"string"
for=
"node"
id=
"d1"
/>
<key
for=
"edge"
id=
"d2"
yfiles.type=
"edgegraphics"
/>
<key
attr.name=
"description"
attr.type=
"string"
for=
"edge"
id=
"d3"
/>
<key
for=
"graphml"
id=
"d4"
yfiles.type=
"resources"
/>
<graph
edgedefault=
"directed"
id=
"G"
parse.edges=
"0"
parse.nodes=
"0"
parse.order=
"free"
>
</graph>
</graphml>
OnToology/SAREF4AGRI/examples/exampleIrrigationUseCase1.ttl/diagrams/config/ar2dtool-class.conf
deleted
100644 → 0
View file @
e7b8e320
pathToDot
=/
usr
/
bin
/
dot
;
pathToTempDir
=/
home
/
ahmad
/
temp
;
imageSize
=
1501
;
rankdir
=
LR
;
########
#shapes#
########
#classShape=diamond;
#individualShape=diamond;
#literalShape=box;
#arrowhead=normal;
#arrowtail=normal;
#arrowdir=forward;
########
#colors#
########
classColor
=
orange
;
#individualColor=orange;
#literalColor=blue;
#arrowColor=blue;
#############
#RDF options#