From e5aeba0b012ea46eb436e12142d6f9f52c06e7ee Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 11 May 2022 16:38:23 +0200 Subject: [PATCH] Added title to Akkadian postagging --- postagging/akkadian.properties | 2 +- postagging/akkadian.ttl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postagging/akkadian.properties b/postagging/akkadian.properties index afd98f0f3f32..9620b712d76f 100644 --- a/postagging/akkadian.properties +++ b/postagging/akkadian.properties @@ -1,4 +1,4 @@ -#Wed May 11 15:51:27 CEST 2022 +#Wed May 11 16:37:52 CEST 2022 jdbc.url= jdbc.driver= jdbc.user= diff --git a/postagging/akkadian.ttl b/postagging/akkadian.ttl index 6ecad704531b..768dcdf73ad8 100644 --- a/postagging/akkadian.ttl +++ b/postagging/akkadian.ttl @@ -7,6 +7,7 @@ @base . rdf:type owl:Ontology ; + "OLiA Ontology for Akkadian" ; "https://creativecommons.org/licenses/by/4.0" ; rdfs:comment "OLiA annotation model for morphosyntactic and morphological annotations of Akkadian cuneiform following recommendations of Tim Brandes and Doris Prechel and a tagset provided by the Hethitologie Portal Mainz" ; owl:versionInfo "created 2022-05-11" . @@ -15,6 +16,11 @@ # Annotation properties ################################################################# +### http://purl.org/dc/elements/1.1/title + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf owl:versionInfo . + + ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf rdfs:comment .