Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add JSON-LD and fix a number of minor issues (#38, #32, #93) #111

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,555 changes: 1,555 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/AssessedElement-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

1,349 changes: 1,349 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/AvailabilitySchedule-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

613 changes: 613 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/Contingency-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/DatasetMetadata-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

12,175 changes: 12,175 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/EquipmentReliability-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

1,980 changes: 1,980 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/GridDisturbance-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

1,147 changes: 1,147 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/Header-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

603 changes: 603 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/MonitoringArea-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

553 changes: 553 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/ObjectRegistry-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

1,497 changes: 1,497 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/PowerSchedule-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5,376 changes: 5,376 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/RemedialAction-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

3,423 changes: 3,423 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/RemedialActionSchedule-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

548 changes: 548 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/SensitivityMatrix-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

6,517 changes: 6,517 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/StateInstructionSchedule-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5,372 changes: 5,372 additions & 0 deletions rdfs-improved/CGMES-NC/jsonld/SteadyStateInstruction-AP-Voc-RDFS2020.jsonld

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ae:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:a2de1738-214d-4552-b894-5b33cbc34218" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -870,7 +870,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.W a cim:UnitSymbol ;
rdfs:label "W" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ as:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:8d128e35-86c7-4d67-b2dd-93229bf1005a" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -728,7 +728,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.s a cim:UnitSymbol ;
rdfs:label "s" ;
Expand Down
4 changes: 2 additions & 2 deletions rdfs-improved/CGMES-NC/ttl/Contingency-AP-Voc-RDFS2020.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ co:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:8947de1c-6e53-4f1f-82c3-99ef118db9eb" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -336,7 +336,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.none a cim:UnitSymbol ;
rdfs:label "none" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dm:Ontology a owl:Ontology ;
dct:conformsTo <urn:iso:std:iec:61970-401:draft:ed-1>, <urn:iso:std:iec:61970-501:draft:ed-2> ;
dct:creator "ENTSO-E"@en ;
dct:identifier "urn:uuid:f7bb07f7-8614-4ff5-88da-2b4824b143f1" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ er:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:5f727c5c-b49f-47be-b750-a00fefb7e806" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -6770,7 +6770,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.A a cim:UnitSymbol ;
rdfs:label "A" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gd:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG PRA project"@en ;
dct:identifier "urn:uuid:81c488d7-a09f-49ef-a3cd-3bb19a1d6f16" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
2 changes: 1 addition & 1 deletion rdfs-improved/CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dh:Ontology a owl:Ontology ;
dct:conformsTo <urn:iso:std:iec:61970-401:draft:ed-1>, <urn:iso:std:iec:61970-501:draft:ed-2> ;
dct:creator "ENTSO-E"@en ;
dct:identifier "urn:uuid:0693858e-f49d-46c2-805d-1dbb9fd9d90f" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ iam:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:1eb41c0b-3c58-4762-a79b-33220d051d32" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
4 changes: 2 additions & 2 deletions rdfs-improved/CGMES-NC/ttl/MonitoringArea-AP-Voc-RDFS2020.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ma:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:41075091-91f0-4b14-a5b8-93945aa528ed" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -362,7 +362,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.none a cim:UnitSymbol ;
rdfs:label "none" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:14166b65-abaa-4611-b466-34975c15c27d" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ps:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:470c9792-7798-4eb6-b7f2-6e18293c5f7b" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ psp:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:29bfa45c-7d04-42f1-97c1-2e0f70f476a0" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
4 changes: 2 additions & 2 deletions rdfs-improved/CGMES-NC/ttl/RemedialAction-AP-Voc-RDFS2020.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ra:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:57fcfe0e-258c-45f2-b2ed-ff5b6a9859bc" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -3129,7 +3129,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.VAr a cim:UnitSymbol ;
rdfs:label "VAr" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ras:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:6e90c546-3c6c-471b-8040-e05037081c59" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -1985,7 +1985,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.VAr a cim:UnitSymbol ;
rdfs:label "VAr" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sar:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:7d53a1b2-0dcc-4556-b868-6ed099bd9ac9" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -472,7 +472,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.A a cim:UnitSymbol ;
rdfs:label "A" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sm:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:d89a8510-528b-49a9-81f1-c51be51caa6f" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sis:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:af884936-ea95-416b-b4c9-1214caa68658" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -3607,7 +3607,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.W a cim:UnitSymbol ;
rdfs:label "W" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shs:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:0d815deb-9968-4c6f-85d7-503d49e0b81f" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -3258,7 +3258,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.A a cim:UnitSymbol ;
rdfs:label "A" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ssi:Ontology a owl:Ontology ;
dct:creator "ENTSO-E CIM WG NC project"@en ;
dct:identifier "urn:uuid:6d01969f-38fd-460d-b260-b839a8123319" ;
dct:language "en-GB" ;
dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ;
dct:license <https://www.apache.org/licenses/LICENSE-2.0> ;
dct:modified "2024-09-07"^^xsd:date ;
dct:publisher "ENTSO-E" ;
dct:rightsHolder "ENTSO-E" ;
Expand Down Expand Up @@ -2758,7 +2758,7 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ;
rdfs:label "none" ;
rdfs:comment "No multiplier or equivalently multiply by 1."@en ;
cims:stereotype "enum" ;
qudt:prefixMultiplier 1.0 .
qudt:prefixMultiplier 1E0 .

cim:UnitSymbol.A a cim:UnitSymbol ;
rdfs:label "A" ;
Expand Down
Loading