Skip to content

Commit

Permalink
Applying changes from commit d0fb7e8911216a056d28499bd373c23f912a7c9b
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI Builder committed Dec 19, 2024
1 parent 4a210ae commit b656822
Show file tree
Hide file tree
Showing 22 changed files with 735 additions and 328 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"RoleType": "http://data.europa.eu/2qy/rrmv#RoleType",
"Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept",
"Status": "http://data.europa.eu/2qy/rrmv#Status",
"TemporalDuration": "http://www.w3.org/2006/time#TemporalDuration",
"TemporalFunction": "http://data.europa.eu/2qy/rrmv#TemporalFunction",
"Work": "http://data.europa.eu/eli/ontology#Work",
"Xsd:anyURI": "http://www.w3.org/2001/XMLSchema#anyURI",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"RoleType": "http://data.europa.eu/2qy/rrmv#RoleType",
"Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept",
"Status": "http://data.europa.eu/2qy/rrmv#Status",
"TemporalDuration": "http://www.w3.org/2006/time#TemporalDuration",
"TemporalFunction": "http://data.europa.eu/2qy/rrmv#TemporalFunction",
"Work": "http://data.europa.eu/eli/ontology#Work",
"Xsd:anyURI": "http://www.w3.org/2001/XMLSchema#anyURI",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ dc:description a owl:AnnotationProperty .
rdf:List a owl:Class .

<http://data.europa.eu/2qy/rrmv> a owl:Ontology;
dc:description "This portal presents RRMV ontology (Regulatory Reporting Metadata Vocabulary) for modelling and representing the Requests inside of the European Legislation.This ontology is developed inside of the project SORTIS (Study On Regulatory reporTIng Standards) coordinated by the Digital-ready Policymaking and SEMIC teams of the DIGIT.B2 Interoperability and Digital Government Unit of the European Commission. The initial version of the ontology was developed within an expert contract with the JRC-funded expert, Monica Palmirani, from the University of Bologna."@en,
<https://code.europa.eu/regulatory-reporting/rrmv/-/raw/main/docs/current/rrmv-v2.png>;
dc:description "This portal presents RRMV ontology (Regulatory Reporting Metadata Vocabulary) for modelling and representing the Requests inside of the European Legislation.This ontology is developed inside of the project SORTIS (Study On Regulatory reporTIng Standards) coordinated by the Digital-ready Policymaking and SEMIC teams of the DIGIT.B2 Interoperability and Digital Government Unit of the European Commission. The initial version of the ontology was developed within an expert contract with the JRC-funded expert, Monica Palmirani, from the University of Bologna."@en;
rdfs:comment "An ontology to describe REQUEST present inside of the legislation with the aim to track these peculiar normative prescriptions. A REQUEST is an obligation-to-do something, defined by AGENT, playing a given ROLE in a specific interval of TIME. The REQUEST produces ACTION, in a given period of TIME. ACTION has RESULT (e.g., report, plan, ripetitive event, etc.).";
owl:versionInfo "0.0.1";
owl:versionInfo "0.1.0";
dc:rights "This work is distributed under a EUPL 1.2 License (https://interoperable-europe.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt)."@en;
dcterms:contributor "Andrea Giovanni Nuzzolese, CNR", "Alessio Nardin, DIGIT.B2"@en,
"Cecile Guasch, DIGIT.B2"@en, "Davide Audrito, DIGIT.B2"@en;
"Cecile Guasch, DIGIT.B2"@en, "Davide Audrito, DIGIT.B2"@en, "Bert Van Nuffelen, SEMIC"@en;
dcterms:creator "Monica Palmirani, University of Bologna";
dcterms:description "Description";
dcterms:title "Reporting Requirements Metadata Vocabulary";
dcterms:modified "2024-11-28T11:44:22"^^xsd:dateTime .
dcterms:modified "2024-12-19T11:44:25"^^xsd:dateTime .

dcterms:isPartOf a owl:ObjectProperty;
rdfs:domain :Request;
Expand All @@ -61,8 +59,9 @@ dcterms:isPartOf a owl:ObjectProperty;
dcterms:modified "2024-12-11T12:07:07"^^xsd:dateTime .

eli:Agent a owl:Class;
rdfs:label "Agent"@en;
rdfs:comment "Individual people or groups of people, like an institution with a legal recognition, who have the potential to perform intentional actions for which they can be held responsible. "@en;
dcterms:modified "2024-12-11T12:09:26"^^xsd:dateTime .
dcterms:modified "2024-12-19T11:32:42"^^xsd:dateTime .

time:ProperInterval a owl:Class;
rdfs:label "Period Of Time"@en;
Expand All @@ -86,30 +85,37 @@ eli:cites a owl:ObjectProperty;
dcterms:modified "2024-12-11T12:11:42"^^xsd:dateTime .

eli:Expression a owl:Class;
rdfs:label "Expression"@en;
rdfs:comment "The intellectual realisation of a Work in the form of identifiable immaterial objects, such as, but not limited to, text. "@en;
dcterms:modified "2024-12-11T12:10:44"^^xsd:dateTime .
dcterms:modified "2024-12-19T11:32:23"^^xsd:dateTime .

eli:is_embodied_by a owl:ObjectProperty;
rdfs:domain eli:Manifestation;
rdfs:range eli:Expression;
rdfs:comment " Relates an expression to a manifestation of that expression."@en;
dcterms:modified "2024-12-11T12:14:07"^^xsd:dateTime .

eli:Manifestation a owl:Class .
eli:Manifestation a owl:Class;
rdfs:label "Manifestation"@en;
rdfs:comment "The physical embodiment of an Expression, either on paper or in any electronic format."@en;
dcterms:modified "2024-12-19T11:32:04"^^xsd:dateTime .

eli:is_realized_by a owl:ObjectProperty;
rdfs:domain eli:Expression;
rdfs:range eli:Work .
rdfs:range eli:Work;
rdfs:comment "Relates a work to an expression of this work in the form of a \"sequence of signs\" (typically alpha-numeric characters in a legal context)."@en;
dcterms:modified "2024-12-19T11:29:42"^^xsd:dateTime .

eli:Work a owl:Class;
rdfs:label "Work"@en;
rdfs:comment "Any distinct intellectual creation (i.e., the intellectual content), in the context of ELI. "@en;
dcterms:modified "2024-12-11T12:17:43"^^xsd:dateTime .
dcterms:modified "2024-12-19T11:31:34"^^xsd:dateTime .

eli:related_to a owl:ObjectProperty;
rdfs:domain :Request;
rdfs:range :Request;
rdfs:comment "Indicates a somehow related other document, not necessarily a legal resource. "@en;
dcterms:modified "2024-12-11T12:08:04"^^xsd:dateTime .
dcterms:modified "2024-12-18T17:46:54"^^xsd:dateTime .

:hasFunction a owl:ObjectProperty;
rdfs:domain :Action;
Expand Down Expand Up @@ -148,7 +154,10 @@ eli:related_to a owl:ObjectProperty;
rdfs:comment "The topic of the Request."@en;
dcterms:modified "2024-12-18T09:53:31"^^xsd:dateTime .

skos:Concept a owl:Class .
skos:Concept a owl:Class;
rdfs:label "Concept"@en;
rdfs:comment "An idea or notion; a unit of thought. "@en;
dcterms:modified "2024-12-19T11:31:19"^^xsd:dateTime .

:hasType a owl:ObjectProperty;
rdfs:domain _:ed84c1a1c506469cb9bb3830ae1fc3812200;
Expand All @@ -164,7 +173,8 @@ skos:Concept a owl:Class .

:Role a owl:Class;
rdfs:label "Role"@en;
rdfs:comment "Role played by an Agent involved in a Request."@en .
rdfs:comment "Function played by an Agent involved in a Request."@en;
dcterms:modified "2024-12-19T11:21:54"^^xsd:dateTime .

:AgentType a owl:Class;
rdfs:subClassOf skos:Concept;
Expand All @@ -175,7 +185,8 @@ skos:Concept a owl:Class .
:ResultType a owl:Class;
rdfs:subClassOf skos:Concept;
rdfs:label "Result Type"@en;
rdfs:comment "A kind of Result"@en .
rdfs:comment "A kind of Result"@en;
dcterms:modified "2024-12-19T11:23:40"^^xsd:dateTime .

:AgentRole a owl:Class;
rdfs:label "Agent Role"@en;
Expand Down Expand Up @@ -242,14 +253,6 @@ eli:Person a owl:Class;
rdfs:comment "The frequency in which the request is to be executed in case of repetitive mandate. "@en;
dcterms:modified "2024-12-18T09:51:06"^^xsd:dateTime .

:hasTemporalEntity a owl:ObjectProperty;
rdfs:domain :Frequency;
rdfs:range :TemporalEntity;
rdfs:label "has temporal entity"@en;
rdfs:comment "The property linking Frequency and TemporalEntity with individuals Year, Month, Week, Day.";
dcterms:modified "2024-12-18T09:52:27"^^xsd:dateTime .


:value a owl:DatatypeProperty;
rdfs:domain :Frequency;
rdfs:range rdf:PlainLiteral;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ <h3>Application profile diagram</h3>
<a href="#Role">Role</a> |
<a href="#RoleType">Role Type</a> |
<a href="#Status">Status</a> |
<a href="#TemporalDuration">Temporal Duration</a> |
<a href="#TemporalFunction">Temporal Function</a> |
<a href="#Work">Work</a> |
</p>
Expand Down Expand Up @@ -1799,6 +1800,8 @@ <h3 id="Request">





</section>

<section>
Expand Down Expand Up @@ -3185,10 +3188,7 @@ <h3 id="PeriodofTime">
<td>


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


</td>
Expand Down Expand Up @@ -3815,6 +3815,55 @@ <h3 id="Status">



</div>
</section>






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

</h3>
<!-- XXX an image in the h3 will break the rendering of the Table Of Contents of Respec -->
<!-- outcomment github feedback possibility
<a href="https://github.com/SEMICeu/Reporting-Requirements-Metadata-Vocabulary/issues/new?title=Issue%20for%20TemporalDuration&body=Explain%20your%20issue"}}>
<img src="html/callout.png" loading="lazy" alt="(create issue)" width="20" height="20"/>
</a>
-->
<dl>
<dt>
Definition
</dt>
<dd>
Time extent; duration of a time interval separate from its particular start position
</dd>



<dt>
Properties
</dt>

<dd>
This specification does not impose any additional requirements to properties for this entity.
</dd>

</dl>
</div>







</div>
</section>

Expand Down Expand Up @@ -5369,6 +5418,17 @@ <h2>Quick Reference of Classes and Properties</h2>
</tr>
<tr>
<td><a href="#TemporalDuration">Temporal Duration</a></td>
<td><div class="shorten">http://www.w3.org/2006/time#TemporalDuration</div></td>
<td></td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td><a href="#TemporalFunction">Temporal Function</a></td>
<td><div class="shorten">http://data.europa.eu/2qy/rrmv#TemporalFunction</div></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ <h3>Application profile diagram</h3>
<a href="#Role">Role</a> |
<a href="#RoleType">Role Type</a> |
<a href="#Status">Status</a> |
<a href="#TemporalDuration">Temporal Duration</a> |
<a href="#TemporalFunction">Temporal Function</a> |
<a href="#Work">Work</a> |
</p>
Expand Down Expand Up @@ -1799,6 +1800,8 @@ <h3 id="Request">





</section>

<section>
Expand Down Expand Up @@ -3185,10 +3188,7 @@ <h3 id="PeriodofTime">
<td>


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


</td>
Expand Down Expand Up @@ -3815,6 +3815,55 @@ <h3 id="Status">



</div>
</section>






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

</h3>
<!-- XXX an image in the h3 will break the rendering of the Table Of Contents of Respec -->
<!-- outcomment github feedback possibility
<a href="https://github.com/SEMICeu/Reporting-Requirements-Metadata-Vocabulary/issues/new?title=Issue%20for%20TemporalDuration&body=Explain%20your%20issue"}}>
<img src="html/callout.png" loading="lazy" alt="(create issue)" width="20" height="20"/>
</a>
-->
<dl>
<dt>
Definition
</dt>
<dd>
Time extent; duration of a time interval separate from its particular start position
</dd>



<dt>
Properties
</dt>

<dd>
This specification does not impose any additional requirements to properties for this entity.
</dd>

</dl>
</div>







</div>
</section>

Expand Down Expand Up @@ -5369,6 +5418,17 @@ <h2>Quick Reference of Classes and Properties</h2>
</tr>
<tr>
<td><a href="#TemporalDuration">Temporal Duration</a></td>
<td><div class="shorten">http://www.w3.org/2006/time#TemporalDuration</div></td>
<td></td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td><a href="#TemporalFunction">Temporal Function</a></td>
<td><div class="shorten">http://data.europa.eu/2qy/rrmv#TemporalFunction</div></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,13 @@
}
],
"sh:targetClass": "http://www.w3.org/2006/time#ProperInterval"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalDurationShape",
"@type": "sh:NodeShape",
"sh:closed": false,
"sh:property": [],
"sh:targetClass": "http://www.w3.org/2006/time#TemporalDuration"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#xsd:stringShape>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#skos:ConceptShape>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#InstantShape>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape> .
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#PeriodOfTimeShape>,
<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalDurationShape> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#ActionResultShape> a shacl:NodeShape;
shacl:closed false;
Expand Down Expand Up @@ -586,6 +587,10 @@
shacl:closed false;
shacl:targetClass <http://data.europa.eu/2qy/rrmv#Status> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalDurationShape> a shacl:NodeShape;
shacl:closed false;
shacl:targetClass <http://www.w3.org/2006/time#TemporalDuration> .

<https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalFunctionShape> a shacl:NodeShape;
shacl:closed false;
shacl:targetClass <http://data.europa.eu/2qy/rrmv#TemporalFunction> .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,13 @@
}
],
"sh:targetClass": "http://www.w3.org/2006/time#ProperInterval"
},
{
"@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalDurationShape",
"@type": "sh:NodeShape",
"sh:closed": false,
"sh:property": [],
"sh:targetClass": "http://www.w3.org/2006/time#TemporalDuration"
}
]
}
Loading

0 comments on commit b656822

Please sign in to comment.