Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phochste/afdc7bc5d6a09cec2b12c60755ef1c82 to your computer and use it in GitHub Desktop.
Save phochste/afdc7bc5d6a09cec2b12c60755ef1c82 to your computer and use it in GitHub Desktop.
@prefix as: <https://www.w3.org/ns/activitystreams#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
<urn:uuid:28142b78-af0b-40bf-9e1c-d579a7135fe3>
a as:Announce ;
as:actor <https://scholexplorer.openaire.eu/#about> ;
as:context <https://biblio.ugent.be/publication/8646849> ;
as:object <urn:uuid:240c0091-b271-4e44-87f7-5598da5b24ad> ;
as:origin <https://mellonscholarlycommunication.github.io/about#us> ;
as:published "2020-01-01"^^xsd:dateTime ;
as:target <https://bellow2.ugent.be/test/scholix/biblio.ugent.be/about#us> .
<https://scholexplorer.openaire.eu/#about>
a as:Organization ;
ldp:inbox <https://scholexplorer.openaire.eu/inbox/> ;
as:name "OpenAIRE ScholeXplorer"^^xsd:string .
<urn:uuid:240c0091-b271-4e44-87f7-5598da5b24ad>
a as:Relationship ;
as:object <https://dx.doi.org/10.5061/dryad.10hq7> ;
as:relationship <http://www.scholix.org/References> ;
as:subject <https://biblio.ugent.be/publication/8646849> .
<https://mellonscholarlycommunication.github.io/about#us>
a as:Application ;
as:name "UGent/Mellon JSON-LD/AS2 Notification Generator for Scholix"^^xsd:string .
<https://bellow2.ugent.be/test/scholix/biblio.ugent.be/about#us>
a as:Organization ;
ldp:inbox <https://bellow2.ugent.be/test/scholix/biblio.ugent.be/inbox/> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment