From 0114aa17f6b38f04c98d6b3ff7c70c7ff5f70055 Mon Sep 17 00:00:00 2001 From: Thomas Francart Date: Fri, 13 Oct 2023 15:49:50 +0200 Subject: [PATCH 1/2] Implement #113 --- coos.ttl | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/coos.ttl b/coos.ttl index eecbe47..86287f0 100644 --- a/coos.ttl +++ b/coos.ttl @@ -79,7 +79,43 @@ coos:OverarchingActivity a rdfs:Class , owl:Class ; rdfs:comment "Activity defined as overarching process by the GSBPM."@en , "Activité définie comme processus transverse par le GSBPM."@fr , "Actividad definida como proceso transversal de acuerdo a GSBPM"@es ; skos:definition "Activity defined as overarching process by the GSBPM."@en , "Activité définie comme processus transverse par le GSBPM."@fr , "Actividad definida como proceso transversal de acuerdo a GSBPM"@es ; rdfs:subClassOf coos:ProductionActivity ; - rdfs:isDefinedBy . + owl:equivalentClass [ + rdf:type owl:Class ; + owl:unionOf ( + [ + rdf:type owl:Restriction ; + owl:onProperty dcterms:type ; + owl:someValuesFrom [ + rdf:type owl:Class ; + owl:oneOf ( + + + + + + + + + + ) + ] + ] + [ + rdf:type owl:Restriction ; + owl:onProperty dcterms:type ; + owl:someValuesFrom [ + rdf:type owl:Class ; + owl:oneOf ( + + + + ) + ] + ] + ) + ] ; + rdfs:isDefinedBy +. coos:Phase a rdfs:Class , owl:Class ; rdfs:label "Statistical production process phase"@en , "Phase du processus de production statistique"@fr , "Fase del proceso de producción estadística"@es ; From 2101befe975f5c31b7ee668cfc26db6282ad78a5 Mon Sep 17 00:00:00 2001 From: Thomas Francart Date: Fri, 13 Oct 2023 15:52:14 +0200 Subject: [PATCH 2/2] Fix URIs in restriction --- coos.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/coos.ttl b/coos.ttl index 86287f0..6d3536c 100644 --- a/coos.ttl +++ b/coos.ttl @@ -88,15 +88,15 @@ coos:OverarchingActivity a rdfs:Class , owl:Class ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( + + + + + + - - - - - - ) ] ]