File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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------------------
Original file line number Diff line number Diff 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# ################################################################
You can’t perform that action at this time.
0 commit comments