From 39eecd103c1093ba200dedd219c91ca6f5931f93 Mon Sep 17 00:00:00 2001 From: David Rouquet <david.rouquet@tetras-libre.fr> Date: Sun, 10 May 2020 19:04:56 +0200 Subject: [PATCH] Modify example with the one built with unl2rdf webservice --- example-shacl-execution-result.ttl | 36 +- exemple-rdf-unl-automatic-unl2rdf.ttl | 670 +++++++++++++++++++++++++ exemple-shacl-rules.shapes.ttl | 8 +- schema.ttl | 682 +++++++++++++------------- 4 files changed, 1034 insertions(+), 362 deletions(-) create mode 100644 exemple-rdf-unl-automatic-unl2rdf.ttl diff --git a/example-shacl-execution-result.ttl b/example-shacl-execution-result.ttl index cee9740..4e0de0b 100644 --- a/example-shacl-execution-result.ttl +++ b/example-shacl-execution-result.ttl @@ -9,29 +9,31 @@ @prefix shacl-rules: <https://unl.tetras-libre.fr/rdf/shacl-rules#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -<https://unl.tetras-libre.fr/rdf/example#be_in_a_state(aoj--thing,icl--be,obj--state)> - rdf:type owl:DatatypeProperty ; - rdfs:domain <https://unl.tetras-libre.fr/rdf/example#channel(icl--radiowave)> ; - rdfs:range <https://unl.tetras-libre.fr/rdf/example#state(icl--attribute)> ; -. -<https://unl.tetras-libre.fr/rdf/example#channel(icl--radiowave)> - rdf:type owl:Class ; -. -<https://unl.tetras-libre.fr/rdf/example#channel(icl--radiowave)__00000014> - rdf:type <https://unl.tetras-libre.fr/rdf/example#channel(icl--radiowave)> ; - <https://unl.tetras-libre.fr/rdf/example#be_in_a_state(aoj--thing,icl--be,obj--state)> "broadcast(icl>message)" ; -. -<https://unl.tetras-libre.fr/rdf/example#state(icl--attribute)> - rdf:type rdfs:Datatype ; +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-> owl:cardinality 2 ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf ( - "listening(icl>sensing)" - "traffic(icl>communication)" + "listening(icl>sensing)"@unl + "traffic(icl>communication)"@unl ) ; ] ; - . +. +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-> + rdf:type owl:DatatypeProperty ; + rdfs:domain <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-> ; + rdfs:range <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-> ; +. +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-> + rdf:type owl:Class ; +. +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> + rdf:type <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-> ; + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-> "broadcast(icl>message)"@unl ; +. +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-> + rdf:type rdfs:Datatype ; +. <https://unl.tetras-libre.fr/rdf/rdf-unl-example-owl-extraction> rdf:type owl:Ontology ; owl:imports <https://unl.tetras-libre.fr/rdf/shacl-rules> ; diff --git a/exemple-rdf-unl-automatic-unl2rdf.ttl b/exemple-rdf-unl-automatic-unl2rdf.ttl new file mode 100644 index 0000000..09ae733 --- /dev/null +++ b/exemple-rdf-unl-automatic-unl2rdf.ttl @@ -0,0 +1,670 @@ +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "when(com>always,icl>how,obj>uw,tim<uw)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#when-com-always-icl-how-obj-uw-tim-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#when-com-always-icl-how-obj-uw-tim-uw-_obj_scope-01> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_tim_when-com-always-icl-how-obj-uw-tim-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#obj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#scope_01> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_obj_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> + a <https://unl.tetras-libre.fr/rdf/schema#obj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> . + +<https://unl.tetras-libre.fr/rdf/schema#mod> + a rdfs:Resource , rdfs:Class . + +<https://unl.tetras-libre.fr/rdf/schema#UNL_Scope> + a rdfs:Resource , rdfs:Class . + +rdfs:seeAlso + a rdfs:Resource , rdf:Property ; + rdfs:subPropertyOf rdfs:seeAlso . + +rdfs:comment + a rdfs:Resource , rdf:Property ; + rdfs:range rdfs:Literal . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_obj_state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#obj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_be-in-a-state-aoj-thing-icl-be-obj-state-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "allow(aoj>thing,ben>thing,equ>make_possible,icl>be,obj>uw)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#aoj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#ben> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@entry" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_obj_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_ben_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_aoj_system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#obj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> . + +rdf:Seq + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdf:Seq , rdfs:Container . + +rdfs:Literal + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdfs:Literal . + +rdfs:subClassOf + a rdfs:Resource , rdf:Property ; + rdfs:domain rdfs:Class ; + rdfs:range rdfs:Class . + +rdf:type + a rdfs:Resource , rdf:Property ; + rdfs:range rdfs:Class . + +<https://unl.tetras-libre.fr/rdf/schema#tim> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "display(agt>thing,equ>exhibit,icl>show,obj>thing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_2> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "2"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#2> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_qua_2> . + +rdf:rest + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:List ; + rdfs:range rdf:List ; + rdfs:subPropertyOf rdf:rest . + +rdfs:range + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_cnt_listening-icl-sensing-> + a <https://unl.tetras-libre.fr/rdf/schema#cnt> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "system(icl>group)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@def" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_agt_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_aoj_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#aoj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_be-in-a-state-aoj-thing-icl-be-obj-state-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> . + +<https://unl.tetras-libre.fr/rdf/schema#and> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#when-com-always-icl-how-obj-uw-tim-uw-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "when(com>always,icl>how,obj>uw,tim<uw)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#2> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "2"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_2> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#green-icl-adj-iof-color-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "green(icl>adj,iof>color)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_green-icl-adj-iof-color-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_agt_system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#agt> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> + a <https://unl.tetras-libre.fr/rdf/schema#UNL_Sentence> ; + rdfs:label "TBD : phrase en langue naturelle"@inv ; + <http://www.w3.org/2004/02/skos/core#altLabel> + """[S:R2] +agt(display(agt>thing,equ>exhibit,icl>show,obj>thing).@entry.@present,system(icl>group).@def) +mod(channel(icl>radiowave).@indef,green(icl>adj,iof>color)) +obj(display(agt>thing,equ>exhibit,icl>show,obj>thing).@entry.@present,channel(icl>radiowave).@indef) +tim(display(agt>thing,equ>exhibit,icl>show,obj>thing).@entry.@present,when(com>always,icl>how,obj>uw,tim<uw)) +aoj:01(be_in_a_state(aoj>thing,icl>be,obj>state).@entry.@present,channel(icl>radiowave).@indef) +plc:01(state(icl>attribute),broadcast(icl>message)) +obj:01(be_in_a_state(aoj>thing,icl>be,obj>state).@entry.@present,state(icl>attribute)) +obj(when(com>always,icl>how,obj>uw,tim<uw),:01) + +[/S]""" ; + <https://unl.tetras-libre.fr/rdf/schema#has_index> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#document> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#document> ; + <https://unl.tetras-libre.fr/rdf/schema#is_superstructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_broadcast-icl-message-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_system-icl-group-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_be-in-a-state-aoj-thing-icl-be-obj-state-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#scope_01> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_green-icl-adj-iof-color-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "state(icl>attribute)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#cnt> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@plu" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_cnt_listening-icl-sensing-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_qua_2> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_obj_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#qua> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_2> . + +rdfs:domain + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#traffic-icl-communication-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "traffic(icl>communication)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_traffic-icl-communication-> . + +rdf:first + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:List ; + rdfs:subPropertyOf rdf:first . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#ontology> + a owl:Ontology ; + owl:imports <https://unl.tetras-libre.fr/rdf/schema> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "system(icl>group)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@def" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_aoj_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> + a <https://unl.tetras-libre.fr/rdf/schema#UNL_Sentence> ; + rdfs:label "TBD : phrase en langue naturelle"@inv ; + <http://www.w3.org/2004/02/skos/core#altLabel> + """[S:R1] +aoj(allow(aoj>thing,ben>thing,equ>make_possible,icl>be,obj>uw).@entry,system(icl>group).@def) +obj(allow(aoj>thing,ben>thing,equ>make_possible,icl>be,obj>uw).@entry,take_on(aoj>thing,equ>assume,icl>change,obj>thing)) +ben(allow(aoj>thing,ben>thing,equ>make_possible,icl>be,obj>uw).@entry,channel(icl>radiowave).@indef) +aoj(take_on(aoj>thing,equ>assume,icl>change,obj>thing),channel(icl>radiowave).@indef) +obj(take_on(aoj>thing,equ>assume,icl>change,obj>thing),state(icl>attribute).@plu) +qua(state(icl>attribute).@plu,2) +cnt(state(icl>attribute).@plu,listening(icl>sensing)) +and(listening(icl>sensing),traffic(icl>communication)) + +[/S]""" ; + <https://unl.tetras-libre.fr/rdf/schema#has_index> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#document> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#document> ; + <https://unl.tetras-libre.fr/rdf/schema#is_superstructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_system-icl-group-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_traffic-icl-communication-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_2> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#listening-icl-sensing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "listening(icl>sensing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> . + +<https://unl.tetras-libre.fr/rdf/schema#UNL_Sentence> + a rdfs:Resource , rdfs:Class . + +rdf:List + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdf:List . + +rdfs:ContainerMembershipProperty + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdf:Property , rdfs:ContainerMembershipProperty . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_aoj_system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#aoj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "take_on(aoj>thing,equ>assume,icl>change,obj>thing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#document> + a <https://unl.tetras-libre.fr/rdf/schema#UNL_Document> ; + <https://unl.tetras-libre.fr/rdf/schema#is_superstructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> . + +owl:Ontology + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "channel(icl>radiowave)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@indef" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_ben_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_aoj_channel-icl-radiowave-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "be_in_a_state(aoj>thing,icl>be,obj>state)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_be-in-a-state-aoj-thing-icl-be-obj-state-> . + +rdfs:Class + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdfs:Class . + +rdfs:Datatype + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdfs:Class , rdfs:Datatype . + +rdfs:subPropertyOf + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Property ; + rdfs:range rdf:Property . + +rdf:Alt + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdf:Alt , rdfs:Container . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "state(icl>attribute)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-_plc_broadcast-icl-message-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_obj_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#plc> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_broadcast-icl-message-> . + +<https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_obj_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#obj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> . + +<https://unl.tetras-libre.fr/rdf/schema#cnt> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_be-in-a-state-aoj-thing-icl-be-obj-state-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "be_in_a_state(aoj>thing,icl>be,obj>state)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#aoj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@entry" , ".@present" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_obj_state-icl-attribute-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_aoj_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#obj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "channel(icl>radiowave)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> . + +rdf:object + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:object . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_aoj_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#aoj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> . + +<https://unl.tetras-libre.fr/rdf/schema#agt> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_tim_when-com-always-icl-how-obj-uw-tim-uw-> + a <https://unl.tetras-libre.fr/rdf/schema#tim> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> . + +<https://unl.tetras-libre.fr/rdf/schema#qua> + a rdfs:Resource , rdfs:Class . + +rdfs:Resource + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource . + +<https://unl.tetras-libre.fr/rdf/schema#UNL_Document> + a rdfs:Resource , rdfs:Class . + +rdf:Property + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdf:Property . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613#ontology> + a owl:Ontology ; + owl:imports <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#ontology> , <https://unl.tetras-libre.fr/rdf/schema> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#ontology> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#listening-icl-sensing-_and_traffic-icl-communication-> + a <https://unl.tetras-libre.fr/rdf/schema#and> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_traffic-icl-communication-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#when-com-always-icl-how-obj-uw-tim-uw-_obj_scope-01> + a <https://unl.tetras-libre.fr/rdf/schema#obj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#scope_01> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "take_on(aoj>thing,equ>assume,icl>change,obj>thing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#aoj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_aoj_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_obj_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_obj_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#obj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> . + +rdfs:label + a rdfs:Resource , rdf:Property ; + rdfs:range rdfs:Literal . + +<https://unl.tetras-libre.fr/rdf/schema#aoj> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "state(icl>attribute)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_broadcast-icl-message-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "broadcast(icl>message)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#broadcast-icl-message-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-_plc_broadcast-icl-message-> . + +rdfs:isDefinedBy + a rdfs:Resource , rdf:Property ; + rdfs:subPropertyOf rdfs:seeAlso , rdfs:isDefinedBy . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#broadcast-icl-message-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "broadcast(icl>message)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_broadcast-icl-message-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "system(icl>group)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-_ben_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#ben> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_channel-icl-radiowave-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_qua_2> + a <https://unl.tetras-libre.fr/rdf/schema#qua> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_2> . + +rdf:Statement + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Resource , rdf:Statement . + +<https://unl.tetras-libre.fr/rdf/schema#plc> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_green-icl-adj-iof-color-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "green(icl>adj,iof>color)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#green-icl-adj-iof-color-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-_mod_green-icl-adj-iof-color-> . + +rdfs:Container + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdfs:Container . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "state(icl>attribute)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> . + +() a rdfs:Resource , rdf:List . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-_mod_green-icl-adj-iof-color-> + a <https://unl.tetras-libre.fr/rdf/schema#mod> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_green-icl-adj-iof-color-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_display-agt-thing-equ-exhibit-icl-show-obj-thing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "display(agt>thing,equ>exhibit,icl>show,obj>thing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#agt> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@entry" , ".@present" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_obj_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_tim_when-com-always-icl-how-obj-uw-tim-uw-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_agt_system-icl-group-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#obj> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#tim> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_when-com-always-icl-how-obj-uw-tim-uw-> . + +<https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "channel(icl>radiowave)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> . + +<https://unl.tetras-libre.fr/rdf/schema#obj> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#take-on-aoj-thing-equ-assume-icl-change-obj-thing-_obj_state-icl-attribute-> + a <https://unl.tetras-libre.fr/rdf/schema#obj> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_take-on-aoj-thing-equ-assume-icl-change-obj-thing-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_state-icl-attribute-> . + +rdf:XMLLiteral + a rdfs:Resource , rdfs:Class , rdfs:Datatype . + +rdf:predicate + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:predicate . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "allow(aoj>thing,ben>thing,equ>make_possible,icl>be,obj>uw)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_allow-aoj-thing-ben-thing-equ-make-possible-icl-be-obj-uw-> . + +<https://unl.tetras-libre.fr/rdf/schema#ben> + a rdfs:Resource , rdfs:Class . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_channel-icl-radiowave-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "channel(icl>radiowave)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_attribute> + ".@indef" ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#channel-icl-radiowave-_mod_green-icl-adj-iof-color-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#display-agt-thing-equ-exhibit-icl-show-obj-thing-_obj_channel-icl-radiowave-> , <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#be-in-a-state-aoj-thing-icl-be-obj-state-_aoj_channel-icl-radiowave-> ; + <https://unl.tetras-libre.fr/rdf/schema#mod> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_green-icl-adj-iof-color-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#scope_01> + a <https://unl.tetras-libre.fr/rdf/schema#UNL_Scope> ; + rdfs:label "01"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#sentence_1> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#when-com-always-icl-how-obj-uw-tim-uw-_obj_scope-01> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#state-icl-attribute-_plc_broadcast-icl-message-> + a <https://unl.tetras-libre.fr/rdf/schema#plc> ; + <https://unl.tetras-libre.fr/rdf/schema#has_source> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_state-icl-attribute-> ; + <https://unl.tetras-libre.fr/rdf/schema#has_target> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_broadcast-icl-message-> . + +rdf:subject + a rdfs:Resource , rdf:Property ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:subject . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_traffic-icl-communication-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "traffic(icl>communication)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#traffic-icl-communication-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#listening-icl-sensing-_and_traffic-icl-communication-> . + +rdf:Bag + a rdfs:Resource , rdfs:Class ; + rdfs:subClassOf rdf:Bag , rdfs:Container . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#ontology> + a owl:Ontology ; + owl:imports <https://unl.tetras-libre.fr/rdf/schema> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#system-icl-group-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Lexeme> ; + rdfs:label "system(icl>group)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#has_occurrence> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_1#occurence_system-icl-group-> . + +<http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_listening-icl-sensing-> + a <https://unl.tetras-libre.fr/rdf/schema#UW_Occurrence> ; + rdfs:label "listening(icl>sensing)"@unl ; + <https://unl.tetras-libre.fr/rdf/schema#and> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#occurence_traffic-icl-communication-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_occurrence_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#listening-icl-sensing-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_source_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#listening-icl-sensing-_and_traffic-icl-communication-> ; + <https://unl.tetras-libre.fr/rdf/schema#is_substructure_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#sentence_0> ; + <https://unl.tetras-libre.fr/rdf/schema#is_target_of> + <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#state-icl-attribute-_cnt_listening-icl-sensing-> . + + diff --git a/exemple-shacl-rules.shapes.ttl b/exemple-shacl-rules.shapes.ttl index c218c52..e275c58 100644 --- a/exemple-shacl-rules.shapes.ttl +++ b/exemple-shacl-rules.shapes.ttl @@ -1,6 +1,6 @@ # baseURI: https://unl.tetras-libre.fr/rdf/shacl-rules # imports: http://datashapes.org/dash -# imports: https://unl.tetras-libre.fr/rdf/example +# imports: http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#ontology # imports: https://unl.tetras-libre.fr/rdf/schema # prefix: shacl-rules @@ -52,7 +52,7 @@ unl:qua <https://unl.tetras-libre.fr/rdf/shacl-rules> rdf:type owl:Ontology ; owl:imports <http://datashapes.org/dash> ; - owl:imports <https://unl.tetras-libre.fr/rdf/example> ; + owl:imports <http://rdf-unl.org/77ac6266-a789-463f-ac55-16fd57d85613/sentence_0#ontology> ; owl:imports <https://unl.tetras-libre.fr/rdf/schema> ; owl:versionInfo "Created with TopBraid Composer" ; . @@ -93,8 +93,8 @@ FILTER regex(str(?label),\"icl>be\") ?this unl:aoj ?aoj ; unl:obj ?obj ; unl:is_occurrence_of ?lex . -?aoj unl:has_unl_attribute \"@indef\"^^unl:att ; unl:is_occurrence_of ?aojLex . -?obj unl:mod ?mod ; rdfs:label ?objLabel . +?aoj unl:has_attribute \".@indef\" ; unl:is_occurrence_of ?aojLex . +?obj unl:plc ?mod ; rdfs:label ?objLabel . FILTER regex(?objLabel,\"icl>attribute\") ?mod rdfs:label ?modLabel . } """ ; diff --git a/schema.ttl b/schema.ttl index 662be0f..05c835e 100644 --- a/schema.ttl +++ b/schema.ttl @@ -1939,347 +1939,347 @@ Universal Attributes are arcs linking a node to itself. In opposition to Univers owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf ( - "@1" - "@2" - "@3" - "@ability" - "@about" - "@above" - "@according_to" - "@across" - "@active" - "@adjective" - "@adverb" - "@advice" - "@after" - "@again" - "@against" - "@agreement" - "@all" - "@alliteration" - "@almost" - "@along" - "@also" - "@although" - "@among" - "@anacoluthon" - "@anadiplosis" - "@anaphora" - "@anastrophe" - "@and" - "@anger" - "@angle_bracket" - "@antanaclasis" - "@anterior" - "@anthropomorphism" - "@anticlimax" - "@antimetabole" - "@antiphrasis" - "@antithesis" - "@antonomasia" - "@any" - "@apposition" - "@archaic" - "@around" - "@as" - "@as.@if" - "@as_far_as" - "@as_of" - "@as_per" - "@as_regards" - "@as_well_as" - "@assertion" - "@assonance" - "@assumption" - "@asyndeton" - "@at" - "@attention" - "@back" - "@barring" - "@because" - "@because_of" - "@before" - "@behind" - "@belief" - "@below" - "@beside" - "@besides" - "@between" - "@beyond" - "@both" - "@bottom" - "@brace" - "@brachylogia" - "@but" - "@by" - "@by_means_of" - "@catachresis" - "@causative" - "@certain" - "@chiasmus" - "@circa" - "@climax" - "@clockwise" - "@colloquial" - "@command" - "@comment" - "@concerning" - "@conclusion" - "@condition" - "@confirmation" - "@consent" - "@consequence" - "@consonance" - "@contact" - "@contentment" - "@continuative" - "@conviction" - "@decision" - "@deduction" - "@def" - "@desire" - "@despite" - "@determination" - "@dialect" - "@disagreement" - "@discontentment" - "@dissent" - "@distal" - "@double_negative" - "@double_parenthesis" - "@double_quote" - "@doubt" - "@down" - "@dual" - "@due_to" - "@during" - "@dysphemism" - "@each" - "@either" - "@ellipsis" - "@emphasis" - "@enough" - "@entire" - "@entry" - "@epanalepsis" - "@epanorthosis" - "@equal" - "@equivalent" - "@euphemism" - "@even" - "@even.@if" - "@except" - "@except.@if" - "@except_for" - "@exclamation" - "@excluding" - "@exhortation" - "@expectation" - "@experiential" - "@extra" - "@failing" - "@familiar" - "@far" - "@fear" - "@female" - "@focus" - "@following" - "@for" - "@from" - "@front" - "@future" - "@generic" - "@given" - "@habitual" - "@half" - "@hesitation" - "@hope" - "@hyperbole" - "@hypothesis" - "@if" - "@if.@only" - "@imperfective" - "@in" - "@in_accordance_with" - "@in_addition_to" - "@in_case" - "@in_case_of" - "@in_front_of" - "@in_place_of" - "@in_spite_of" - "@inceptive" - "@inchoative" - "@including" - "@indef" - "@inferior" - "@inside" - "@instead_of" - "@intention" - "@interrogation" - "@intimate" - "@invitation" - "@irony" - "@iterative" - "@jargon" - "@judgement" - "@least" - "@left" - "@less" - "@like" - "@literary" - "@majority" - "@male" - "@maybe" - "@medial" - "@metaphor" - "@metonymy" - "@minority" - "@minus" - "@more" - "@most" - "@multal" - "@narrative" - "@near" - "@near_to" - "@necessity" - "@neither" - "@neutral" - "@no" - "@not" - "@notwithstanding" - "@noun" - "@obligation" - "@of" - "@off" - "@on" - "@on_account_of" - "@on_behalf_of" - "@on_top_of" - "@only" - "@onomatopoeia" - "@opinion" - "@opposite" - "@or" - "@ordinal" - "@other" - "@outside" - "@over" - "@owing_to" - "@own" - "@oxymoron" - "@pace" - "@pain" - "@paradox" - "@parallelism" - "@parenthesis" - "@paronomasia" - "@part" - "@passive" - "@past" - "@paucal" - "@pejorative" - "@per" - "@perfect" - "@perfective" - "@periphrasis" - "@permission" - "@permissive" - "@persistent" - "@person" - "@pl" - "@pleonasm" - "@plus" - "@polite" - "@polyptoton" - "@polysyndeton" - "@possibility" - "@posterior" - "@prediction" - "@present" - "@presumption" - "@prior_to" - "@probability" - "@progressive" - "@prohibition" - "@promise" - "@prospective" - "@proximal" - "@pursuant_to" - "@qua" - "@quadrual" - "@recent" - "@reciprocal" - "@reflexive" - "@regarding" - "@regardless_of" - "@regret" - "@relative" - "@relief" - "@remote" - "@repetition" - "@request" - "@result" - "@reverential" - "@right" - "@round" - "@same" - "@save" - "@side" - "@since" - "@single_quote" - "@singular" - "@slang" - "@so" - "@speculation" - "@speech" - "@square_bracket" - "@subsequent_to" - "@such" - "@suggestion" - "@superior" - "@surprise" - "@symploce" - "@synecdoche" - "@synesthesia" - "@taboo" - "@terminative" - "@than" - "@thanks_to" - "@that_of" - "@thing" - "@threat" - "@through" - "@throughout" - "@times" - "@title" - "@to" - "@top" - "@topic" - "@towards" - "@trial" - "@tuple" - "@under" - "@unit" - "@unless" - "@unlike" - "@until" - "@up" - "@upon" - "@verb" - "@versus" - "@vocative" - "@warning" - "@weariness" - "@wh" - "@with" - "@with_regard_to" - "@with_respect_to" - "@within" - "@without" - "@worth" - "@yes" - "@zoomorphism" - ) ; + ".@1" + ".@2" + ".@3" + ".@ability" + ".@about" + ".@above" + ".@according_to" + ".@across" + ".@active" + ".@adjective" + ".@adverb" + ".@advice" + ".@after" + ".@again" + ".@against" + ".@agreement" + ".@all" + ".@alliteration" + ".@almost" + ".@along" + ".@also" + ".@although" + ".@among" + ".@anacoluthon" + ".@anadiplosis" + ".@anaphora" + ".@anastrophe" + ".@and" + ".@anger" + ".@angle_bracket" + ".@antanaclasis" + ".@anterior" + ".@anthropomorphism" + ".@anticlimax" + ".@antimetabole" + ".@antiphrasis" + ".@antithesis" + ".@antonomasia" + ".@any" + ".@apposition" + ".@archaic" + ".@around" + ".@as" + ".@as.@if" + ".@as_far_as" + ".@as_of" + ".@as_per" + ".@as_regards" + ".@as_well_as" + ".@assertion" + ".@assonance" + ".@assumption" + ".@asyndeton" + ".@at" + ".@attention" + ".@back" + ".@barring" + ".@because" + ".@because_of" + ".@before" + ".@behind" + ".@belief" + ".@below" + ".@beside" + ".@besides" + ".@between" + ".@beyond" + ".@both" + ".@bottom" + ".@brace" + ".@brachylogia" + ".@but" + ".@by" + ".@by_means_of" + ".@catachresis" + ".@causative" + ".@certain" + ".@chiasmus" + ".@circa" + ".@climax" + ".@clockwise" + ".@colloquial" + ".@command" + ".@comment" + ".@concerning" + ".@conclusion" + ".@condition" + ".@confirmation" + ".@consent" + ".@consequence" + ".@consonance" + ".@contact" + ".@contentment" + ".@continuative" + ".@conviction" + ".@decision" + ".@deduction" + ".@def" + ".@desire" + ".@despite" + ".@determination" + ".@dialect" + ".@disagreement" + ".@discontentment" + ".@dissent" + ".@distal" + ".@double_negative" + ".@double_parenthesis" + ".@double_quote" + ".@doubt" + ".@down" + ".@dual" + ".@due_to" + ".@during" + ".@dysphemism" + ".@each" + ".@either" + ".@ellipsis" + ".@emphasis" + ".@enough" + ".@entire" + ".@entry" + ".@epanalepsis" + ".@epanorthosis" + ".@equal" + ".@equivalent" + ".@euphemism" + ".@even" + ".@even.@if" + ".@except" + ".@except.@if" + ".@except_for" + ".@exclamation" + ".@excluding" + ".@exhortation" + ".@expectation" + ".@experiential" + ".@extra" + ".@failing" + ".@familiar" + ".@far" + ".@fear" + ".@female" + ".@focus" + ".@following" + ".@for" + ".@from" + ".@front" + ".@future" + ".@generic" + ".@given" + ".@habitual" + ".@half" + ".@hesitation" + ".@hope" + ".@hyperbole" + ".@hypothesis" + ".@if" + ".@if.@only" + ".@imperfective" + ".@in" + ".@in_accordance_with" + ".@in_addition_to" + ".@in_case" + ".@in_case_of" + ".@in_front_of" + ".@in_place_of" + ".@in_spite_of" + ".@inceptive" + ".@inchoative" + ".@including" + ".@indef" + ".@inferior" + ".@inside" + ".@instead_of" + ".@intention" + ".@interrogation" + ".@intimate" + ".@invitation" + ".@irony" + ".@iterative" + ".@jargon" + ".@judgement" + ".@least" + ".@left" + ".@less" + ".@like" + ".@literary" + ".@majority" + ".@male" + ".@maybe" + ".@medial" + ".@metaphor" + ".@metonymy" + ".@minority" + ".@minus" + ".@more" + ".@most" + ".@multal" + ".@narrative" + ".@near" + ".@near_to" + ".@necessity" + ".@neither" + ".@neutral" + ".@no" + ".@not" + ".@notwithstanding" + ".@noun" + ".@obligation" + ".@of" + ".@off" + ".@on" + ".@on_account_of" + ".@on_behalf_of" + ".@on_top_of" + ".@only" + ".@onomatopoeia" + ".@opinion" + ".@opposite" + ".@or" + ".@ordinal" + ".@other" + ".@outside" + ".@over" + ".@owing_to" + ".@own" + ".@oxymoron" + ".@pace" + ".@pain" + ".@paradox" + ".@parallelism" + ".@parenthesis" + ".@paronomasia" + ".@part" + ".@passive" + ".@past" + ".@paucal" + ".@pejorative" + ".@per" + ".@perfect" + ".@perfective" + ".@periphrasis" + ".@permission" + ".@permissive" + ".@persistent" + ".@person" + ".@pl" + ".@pleonasm" + ".@plus" + ".@polite" + ".@polyptoton" + ".@polysyndeton" + ".@possibility" + ".@posterior" + ".@prediction" + ".@present" + ".@presumption" + ".@prior_to" + ".@probability" + ".@progressive" + ".@prohibition" + ".@promise" + ".@prospective" + ".@proximal" + ".@pursuant_to" + ".@qua" + ".@quadrual" + ".@recent" + ".@reciprocal" + ".@reflexive" + ".@regarding" + ".@regardless_of" + ".@regret" + ".@relative" + ".@relief" + ".@remote" + ".@repetition" + ".@request" + ".@result" + ".@reverential" + ".@right" + ".@round" + ".@same" + ".@save" + ".@side" + ".@since" + ".@single_quote" + ".@singular" + ".@slang" + ".@so" + ".@speculation" + ".@speech" + ".@square_bracket" + ".@subsequent_to" + ".@such" + ".@suggestion" + ".@superior" + ".@surprise" + ".@symploce" + ".@synecdoche" + ".@synesthesia" + ".@taboo" + ".@terminative" + ".@than" + ".@thanks_to" + ".@that_of" + ".@thing" + ".@threat" + ".@through" + ".@throughout" + ".@times" + ".@title" + ".@to" + ".@top" + ".@topic" + ".@towards" + ".@trial" + ".@tuple" + ".@under" + ".@unit" + ".@unless" + ".@unlike" + ".@until" + ".@up" + ".@upon" + ".@verb" + ".@versus" + ".@vocative" + ".@warning" + ".@weariness" + ".@wh" + ".@with" + ".@with_regard_to" + ".@with_respect_to" + ".@within" + ".@without" + ".@worth" + ".@yes" + ".@zoomorphism" + ) ; ] ; . :bas -- GitLab