-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
td:InteractionAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
td:PropertyAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
td:ActionAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
td:EventAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
hmas:tf | ||
rdf:type owl:Ontology ; | ||
dcterms:creator ; | ||
dcterms:rights ; | ||
dcterms:license ; | ||
dcterms:created ; | ||
dcterms:modified ; | ||
rdfs:comment ; | ||
rdfs:label ; | ||
rdfs:seeAlso ; | ||
owl:imports <https://www.w3.org/2019/wot/td> ; | ||
owl:imports hmas:interaction . | ||
|
||
|
||
td:InteractionAffordance | ||
rdfs:comment "Using a TD Interaction Affordance results in an action execution."@en ; | ||
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
|
||
# not needed because of they are subclasses of TD Interaction Affordance | ||
#td:PropertyAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
#td:ActionAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . | ||
#td:EventAffordance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sh:class ; owl:hasValue hmas:ActionExecution ] . |