Skip to content

Commit

Permalink
Applying changes from commit ebfce0e03fab729289178f43f5bb88f7377203dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI Builder committed Dec 19, 2024
1 parent f5c0d46 commit 4a210ae
Show file tree
Hide file tree
Showing 21 changed files with 670 additions and 541 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
},
"hasTemporalDuration": {
"@id": "http://www.w3.org/2006/time#hasTemporalDuration"
"@id": "http://www.w3.org/2006/time#hasTemporalDuration",
"@type": "@id"
},
"rrmv:hasAgentRole": {
"@container": "@set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
},
"hasTemporalDuration": {
"@id": "http://www.w3.org/2006/time#hasTemporalDuration"
"@id": "http://www.w3.org/2006/time#hasTemporalDuration",
"@type": "@id"
},
"rrmv:hasAgentRole": {
"@container": "@set",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,15 @@ skos:Concept a owl:Class .
rdfs:comment "Role played by an Agent involved in a Request."@en .

:AgentType a owl:Class;
rdfs:subClassOf skos:Concept .
rdfs:subClassOf skos:Concept;
rdfs:label "Agent Type"@en;
rdfs:comment "Kind of Agent."@en;
dcterms:modified "2024-12-18T17:55:17"^^xsd:dateTime .

:ResultType a owl:Class;
rdfs:subClassOf skos:Concept;
rdfs:label "Result Type"@en;
rdfs:comment "Result Type. SKOS Concept."@en .
rdfs:comment "A kind of Result"@en .

:AgentRole a owl:Class;
rdfs:label "Agent Role"@en;
Expand Down Expand Up @@ -224,12 +227,13 @@ eli:Person a owl:Class;
rdfs:subClassOf skos:Concept;
rdfs:label "Temporal Function"@en;
rdfs:comment "Function of the temporal infomation in legislation. "@en;
dcterms:modified "2024-12-11T12:17:20"^^xsd:dateTime .
dcterms:modified "2024-12-19T09:05:18"^^xsd:dateTime .

:RoleType a owl:Class;
rdfs:subClassOf skos:Concept;
rdfs:label "Role Type"@en;
rdfs:comment "The kind of role of the agent as is described in the legal resource."@en .
rdfs:comment "The kind of role of the agent as is described in the legal resource."@en;
dcterms:modified "2024-12-19T09:06:40"^^xsd:dateTime .

:hasFrequency a owl:ObjectProperty;
rdfs:domain :Request;
Expand Down Expand Up @@ -258,17 +262,18 @@ eli:Person a owl:Class;
rdfs:comment "Frequency of an Request over time (e.g., every 6 months, each quarter)."@en .

:atTime a owl:ObjectProperty;
rdfs:domain :Action, :AgentRole;
rdfs:domain _:ed84c1a1c506469cb9bb3830ae1fc3812924;
rdfs:domain time:ProperInterval;
rdfs:label "at time"@en;
rdfs:comment "An Action or a Role is valid within a time interval."@en;
dcterms:modified "2024-12-18T09:35:41"^^xsd:dateTime .
dcterms:modified "2024-12-19T09:55:58"^^xsd:dateTime .

:forAgent a owl:ObjectProperty;
rdfs:domain :AgentRole;
rdfs:range eli:Agent;
rdfs:label "forAgent"@en;
rdfs:comment "The property linking a particular Role to Agent."@en .
rdfs:label "for Agent"@en;
rdfs:comment "The property linking a particular Role to Agent."@en;
dcterms:modified "2024-12-19T09:19:54"^^xsd:dateTime .

:hasAgentRole a owl:ObjectProperty;
rdfs:domain :Action;
Expand Down Expand Up @@ -375,3 +380,13 @@ _:ed84c1a1c506469cb9bb3830ae1fc3812232 a rdf:List;
rdf:first :RoleType;
rdf:rest rdf:nil .

_:ed84c1a1c506469cb9bb3830ae1fc3812924 a owl:Class;
owl:unionOf _:ed84c1a1c506469cb9bb3830ae1fc3812925 .

_:ed84c1a1c506469cb9bb3830ae1fc3812925 a rdf:List;
rdf:first :Action;
rdf:rest _:ed84c1a1c506469cb9bb3830ae1fc3812926 .

_:ed84c1a1c506469cb9bb3830ae1fc3812926 a rdf:List;
rdf:first :AgentRole;
rdf:rest rdf:nil .
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,13 @@ <h3 id="PeriodofTime">
</td>
<td>


<a href="#TemporalDuration"
data-toggle="tooltip"
data-content="http://www.w3.org/2006/time#TemporalDuration"
data-placement="right">TemporalDuration</a>


</td>
<td>
0..1
Expand Down Expand Up @@ -3576,7 +3583,7 @@ <h3 id="Role">
Definition
</dt>
<dd>
Role played by an Agent involved in a Request.
Function played by an Agent involved in a Request.
</dd>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,13 @@ <h3 id="PeriodofTime">
</td>
<td>


<a href="#TemporalDuration"
data-toggle="tooltip"
data-content="http://www.w3.org/2006/time#TemporalDuration"
data-placement="right">TemporalDuration</a>


</td>
<td>
0..1
Expand Down Expand Up @@ -3576,7 +3583,7 @@ <h3 id="Role">
Definition
</dt>
<dd>
Role played by an Agent involved in a Request.
Function played by an Agent involved in a Request.
</dd>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,18 @@
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/2qy/rrmv#hasFunction"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/62f13fb5322e914470370f6829b63796f1fb592d",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration",
"sh:description": {
"en": "Duration of a temporal entity"
},
"sh:name": {
"en": "duration"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://www.w3.org/2006/time#hasTemporalDuration"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/a3200c5de5dd81b397b20646ca0b534d506d9380",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.hasfunction",
Expand Down Expand Up @@ -1150,6 +1162,18 @@
},
"sh:path": "http://www.w3.org/2006/time#hasBeginning"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f26773a2b00df0b2bc11a71a0009143ddc3936cf",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration",
"sh:class": "http://www.w3.org/2006/time#TemporalDuration",
"sh:description": {
"en": "Duration of a temporal entity"
},
"sh:name": {
"en": "duration"
},
"sh:path": "http://www.w3.org/2006/time#hasTemporalDuration"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f3b3fe103292b4de4cd8ebe4846ded1dfe63cffd",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.starttime",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,14 @@
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/265f957ce190027dce96d41d40b673fc8c23a3a5>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/2f5052783899352bc03d3bb65c6a4cc2693a05af>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/4f33002877d322578899db2b23a912572755b823>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/62f13fb5322e914470370f6829b63796f1fb592d>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/a3200c5de5dd81b397b20646ca0b534d506d9380>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/bcfdfe1aaf259e3616a2ee6b35401a2e67ef2a78>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/c96b66f9d4eb38c74850d441cdd16f5aae3f7e75>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/cee1f50f736e99d611db359c3085c1f3f31d959d>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/e0f451a883f0a9ffd8a4ab55aaf0d89555b626de>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/e6d4e21bf5642e6443beb278b26ff238306ce664>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f26773a2b00df0b2bc11a71a0009143ddc3936cf>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f3b3fe103292b4de4cd8ebe4846ded1dfe63cffd>;
shacl:targetClass <http://www.w3.org/2006/time#ProperInterval> .

Expand Down Expand Up @@ -366,6 +368,12 @@
shacl:nodeKind shacl:BlankNodeOrIRI;
shacl:path <http://data.europa.eu/2qy/rrmv#hasFunction> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/62f13fb5322e914470370f6829b63796f1fb592d> rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration";
shacl:description "Duration of a temporal entity"@en;
shacl:name "duration"@en;
shacl:nodeKind shacl:BlankNodeOrIRI;
shacl:path <http://www.w3.org/2006/time#hasTemporalDuration> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/a3200c5de5dd81b397b20646ca0b534d506d9380> rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.hasfunction";
shacl:class <http://data.europa.eu/2qy/rrmv#TemporalFunction>;
shacl:description "The function the temporal infomation plays "@en;
Expand Down Expand Up @@ -402,6 +410,12 @@
shacl:name "start time"@en;
shacl:path <http://www.w3.org/2006/time#hasBeginning> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f26773a2b00df0b2bc11a71a0009143ddc3936cf> rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration";
shacl:class <http://www.w3.org/2006/time#TemporalDuration>;
shacl:description "Duration of a temporal entity"@en;
shacl:name "duration"@en;
shacl:path <http://www.w3.org/2006/time#hasTemporalDuration> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f3b3fe103292b4de4cd8ebe4846ded1dfe63cffd> rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.starttime";
shacl:class <http://www.w3.org/2006/time#Instant>;
shacl:description "Time instant at which the Period was initiated"@en;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,18 @@
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/2qy/rrmv#hasFunction"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/62f13fb5322e914470370f6829b63796f1fb592d",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration",
"sh:description": {
"en": "Duration of a temporal entity"
},
"sh:name": {
"en": "duration"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://www.w3.org/2006/time#hasTemporalDuration"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/a3200c5de5dd81b397b20646ca0b534d506d9380",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.hasfunction",
Expand Down Expand Up @@ -1150,6 +1162,18 @@
},
"sh:path": "http://www.w3.org/2006/time#hasBeginning"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f26773a2b00df0b2bc11a71a0009143ddc3936cf",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.duration",
"sh:class": "http://www.w3.org/2006/time#TemporalDuration",
"sh:description": {
"en": "Duration of a temporal entity"
},
"sh:name": {
"en": "duration"
},
"sh:path": "http://www.w3.org/2006/time#hasTemporalDuration"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape/f3b3fe103292b4de4cd8ebe4846ded1dfe63cffd",
"rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodofTime.starttime",
Expand Down
Loading

0 comments on commit 4a210ae

Please sign in to comment.