lincd-design-elems
Version:
21 lines (20 loc) • 539 B
JSON
{
"@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#",
"test": "http://www.example.com/"
},
"@graph": [
{
"@id": "example:ExampleClass",
"@type": "rdfs:Class",
"rdfs:comment": "This is an example class. You can remove or rename it",
"rdfs:isDefinedBy": {
"@id": "example:"
},
"rdfs:label": "Example Class"
}
]
}