Changes for page For Developers

Last modified by Artur on 2025/11/06 15:37

From version 30.1
edited by Artur
on 2025/07/24 16:01
Change comment: Uploaded new attachment "sip.ttl", version 1.5
To version 28.1
edited by Artur
on 2025/07/24 14:16
Change comment: Uploaded new attachment "sip.ttl", version 1.3

Summary

Details

sip.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -1.4 KB
1 +1.9 KB
Content
... ... @@ -5,6 +5,7 @@
5 5  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
6 6  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
7 7  
8 +@prefix sip-sims: <http://purl.semanticip.org/linked-data/sims/> .
8 8  @prefix sip-sdmx: <http://purl.semanticip.org/linked-data/sdmx/> .
9 9  
10 10  
... ... @@ -14,9 +14,9 @@
14 14   owl:versionInfo "1.0" ;
15 15   dcterms:created "2025-07-24"^^xsd:date ;
16 16   dcterms:contributor sip:SemanticPro ;
17 - dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/> .
18 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/> ;
19 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sims/> .
18 18  
19 -
20 20  sip:SemanticPro a foaf:Organization, dcterms:Agent ;
21 21   foaf:name "SemanticPro R&D Group" ;
22 22   foaf:mbox "info@semanticip.org" .
... ... @@ -25,9 +25,12 @@
25 25  <http://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
26 26  
27 27  
28 -# --- In Development ---------------------------
29 +<http://purl.semanticip.org/linked-data/sims/> a owl:Ontology ;
30 + rdfs:label "SIP SIMS Ontology"@en ;
31 + dcterms:description """The SIP SIMS ontology provides an entry point for the semantic representation of the SIMS (Single Integrated Metadata Structure) standard.
32 + It is currently under development as part of the SIP initiative to support metadata interoperability."""@en ;
33 + owl:versionInfo "0.1" ;
34 + dcterms:contributor sip:SemanticPro ;
35 + dcterms:isPartOf <http://purl.semanticip.org/linked-data/> ;
36 + dcterms:created "2025-07-24"^^xsd:date .
29 29  
30 -# <http://purl.semanticip.org/linked-data/sims/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
31 -
32 -#-----------------------------------------------
33 -