Skip to content

Commit

Permalink
Update context.json (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkollenstart authored Feb 8, 2024
1 parent d5dc93c commit 4b26a3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions common/schema/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
"dct:modified": { "@type": "xsd:dateTime" },

"dcat:byteSize": { "@type": "xsd:decimal" },
"dcat:distribution": { "@container": "@set" },
"dcat:theme": { "@type": "@id" },
"dcat:conformsTo": { "@type": "@id" },
"dcat:dataset": { "@container": "@set" },
"dcat:endpointURL": { "@type": "xsd:anyURI" },
"dcat:endpointDescription": { "@type": "xsd:anyURI" },
"dcat:keyword": { "@container": "@set" },
"dcat:servesDataset": {"@container": "@set" },
"dcat:service": { "@container": "@set" },
"dcat:accessService": { "@container": "@set" },

Expand All @@ -37,19 +39,21 @@
"dspace:filter": { "@container": "@set" },
"dspace:timestamp": { "@type": "xsd:dateTime" },
"dspace:callbackAddress": { "@type": "xsd:anyURI" },
"dspace:endpointProperties": { "@container": "@set" },

"foaf:homepage": { "@type": "xsd:anyURI" },

"odrl:hasPolicy": { "@container": "@set" },
"odrl:permission": { "@container": "@set" },
"odrl:prohibition": { "@container": "@set" },
"odrl:obligation": { "@container": "@set" },
"odrl:duty": { "@container": "@set" },
"odrl:constraint": { "@container": "@set" },
"odrl:action": { "@type": "@id" },
"odrl:target": { "@type": "@id" },
"odrl:leftOperand": { "@type": "@id" },
"odrl:operator": { "@type": "@id" },
"odrl:rightOperandReference": { "@type": "@id" },
"odrl:profile": { "@type": "@id" }
"odrl:profile": { "@type": "@id", "@container": "@set" }
}
}
}

0 comments on commit 4b26a3e

Please sign in to comment.