diff --git a/loterre-xslt/v1/register/Attribution_Identifiants_ark.xsl b/loterre-xslt/v1/register/Attribution_Identifiants_ark.xsl new file mode 100644 index 0000000..a910dc0 --- /dev/null +++ b/loterre-xslt/v1/register/Attribution_Identifiants_ark.xsl @@ -0,0 +1,532 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Attribution 4.0 International + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Doublon au niveau des arks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/loterre-xslt/v1/register/concept.ini b/loterre-xslt/v1/register/concept.ini new file mode 100644 index 0000000..bd29d15 --- /dev/null +++ b/loterre-xslt/v1/register/concept.ini @@ -0,0 +1,44 @@ +# OpenAPI Documentation - JSON format (dot notation) +post.responses.default.description = All SKOS concepts are returned with an ARK identifier +post.responses.default.content.text/xml.schema.$ref = #/components/schemas/JSONStream +post.summary = Stamp with ARK all SKOS Concepts +post.requestBody.required = true +post.requestBody.content.text/xml.schema.$ref = #/components/schemas/xml + +# Necessary plugins +[use] +plugin = analytics +plugin = basics +plugin = local + +[concat] + +[XMLConvert] + +[expand] +size = 1 +path = rdf$RDF.skos$Concept + +[expand/exploding] + +[expand/assign] +path = value.uri +value = true + +[expand/expand] +path = value.uri + +[expand/expand/URLConnect] +url = http://test-ark.tdmservices.intra.inist.fr/v1/67375/stamp?subpublisher=??? +timeout = 10000 +noerror = true + +[expand/aggregate] + +[XMLConvert] +invert = true +prologue = true + +[xslt] +stylesheet = ./v1/register/Attribution_Identifiants_ark.xsl +