From 97e1fe7b2f3678c09d9d851db3473f259fa621c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Str=C3=B6mert?= <56996739+StroemPhi@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:08:09 +0200 Subject: [PATCH] fix dublicate label errors #51 --- aeon.ttl | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/aeon.ttl b/aeon.ttl index 86bb45b..e01d4c9 100644 --- a/aeon.ttl +++ b/aeon.ttl @@ -1190,7 +1190,7 @@ aeon:ID rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:domain obo:IAO_0020000 ; obo:IAO_0000115 "The literal value of an identifier."@en ; - rdfs:label "identifier"@en . + rdfs:label "identifier value"@en . ### https://github.com/tibonto/aeon#ID_URL @@ -1248,13 +1248,6 @@ aeon:camera-ready_deadline rdf:type owl:DatatypeProperty ; rdfs:label "camera-ready deadline"@en . -### https://github.com/tibonto/aeon#city -aeon:city rdf:type owl:DatatypeProperty ; - rdfs:subPropertyOf aeon:location ; - rdfs:domain aeon:AEON_0000022 ; - rdfs:label "city"@en . - - ### https://github.com/tibonto/aeon#contact aeon:contact rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; @@ -1266,21 +1259,21 @@ aeon:contact rdf:type owl:DatatypeProperty ; aeon:contact_email rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf aeon:contact ; rdfs:domain aeon:AEON_0000009 ; - rdfs:label "contact email"@en . + rdfs:label "contact email value"@en . ### https://github.com/tibonto/aeon#contact_person_name aeon:contact_person_name rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf aeon:contact ; rdfs:domain aeon:AEON_0000009 ; - rdfs:label "contact person"@en . + rdfs:label "contact person value"@en . ### https://github.com/tibonto/aeon#contact_phone aeon:contact_phone rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf aeon:contact ; rdfs:domain aeon:AEON_0000009 ; - rdfs:label "contact phone"@en . + rdfs:label "contact phone value"@en . ### https://github.com/tibonto/aeon#coordinates @@ -1290,13 +1283,6 @@ aeon:coordinates rdf:type owl:DatatypeProperty ; rdfs:label "coordinates"@en . -### https://github.com/tibonto/aeon#country -aeon:country rdf:type owl:DatatypeProperty ; - rdfs:subPropertyOf aeon:location ; - rdfs:domain aeon:AEON_0000023 ; - rdfs:label "country"@en . - - ### https://github.com/tibonto/aeon#deadline aeon:deadline rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; @@ -1403,7 +1389,7 @@ aeon:fee rdf:type owl:DatatypeProperty ; rdfs:domain aeon:AEON_0000030 ; obo:IAO_0000115 "The literal value of the type of fee an aeon:event can have."@en ; obo:IAO_0000600 "There are various type of fees for an event, such as the regular fee, a reduced fee, a member fee and so forth." ; - rdfs:label "fee"@en . + rdfs:label "fee value"@en . ### https://github.com/tibonto/aeon#fee_currency @@ -1536,7 +1522,7 @@ aeon:personal_name rdf:type owl:DatatypeProperty ; rdfs:domain obo:NCBITaxon_9606 ; rdfs:range xsd:string ; obo:IAO_0000115 "The literal value of the name to denote a person."@en ; - rdfs:label "personal name"@en . + rdfs:label "personal name value"@en . ### https://github.com/tibonto/aeon#poster_deadline