From a5cb3b64e1ddd0174d86b87fb880948ff7b89435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=B6ckmann?= Date: Fri, 4 Sep 2020 12:12:19 +0200 Subject: [PATCH] Fix typo --- taxonomies/Message.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taxonomies/Message.ttl b/taxonomies/Message.ttl index 23b10f28..5a429603 100644 --- a/taxonomies/Message.ttl +++ b/taxonomies/Message.ttl @@ -219,19 +219,19 @@ ids:recipientScope a owl:ObjectProperty; ids:ContractRequestMessage a owl:Class ; rdfs:subClassOf ids:RequestMessage ; rdfs:label "Contract Request Message"@en; - rdfs:comment "Message containing a suggested content contract (as offered by the data consumer to the data provider) in the associated payload (which is an instance of ContractRequest)."@en ; + rdfs:comment "Message containing a suggested content contract (as offered by the data consumer to the data provider) in the associated payload (which is an instance of ids:ContractRequest)."@en ; . ids:ContractResponseMessage a owl:Class ; rdfs:subClassOf ids:ResponseMessage ; rdfs:label "Contract Response Message"@en; - rdfs:comment "Message containing a response to a contract request (of a data consumer) in form of a counter-proposal of a contract in the associated payload (which is an instance of ContractOffcer). "@en ; + rdfs:comment "Message containing a response to a contract request (of a data consumer) in form of a counter-proposal of a contract in the associated payload (which is an instance of ids:ContractOffer). "@en ; . ids:ContractOfferMessage a owl:Class ; rdfs:subClassOf ids:NotificationMessage ; rdfs:label "Contract Offer Message"@en; - rdfs:comment "Message containing a offered content contract (as offered by a data provider to the data consumer) in the associated payload (which is an instance of ContractOffer). In contrast to the ids:ContractResponseMessage, the ids:ContractOfferMessage is not related to a previous contract "@en. + rdfs:comment "Message containing a offered content contract (as offered by a data provider to the data consumer) in the associated payload (which is an instance of ids:ContractOffer). In contrast to the ids:ContractResponseMessage, the ids:ContractOfferMessage is not related to a previous contract "@en. ids:ContractAgreementMessage a owl:Class ;