Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created June 24, 2010 21:13
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 ldodds/451993 to your computer and use it in GitHub Desktop.
Save ldodds/451993 to your computer and use it in GitHub Desktop.
</processor>
a api:Processor;
api:configuration <...>.
<linked-data-api.xml>
a api:Page ;
dc:format .. (etc);
api:wasResultOf [
a api:Execution
#description of components used to generate the page
#these are artifacts?
#ideally references to configuration
api:selector <...>;
api:viewer <...>;
api:formatter <...>;
api:selectionResult [
a sparql:QueryResult
];
api:viewResult [
a sparql:QueryResult
];
]
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment