profile-plus
Version:
21 lines (20 loc) • 568 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#",
"profile-plus": "http://lincd.org/ont/profile-plus/"
},
"@graph": [
{
"@id": "profile-plus:ExampleClass",
"@type": "rdfs:Class",
"rdfs:comment": "This is an example class. You can remove or rename it",
"rdfs:isDefinedBy": {
"@id": "profile-plus:"
},
"rdfs:label": "Example Class"
}
]
}