Skip to content

Instantly share code, notes, and snippets.

@lubianat
Created February 14, 2022 17:13
Show Gist options
  • Save lubianat/8cfb3a19732038c761370510c9f62071 to your computer and use it in GitHub Desktop.
Save lubianat/8cfb3a19732038c761370510c9f62071 to your computer and use it in GitHub Desktop.
Minimal snipped of Cell Ontology
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cl: <http://purl.obolibrary.org/obo/CL_> .
cl:0000451 rdfs:label "dendritic cell" .
cl:0000784 rdfs:label "plasmacytoid dendritic cell" .
cl:0000784 rdfs:subClassOf cl:0000451 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment