Skip to content

Instantly share code, notes, and snippets.

@famasya
Created August 23, 2021 05:52
Show Gist options
  • Save famasya/9aef06bd38164ae1aa3140a97751d3a1 to your computer and use it in GitHub Desktop.
Save famasya/9aef06bd38164ae1aa3140a97751d3a1 to your computer and use it in GitHub Desktop.
@prefix OHC_Data: <https://gist.githubusercontent.com/famasya/9aef06bd38164ae1aa3140a97751d3a1/raw/a42ff594c544894cc78039fa19c838e3e1158441/ohcv.ttl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
OHC_Data:answeredBy a rdfs:Class;
rdfs:subClassOf schema:Person .
doctor:dr_Riza_Marlina a OHC_Data:answeredBy;
schema:name "dr. Riza Marlina" .
disease:12345 a OHC_Data:disease;
OHC_Data:answeredBy doctor:dr_Riza_Marlina .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment