@prefix schema: <http://schema.org/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix software: <https://data.knows.idlab.ugent.be/person/office/external-software#> .
@prefix knows: <https://data.knows.idlab.ugent.be/person/office/#> .
@prefix cat: <https://data.knows.idlab.ugent.be/person/office/application-categories#> .

# External software

software:solid-client-authn-js a schema:SoftwareApplication;
  schema:name "Solid JavaScript Authentication";
  schema:description "A client library for authenticating with Solid written by inrupt.";
  schema:category cat:developer-tools;
  knows:showInSolidLabDocumentationCenter true.

software:solid-client-authn-js-git a schema:SoftwareSourceCode;
  schema:targetProduct software:solid-client-authn-js ;
  schema:codeRepository <https://github.com/inrupt/solid-client-authn-js> .

software:solid-client-java a schema:SoftwareApplication;
  schema:name "Java Client Libraries for Solid";
  schema:description "Java client libraries for Solid written by inrupt.";
  schema:category cat:developer-tools;
  knows:showInSolidLabDocumentationCenter true;
  schema:softwareHelp <https://docs.inrupt.com/developer-tools/java/client-libraries/>.

software:solid-client-java-git a schema:SoftwareSourceCode;
  schema:targetProduct software:solid-client-java ;
  schema:codeRepository <https://github.com/inrupt/solid-client-java> .

