Skip to content

Commit d561073

Browse files
committed
feat/docs-and-BM-ontology
- Added a new concept to the business model ontology. - Added Wiki at https://github.com/JCGCosta/OntologyToAPI/wiki
1 parent 3529afe commit d561073

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Change Log
22
===============
3-
VERSION="0.0.19"
4-
LAST_UPDATE="15/12/2025"
3+
VERSION="0.0.20"
4+
LAST_UPDATE="11/02/2026"
55
------------------
6-
- Update README.txt with latest instructions.
7-
- Added Wiki to at https://github.com/JCGCosta/OntologyToAPI/wiki
6+
- Added to the Ontological Framework in the Business Model ontology a
7+
concept to link a business model to an output metadata: this is aligned
8+
with the integration goals with user interfaces and other systems by providing
9+
a data schema of the output.
10+
- Added Wiki at https://github.com/JCGCosta/OntologyToAPI/wiki
811
------------------

OntologicalFramework/OntologyToAPI-BusinessModel.ttl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ xsd:duration rdf:type rdfs:Datatype .
5757
### http://www.cedri.com/OntologyToAPI-BusinessModel#hasParameter
5858
:hasParameter rdf:type owl:ObjectProperty ;
5959
rdfs:domain :BusinessModel ;
60-
rdfs:range :Parameter .
60+
rdfs:range :Parameter ;
61+
rdfs:comment "A business model with some endpoint url API parameters" .
6162

6263

6364
### http://www.cedri.com/OntologyToAPI-BusinessModel#requiresMetadata
@@ -68,6 +69,14 @@ xsd:duration rdf:type rdfs:Datatype .
6869
rdfs:comment "The metadata required to achieve some goal of a business model" .
6970

7071

72+
### http://www.cedri.com/OntologyToAPI-BusinessModel#hasOutputMetadata
73+
:hasOutputMetadata rdf:type owl:ObjectProperty ,
74+
owl:InverseFunctionalProperty ;
75+
rdfs:domain :BusinessModel ;
76+
rdfs:range <http://www.cedri.com/OntologyToAPI-Metadata#Metadata> ;
77+
rdfs:comment "The metadata that represent the output data of one API endpoint" .
78+
79+
7180
#################################################################
7281
# Data properties
7382
#################################################################

0 commit comments

Comments
 (0)