Skip to content
Snippets Groups Projects
Commit a3ef936c authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Frame Ontology Update

parent 860b5237
Branches
No related tags found
No related merge requests found
...@@ -273,6 +273,10 @@ cts:batch_execution ...@@ -273,6 +273,10 @@ cts:batch_execution
sh:rule cts:update-net-extension-rules ; sh:rule cts:update-net-extension-rules ;
sh:rule cts:update-preprocessing-rules ; sh:rule cts:update-preprocessing-rules ;
. .
cts:batch_execution_1
rdf:type cts:batch_execution ;
rdfs:label "batch execution 1" ;
.
cts:bypass-reification cts:bypass-reification
rdf:type sh:SPARQLRule ; rdf:type sh:SPARQLRule ;
sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#> sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#>
......
# baseURI: https://unsel.tetras-libre.fr/tenet/frame/system-ontology # baseURI: https://unsel.tetras-libre.fr/tenet/frame/system-ontology
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sys: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/> . @prefix sys: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/> .
@prefix sys-Event: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/Event#> . @prefix sys-Event: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/Event#> .
@prefix sys-State_Property: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/State_Property#> . @prefix sys-State_Property: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/State_Property#> .
...@@ -10,15 +13,17 @@ ...@@ -10,15 +13,17 @@
@prefix sys-component: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/component#> . @prefix sys-component: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/component#> .
@prefix sys-message: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/message#> . @prefix sys-message: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/message#> .
@prefix sys-place: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/place#> . @prefix sys-place: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/place#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sys-relation: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/relation/> . @prefix sys-relation: <https://unsel.tetras-libre.fr/tenet/frame/system-ontology/relation/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology> <https://unsel.tetras-libre.fr/tenet/frame/system-ontology>
rdf:type owl:Ontology ; rdf:type owl:Ontology ;
. .
sys:Annotation
rdf:type rdf:Property ;
rdfs:label "structure property" ;
rdfs:subPropertyOf sys:Property ;
.
sys:Climate_Policy sys:Climate_Policy
rdf:type owl:Class ; rdf:type owl:Class ;
rdfs:label "Climate Policy"@en ; rdfs:label "Climate Policy"@en ;
...@@ -26,10 +31,10 @@ sys:Climate_Policy ...@@ -26,10 +31,10 @@ sys:Climate_Policy
rdfs:subClassOf sys:Structure ; rdfs:subClassOf sys:Structure ;
sys:is_class "Climate_Policy" ; sys:is_class "Climate_Policy" ;
. .
sys:Annotation sys:Enterprise
rdf:type rdf:Property ; rdf:type owl:Class ;
rdfs:label "structure property" ; rdfs:label "Enterprise" ;
rdfs:subPropertyOf sys:Property ; rdfs:subClassOf sys:Structure ;
. .
sys:Environmental_Actor sys:Environmental_Actor
rdf:type owl:Class ; rdf:type owl:Class ;
...@@ -58,6 +63,13 @@ sys:ObjectProperty ...@@ -58,6 +63,13 @@ sys:ObjectProperty
rdfs:label "Object Property" ; rdfs:label "Object Property" ;
rdfs:subPropertyOf sys:Property ; rdfs:subPropertyOf sys:Property ;
. .
sys:Physical
rdf:type owl:Class ;
rdfs:label "physical"@en ;
rdfs:label "physique"@fr ;
rdfs:subClassOf sys:Structure ;
sys:is_class "Physical" ;
.
sys:Property sys:Property
rdf:type rdf:Property ; rdf:type rdf:Property ;
rdfs:label "Property" ; rdfs:label "Property" ;
...@@ -74,13 +86,6 @@ sys:Seed ...@@ -74,13 +86,6 @@ sys:Seed
rdfs:label "seed property" ; rdfs:label "seed property" ;
rdfs:subPropertyOf sys:Property ; rdfs:subPropertyOf sys:Property ;
. .
sys:Physical
rdf:type owl:Class ;
rdfs:label "physical"@en ;
rdfs:label "physique"@fr ;
rdfs:subClassOf sys:Structure ;
sys:is_class "Physical" ;
.
sys:Structure sys:Structure
rdf:type owl:Class ; rdf:type owl:Class ;
rdfs:label "System Ontology Structure" ; rdfs:label "System Ontology Structure" ;
...@@ -97,7 +102,7 @@ sys:abstract_thing ...@@ -97,7 +102,7 @@ sys:abstract_thing
rdf:type owl:Class ; rdf:type owl:Class ;
rdfs:label "abstract thing"@en ; rdfs:label "abstract thing"@en ;
rdfs:label "élément abstrait"@fr ; rdfs:label "élément abstrait"@fr ;
rdfs:subClassOf sys:Abstraction ; rdfs:subClassOf sys:Structure ;
sys:has_mother_class sys:Abstraction ; sys:has_mother_class sys:Abstraction ;
sys:has_restriction "icl>abstract_thing" ; sys:has_restriction "icl>abstract_thing" ;
sys:is_class "abstract_thing" ; sys:is_class "abstract_thing" ;
...@@ -163,6 +168,14 @@ sys:consumption ...@@ -163,6 +168,14 @@ sys:consumption
sys:has_restriction "consumption" ; sys:has_restriction "consumption" ;
sys:is_class "consumption" ; sys:is_class "consumption" ;
. .
sys:document
rdf:type owl:Class ;
rdfs:label "document" ;
rdfs:subClassOf sys:Enterprise ;
sys:has_mother_class sys:Enterprise ;
sys:has_restriction "icl>plan" ;
sys:is_class "sys:document" ;
.
sys:entityClassProperty sys:entityClassProperty
rdf:type rdf:Property ; rdf:type rdf:Property ;
rdfs:label "entity property" ; rdfs:label "entity property" ;
...@@ -286,6 +299,7 @@ sys:phenomenon ...@@ -286,6 +299,7 @@ sys:phenomenon
rdfs:label "phénomène"@fr ; rdfs:label "phénomène"@fr ;
rdfs:subClassOf sys:Physical ; rdfs:subClassOf sys:Physical ;
sys:has_mother_class sys:Physical ; sys:has_mother_class sys:Physical ;
sys:has_restriction "icl>diverseness" ;
sys:has_restriction "icl>physical_phenomenon" ; sys:has_restriction "icl>physical_phenomenon" ;
sys:is_class "place" ; sys:is_class "place" ;
. .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment