From 07dd2811717c1a2d6b05513e75ce1c620dc5caac Mon Sep 17 00:00:00 2001 From: David Gnabasik Date: Thu, 25 Jan 2024 13:37:48 +0000 Subject: [PATCH] issue 13 changes. --- ontology/saref4auto.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c4..309261b 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -2162,11 +2162,11 @@ s4syst:System rdf:type owl:Class ; rdfs:label "trailing"@en . -### https://saref.etsi.org/saref4auto/unknown -:Unknown rdf:type owl:NamedIndividual , +### https://saref.etsi.org/saref4auto/UnknownPlatoonRole +:UnknownPlatoonRole rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; - rdfs:label "unknown"@en . + rdfs:label "unknown platoon role"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -- GitLab