Skip to content

Instantly share code, notes, and snippets.

@stain
Created August 15, 2014 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stain/655fd290dd142bd31055 to your computer and use it in GitHub Desktop.
Save stain/655fd290dd142bd31055 to your computer and use it in GitHub Desktop.
{ "@context": "https://w3id.org/ore/context",
"@id": "",
"@type": "ResourceMap",
"describes": {
"@id": "http://example.com/aggregation-1",
"@type": "Aggregation",
"aggregates": [
"http://example.com/document-1",
"http://example.com/document-2",
{ "@id": "http://other.example.org/data-2",
"isAggregatedBy": {
"@id": "http://other.example.org/aggregation-2",
"@type": "Aggregation",
"isDescribedBy": "http://other.example.org/aggregation-2.rdf"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment