{
    "@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#",
        "qads": "http://www.lincd.org/quora-ads#"
    },
    "@graph": [
        {
            "@id": "qads:ExampleClass",
            "@type": "rdfs:Class",
            "rdfs:comment": "This is an example class. You can remove or rename it",
            "rdfs:isDefinedBy": {
                "@id": "qads:"
            },
            "rdfs:label": "Example Class"
        }
    ]
}
