Skip to content

Instantly share code, notes, and snippets.

@dylan-sa
dylan-sa / gistCore_subClassOf.ttl
Last active May 3, 2023 20:13
gist subclass supplement
@prefix gist: <https://ontologies.semanticarts.com/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
gist:Account
rdfs:subClassOf gist:Agreement ;
.