Skip to content

Commit

Permalink
Compound name json-ld context
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Mar 6, 2024
1 parent e861917 commit a4ddbfd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _sources/compound-name/context.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"dct": "http://purl.org/dc/terms/",
"type": "@type",
"hasPart": {
"@id": "dct:hasPart",
"@context": {
"type": "@type"
}
},
"label": {
"@id": "rdfs:label"
},
"name": {
"@id": "dct:title"
}
}
}

0 comments on commit a4ddbfd

Please sign in to comment.