Changes for page For Developers


From version 13.1
edited by Artur
on 2025/07/24 17:14
Change comment: There is no comment for this version
To version 15.1
edited by Artur
on 2025/07/25 11:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  ==== **Semantic Interoperability Ontology** ====
2 2  
3 3  |**URI**|[[http:~~/~~/purl.semanticip.org/linked-data/>>http://purl.semanticip.org/linked-data/]]
4 -|**Description**|The SIP ontology defines the semantic integration layer of the Interoperability Basis initiative. It supports formalization and publication of statistical standards such as SDMX and SIMS using FAIR and Linked Data principles.
4 +|**Description**|The SIP ontology defines the semantic integration layer of the Interoperability Basis Platform. It supports formalization and publication of statistical standards such as SDMX and SIMS using FAIR and Linked Data principles.
5 5  |**Contibutor**|[[http://purl.semanticip.org/linked-data/SemanticPro]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
6 6  |**Has Part**|[[http://purl.semanticip.org/linked-data/sdmx/]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
7 7  
XWiki.JavaScriptExtension[0]
Code
... ... @@ -11,7 +11,7 @@
11 11   parentTd = $btn.closest('dd');
12 12  }
13 13   // Ищем freestanding-ссылку
14 - var uri = parentTd.find('a.wikimodel-freestanding').attr('href');
14 + var uri = parentTd.find('a').attr('href');
15 15   if (!uri) {
16 16   return alert('Не найден исходный URI для запроса.');
17 17   }