Skip to content

Commit

Permalink
Merge pull request #310 from LiUSemWeb/278-alignment-between-ceon-and…
Browse files Browse the repository at this point in the history
…-iso-590042024-at-vocabulary-level

278 alignment between ceon and iso 590042024 at vocabulary level
  • Loading branch information
evabl444 authored Dec 14, 2024
2 parents 56c20cd + f57a22c commit 937915e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 14 deletions.
33 changes: 29 additions & 4 deletions ontology/modules/actor/0.3/actor.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@ actorODP:participationIn rdf:type owl:ObjectProperty .
rdfs:label "Manufacturing resource" .


### http://w3id.org/CEON/ontology/actor/Organisation
:Organisation rdf:type owl:Class ;
rdfs:subClassOf actorODP:Actor ;
rdfs:comment "Person or group of people that has its own functions with responsibilities, authorities, and relationships to achieve its objectives. The concept of organization includes, but is not limited to sole-trader, company, corporation, firm, enterprise, authority, partnership, charity or institution, or part or combination thereof, whether incorporated or not, public or private (e.g. foundation, union, association, agency, municipality, region, country, intergovernmental agencies). A group of organizations can also be considered as an organization that has, alone or collectively,their own objectives."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.4.1 organization" ;
rdfs:label "Organisation"@en .


### http://w3id.org/CEON/ontology/actor/OwningResource
:OwningResource rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( actorODP:ResourceRelation
Expand All @@ -237,6 +245,12 @@ actorODP:participationIn rdf:type owl:ObjectProperty .
rdfs:label "Owning resource" .


### http://w3id.org/CEON/ontology/actor/Person
:Person rdf:type owl:Class ;
rdfs:subClassOf actorODP:Actor ;
rdfs:label "Person"@en .


### http://w3id.org/CEON/ontology/actor/ProcessParticipation
:ProcessParticipation rdf:type owl:Class ;
rdfs:subClassOf actorODP:CollaborationParticipation ,
Expand Down Expand Up @@ -320,6 +334,19 @@ actorODP:participationIn rdf:type owl:ObjectProperty .
rdfs:label "Selling resource" .


### http://w3id.org/CEON/ontology/actor/Stakeholder
:Stakeholder rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Class ;
owl:unionOf ( :Organisation
:Person
)
] ;
rdfs:comment "Person or organization that can affect, be affected by, or perceive itself to be affected by a decision or activity. To “perceive itself to be affected” means the perception has been made known to the organization."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.4.2 interested party, stakeholder" ;
rdfs:label "Interested party"@en ,
"Stakeholder"@en .


### http://w3id.org/CEON/ontology/actor/SupplyingResource
:SupplyingResource rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( actorODP:ResourceRelation
Expand Down Expand Up @@ -424,9 +451,7 @@ actorODP:Role rdf:type owl:Class .

### http://w3id.org/CEON/ontology/cvn/CVN
<http://w3id.org/CEON/ontology/cvn/CVN> rdf:type owl:Class ;
rdfs:subClassOf <http://w3id.org/CEON/ontology/cvn/Collaboration> ;
rdfs:comment "A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up." ;
rdfs:label "Circular Value Network" .
rdfs:subClassOf <http://w3id.org/CEON/ontology/cvn/Collaboration> .


### http://w3id.org/CEON/ontology/cvn/Collaboration
Expand Down Expand Up @@ -529,4 +554,4 @@ actorODP:Role rdf:type owl:Class .
:ActorResourceRole .


### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
5 changes: 3 additions & 2 deletions ontology/modules/cvn/0.1/cvn.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ actorODP:Participation rdf:type owl:Class .
### http://w3id.org/CEON/ontology/cvn/CVN
:CVN rdf:type owl:Class ;
rdfs:subClassOf :Collaboration ;
rdfs:comment "An instantiation of a circular value network, i.e. a concrete network of different actors collaborating to achieve some goal." ;
rdfs:comment "A network of interlinked value chains and interested parties."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.5.3 value network" ;
rdfs:label "Circular Value Network" .


Expand Down Expand Up @@ -200,4 +201,4 @@ value:Value rdf:type owl:Class .
value:ValueProposition rdf:type owl:Class .


### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
5 changes: 3 additions & 2 deletions ontology/modules/processODP/0.3/processODP.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
owl:onProperty :hasProcessExecution ;
owl:someValuesFrom :ProcessExecution
] ;
rdfs:comment "An activity in the context of a circular value network, handling resources." ;
rdfs:comment "Set of interrelated or interacting activities that transforms inputs into outputs."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.5.5 process" ;
rdfs:label "Process" .


Expand Down Expand Up @@ -258,4 +259,4 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
rdfs:label "Transformation execution" .


### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
14 changes: 12 additions & 2 deletions ontology/modules/product/0.4/product.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,18 @@ actorODP:ResourceRelation rdf:type owl:Class .

### http://w3id.org/CEON/ontology/product/Product
:Product rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
rdfs:subClassOf :Solution ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasComposition ;
owl:someValuesFrom :MatterComposition
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasComposition ;
owl:someValuesFrom :ProductComposition
] ;
rdfs:comment "Represents the common sense notion of a product, i.e. the abstract notion of a product type, which is a model that is used for manufacturing items of that product."@en ;
rdfs:comment "Physical-based object designed for or utilized with a purpose. A product can be, for example: goods of any type; hardware (e.g. engine mechanical part, spare parts, consumables); electrical or electronic hardware devices or components (e.g. computers, communication equipment and sensors); processed materials (e.g. lubricant, cement)."@en ,
"Represents the common sense notion of a product, i.e. the abstract notion of a product type, which is a model that is used for manufacturing items of that product."@en ;
rdfs:isDefinedBy "ISO 59004:2024 -3.2.2 product" ;
rdfs:label "Product"@en .


Expand Down Expand Up @@ -336,6 +339,13 @@ actorODP:ResourceRelation rdf:type owl:Class .
rdfs:label "Product Object Composition" .


### http://w3id.org/CEON/ontology/product/Solution
:Solution rdf:type owl:Class ;
rdfs:comment "Product or service, or a combination thereof, that fulfils a need of an interested party."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.2.1 solution" ;
rdfs:label "Solution"@en .


### http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects
resourceODP:BatchOfObjects rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
Expand Down
11 changes: 9 additions & 2 deletions ontology/modules/resourceODP/0.4/resourceODP.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ location:hasLocation rdf:type owl:ObjectProperty .
location:Location rdf:type owl:Class .


### http://w3id.org/CEON/ontology/resourceODP/Asset
:Asset rdf:type owl:Class ;
rdfs:label "Asset"@en .


### http://w3id.org/CEON/ontology/resourceODP/Batch
:Batch rdf:type owl:Class ;
rdfs:subClassOf :Resource ,
Expand Down Expand Up @@ -238,7 +243,7 @@ location:Location rdf:type owl:Class .

### http://w3id.org/CEON/ontology/resourceODP/Information
:Information rdf:type owl:Class ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf :Asset ;
rdfs:comment "Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications."@en ;
rdfs:label "Information"@en ;
rdfs:seeAlso "http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36" .
Expand Down Expand Up @@ -282,7 +287,9 @@ location:Location rdf:type owl:Class .

### http://w3id.org/CEON/ontology/resourceODP/Resource
:Resource rdf:type owl:Class ;
rdfs:comment "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN."@en ;
rdfs:subClassOf :Asset ;
rdfs:comment "Asset from which a solution is created or implemented. Depending on the context, reference to “resource” includes “raw material”, “feedstock”, “material” or “component”. Resource includes any energy type (e.g. the energy content or energy potential of materials). Note 4 to entry: Resources can be considered concerning both stocks and flows."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.1.5 resource" ;
rdfs:label "Resource"@en .


Expand Down
5 changes: 3 additions & 2 deletions ontology/modules/value/0.2/value.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ actorODP:Participation rdfs:subClassOf <http://w3id.org/CEON/ontology/cvn/Collab

### http://w3id.org/CEON/ontology/value/Value
:Value rdf:type owl:Class ;
rdfs:comment "Some notion of value." ;
rdfs:comment "Gain(s) or benefit(s) from satisfying needs and expectations, in relation to the use and conservation of resources. EXAMPLE: Revenue, savings, productivity, sustainability, satisfaction, empowerment, engagement, experience, public health, trust. Value is relative to, and determined by the perception of, those interested party(ies) able to capture it. Value can be financial or non-financial, e.g. social, environmental, other gains or benefits. Value is dynamic over time."@en ;
rdfs:isDefinedBy "ISO 59004:2024 - 3.1.7 value" ;
rdfs:label "Value" .


Expand Down Expand Up @@ -316,4 +317,4 @@ actorODP:Participation rdfs:subClassOf <http://w3id.org/CEON/ontology/cvn/Collab
:ValueParticipationRole .


### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi

0 comments on commit 937915e

Please # to comment.