Skip to content

Commit

Permalink
Applying changes from commit 395d3ed7e5641f0267f7daef06c2104ef1c02fe3
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI Builder committed Dec 9, 2024
1 parent 84cb84c commit 92102c7
Show file tree
Hide file tree
Showing 20 changed files with 2,887 additions and 1,262 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"AgentType": "http://data.europa.eu/2qy/rrmv#AgentType",
"Expression": "http://data.europa.eu/eli/ontology#Expression",
"Frequency": "http://data.europa.eu/2qy/rrmv#Frequency",
"Instant": "https://www.w3.org/2006/time#Instant",
"Manifestation": "http://data.europa.eu/eli/ontology#Manifestation",
"Organization": "http://data.europa.eu/eli/ontology#Organization",
"PeriodOfTime": "http://www.w3.org/2006/time#ProperInterval",
Expand All @@ -15,6 +16,7 @@
"ResultType": "http://data.europa.eu/2qy/rrmv#ResultType",
"Role": "http://example.com/rrmv/Role",
"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",
"TemporalFunction": "http://data.europa.eu/2qy/rrmv#TemporalFunction",
"Work": "http://data.europa.eu/eli/ontology#Work",
Expand Down Expand Up @@ -86,7 +88,7 @@
},
"rrmv:hasFrequency": {
"@container": "@set",
"@id": "http://data.europa.eu/2qy/rrmv#rrmv:hasFrequency",
"@id": "http://data.europa.eu/2qy/rrmv#hasFrequency",
"@type": "@id"
},
"rrmv:hasNext": {
Expand Down Expand Up @@ -147,6 +149,10 @@
"@id": "http://data.europa.eu/2qy/rrmv#withRole",
"@type": "@id"
},
"skos:prefLabel": {
"@container": "@set",
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel"
},
"starttime": {
"@id": "http://www.w3.org/2006/time#hasBeginning",
"@type": "@id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"AgentType": "http://data.europa.eu/2qy/rrmv#AgentType",
"Expression": "http://data.europa.eu/eli/ontology#Expression",
"Frequency": "http://data.europa.eu/2qy/rrmv#Frequency",
"Instant": "https://www.w3.org/2006/time#Instant",
"Manifestation": "http://data.europa.eu/eli/ontology#Manifestation",
"Organization": "http://data.europa.eu/eli/ontology#Organization",
"PeriodOfTime": "http://www.w3.org/2006/time#ProperInterval",
Expand All @@ -15,6 +16,7 @@
"ResultType": "http://data.europa.eu/2qy/rrmv#ResultType",
"Role": "http://example.com/rrmv/Role",
"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",
"TemporalFunction": "http://data.europa.eu/2qy/rrmv#TemporalFunction",
"Work": "http://data.europa.eu/eli/ontology#Work",
Expand Down Expand Up @@ -86,7 +88,7 @@
},
"rrmv:hasFrequency": {
"@container": "@set",
"@id": "http://data.europa.eu/2qy/rrmv#rrmv:hasFrequency",
"@id": "http://data.europa.eu/2qy/rrmv#hasFrequency",
"@type": "@id"
},
"rrmv:hasNext": {
Expand Down Expand Up @@ -147,6 +149,10 @@
"@id": "http://data.europa.eu/2qy/rrmv#withRole",
"@type": "@id"
},
"skos:prefLabel": {
"@container": "@set",
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel"
},
"starttime": {
"@id": "http://www.w3.org/2006/time#hasBeginning",
"@type": "@id"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 92102c7

Please sign in to comment.