From 0114aa17f6b38f04c98d6b3ff7c70c7ff5f70055 Mon Sep 17 00:00:00 2001 From: Thomas Francart Date: Fri, 13 Oct 2023 15:49:50 +0200 Subject: [PATCH] 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 ;