Skip to content

Instantly share code, notes, and snippets.

@BruJu
Created March 22, 2022 10:19
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 BruJu/e469654f3d8b28b2e0d37a9149b5b194 to your computer and use it in GitHub Desktop.
Save BruJu/e469654f3d8b28b2e0d37a9149b5b194 to your computer and use it in GitHub Desktop.
colornameontology.ttl
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex: <http://example.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ex:firstname rdfs:domain ex:Named .
ex:Colored a rdfs:Class ;
sh:targetSubjectsOf ex:color .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment