Skip to content

Commit

Permalink
Added missing brand role
Browse files Browse the repository at this point in the history
  • Loading branch information
evabl444 authored Jun 20, 2024
1 parent b8a91a8 commit 25d66e6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ontology/demo/textile/0.1/textile.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,20 @@
:WaterProperty rdf:type owl:Class ;
rdfs:subClassOf :TextileProperty .

### http://w3id.org/CEON/demo/textile/BrandOfResource
:BrandOfResource rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://w3id.org/CEON/ontology/actorODP/ResourceRelation>
[ rdf:type owl:Restriction ;
owl:onProperty <http://w3id.org/CEON/ontology/actorODP/participantRole> ;
owl:hasValue :brand
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://w3id.org/CEON/ontology/actorODP/ResourceRelation> ;
rdfs:comment "The relation where the role of the actor is the brand of a certain resource." ;
rdfs:label "Brand of resource" .


#################################################################
# Individuals
Expand Down Expand Up @@ -1181,5 +1195,9 @@
:yarnDyed rdf:type owl:NamedIndividual ,
:TextileManufacturingProcess .

### http://w3id.org/CEON/demo/textile/brand
:brand rdf:type owl:NamedIndividual ,
<http://w3id.org/CEON/ontology/actor/ActorResourceRole> .


### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 comments on commit 25d66e6

Please sign in to comment.