From b82b00ae35f68cb9fd305f2bf5bac07dbad73388 Mon Sep 17 00:00:00 2001 From: Maxime Date: Tue, 5 Mar 2024 14:41:12 +0100 Subject: [PATCH] fix versionInfo --- ontology/saref4envi.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/saref4envi.ttl b/ontology/saref4envi.ttl index e51a887..0a04588 100644 --- a/ontology/saref4envi.ttl +++ b/ontology/saref4envi.ttl @@ -32,7 +32,7 @@ owl:imports ; # should be v4.1.1 in the future. dcterms:source ; rdfs:seeAlso ; - owl:versionInfo "v2.1.1" . + owl:versionInfo "v1.1.2" . ################################################################# # Annotation properties -- GitLab