{
  "@context": {
    "dc": "http://purl.org/dc/elements/1.1/",
    "owl": "http://www.w3.org/2002/07/owl#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "profile-pics": "http://lincd.org/ont/profile-pics/"
  },
  "@graph": [
    {
      "@id": "profile-pics:ExampleClass",
      "@type": "rdfs:Class",
      "rdfs:comment": "This is an example class. You can remove or rename it",
      "rdfs:isDefinedBy": {
        "@id": "profile-pics:"
      },
      "rdfs:label": "Example Class"
    }
  ]
}
