Skip to content

Instantly share code, notes, and snippets.

@gatemezing
Created November 28, 2020 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatemezing/2b417f141bd344a3162a031bc4712631 to your computer and use it in GitHub Desktop.
Save gatemezing/2b417f141bd344a3162a031bc4712631 to your computer and use it in GitHub Desktop.
Add references to external classes
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix td: <https://www.w3.org/2019/wot/td#> .
@prefix jsonschema: <https://www.w3.org/2019/wot/json-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
# note: this file is meant for any axiom defined in the TD
# model but not part of the ontologies it relates to.
td:PropertyAffordance rdfs:subClassOf jsonschema:DataSchema .
jsonschema:DataSchema a owl:Class ;
rdfs:label "Data Schema"@en ;
.
td:PropertyAffordance a owl:Class ;
rdfs:label "Property Affordance"@en ;
.`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment