-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated alignment tables in TD onto doc
- Loading branch information
1 parent
8da39ed
commit 3e44a49
Showing
3 changed files
with
182 additions
and
288 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix td: <https://www.w3.org/2019/wot/td#> . | ||
@prefix schema: <http://schema.org/> . | ||
|
||
<> a owl:Ontology ; | ||
rdfs:comment "Alignment of the TD ontology with schema.org actions" ; | ||
owl:imports td:, schema: . | ||
|
||
td:InteractionAffordance rdfs:subClassOf schema:Action, [ | ||
a owl:Restriction ; | ||
owl:onProperty schema:actionStatus ; | ||
owl:hasValue schema:PotentialActionStatus | ||
] . | ||
|
||
td:hasInteractionAffordance rdfs:subPropertyOf schema:potentialAction . |
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
Oops, something went wrong.