Changes for page For Developers


From version 21.1
edited by Artur
on 2025/10/10 22:56
Change comment: Uploaded new attachment "sip.ttl", version 1.3
To version 20.1
edited by Artur
on 2025/09/30 11:08
Change comment: There is no comment for this version

Summary

Details

sip.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -1.6 KB
1 +1.4 KB
Content
... ... @@ -13,19 +13,15 @@
13 13   dcterms: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."@en ;
14 14   owl:versionInfo "1.0" ;
15 15   dcterms:created "2025-07-24"^^xsd:date ;
16 - dcterms:contributor sip:SemanticGroup ;
16 + dcterms:contributor sip:SemanticPro ;
17 17   dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/> .
18 18  
19 19  
20 -sip:SemanticGroup a foaf:Organization, dcterms:Agent ;
21 - foaf:name "SemanticPro Group" ;
22 - foaf:currentProject sip:IoBP;
20 +sip:SemanticPro a foaf:Organization, dcterms:Agent ;
21 + foaf:name "SemanticPro R&D Group" ;
23 23   foaf:mbox "info@semanticip.org" .
24 24  
25 -sip:IoBP a foaf:Project ;
26 - foaf:name "Interoperability Basis Platform" ;
27 - foaf:homepage <https://basis.semanticip.org/xwiki/bin/view/Main/> .
28 -
24 +
29 29  <https://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <https://purl.semanticip.org/linked-data/> .
30 30  
31 31  
XWiki.JavaScriptExtension[0]
Code
... ... @@ -71,11 +71,10 @@
71 71   if (pop) {
72 72   var $tip = pop.tip();
73 73   $tip.addClass('ttl-preview-popover');
74 - var resp = ttlText.result;
75 75   $tip.find('.popover-body, .popover-content')
76 76   .html(
77 77   '<pre style="white-space: pre-wrap; font-family: monospace; margin:0;font-size:85%;">' +
78 - $('<div>').text(resp).html() +
77 + $('<div>').text(ttlText).html() +
79 79   '</pre>'
80 80   );
81 81   }