Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created June 23, 2010 23:01
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/450684 to your computer and use it in GitHub Desktop.
Save ldodds/450684 to your computer and use it in GitHub Desktop.
</processor>
a api:Processor.
<linked-data-api.xml>
a api:Page ;
dct:format ... (etc)
api:wasResultOf [
a api:Formatting ;
api:formatter <...>;
api:processor </processor>;
api:usedView [
a api:View ;
api:wasResultOf [
a api:Viewing ;
api:processor </processor>;
api:viewer <...> ;
api:queryResults [
a sparql:QueryResult
] ;
api:usedSelection [
a api:Selection ;
api:wasResultOf [
a api:Selecting;
api:processor </processor>;
api:selector <...> ;
api:queryResult [
a sparql:QueryResult
]
]
]
]
]
] .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment