-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying changes from commit cfdbeb8139f82c419e5c1032832ab741ec6e32fb
- Loading branch information
Circle CI Builder
committed
Jan 8, 2025
1 parent
06a2890
commit d73bc41
Showing
35 changed files
with
39,831 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
{ | ||
"@context": { | ||
"Action": "http://data.europa.eu/2qy/rrmv#Action", | ||
"ActionResult": "http://data.europa.eu/2qy/rrmv#ActionResult", | ||
"Agent": "http://data.europa.eu/eli/ontology#Agent", | ||
"AgentRole": "http://data.europa.eu/2qy/rrmv#AgentRole", | ||
"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": "http://www.w3.org/2006/time#Instant", | ||
"LangString": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", | ||
"Manifestation": "http://data.europa.eu/eli/ontology#Manifestation", | ||
"Organization": "http://data.europa.eu/eli/ontology#Organization", | ||
"PeriodOfTime": "http://www.w3.org/2006/time#ProperInterval", | ||
"Person": "http://data.europa.eu/eli/ontology#Person", | ||
"Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", | ||
"Request": "http://data.europa.eu/2qy/rrmv#Request", | ||
"ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", | ||
"Role": "http://data.europa.eu/2qy/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", | ||
"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", | ||
"Xsd:boolean": "http://www.w3.org/2001/XMLSchema#boolean", | ||
"Xsd:string": "http://www.w3.org/2001/XMLSchema#string", | ||
"dct:isPartOf": { | ||
"@id": "http://purl.org/dc/terms/isPartOf", | ||
"@type": "@id" | ||
}, | ||
"dct:title": { | ||
"@container": "@set", | ||
"@id": "http://purl.org/dc/terms/title", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"eli:changes": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#changes", | ||
"@type": "@id" | ||
}, | ||
"eli:cites": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#cites", | ||
"@type": "@id" | ||
}, | ||
"eli:embodies": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#embodies", | ||
"@type": "@id" | ||
}, | ||
"eli:isEmbodiedBy": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_embodied_by", | ||
"@type": "@id" | ||
}, | ||
"eli:isPartOf": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_part_of", | ||
"@type": "@id" | ||
}, | ||
"eli:isRealizedBy": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_realized_by", | ||
"@type": "@id" | ||
}, | ||
"eli:relatedTo": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#related_to", | ||
"@type": "@id" | ||
}, | ||
"endtime": { | ||
"@id": "http://www.w3.org/2006/time#hasEnd", | ||
"@type": "@id" | ||
}, | ||
"hasAnnotation": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAnnotation", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"hasTemporalDuration": { | ||
"@id": "http://www.w3.org/2006/time#hasTemporalDuration", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasAgentRole": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAgentRole", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasAnnotation": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAnnotation", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"rrmv:hasFrequency": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasFrequency", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasFunction": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasFunction", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasNext": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasNext", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasResult": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasResult", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasStatus": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasStatus", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasTopic": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasTopic", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasType": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasType", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasUnit": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasUnit", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasUri": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasURI", | ||
"@type": "http://www.w3.org/2001/XMLSchema#anyURI" | ||
}, | ||
"rrmv:isIncomplete": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#isIncomplete", | ||
"@type": "http://www.w3.org/2001/XMLSchema#boolean" | ||
}, | ||
"rrmv:produces": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#produces", | ||
"@type": "@id" | ||
}, | ||
"rrmv:value": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#value" | ||
}, | ||
"rrmv:withRole": { | ||
"@container": "@set", | ||
"@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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
{ | ||
"@context": { | ||
"Action": "http://data.europa.eu/2qy/rrmv#Action", | ||
"ActionResult": "http://data.europa.eu/2qy/rrmv#ActionResult", | ||
"Agent": "http://data.europa.eu/eli/ontology#Agent", | ||
"AgentRole": "http://data.europa.eu/2qy/rrmv#AgentRole", | ||
"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": "http://www.w3.org/2006/time#Instant", | ||
"LangString": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", | ||
"Manifestation": "http://data.europa.eu/eli/ontology#Manifestation", | ||
"Organization": "http://data.europa.eu/eli/ontology#Organization", | ||
"PeriodOfTime": "http://www.w3.org/2006/time#ProperInterval", | ||
"Person": "http://data.europa.eu/eli/ontology#Person", | ||
"Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", | ||
"Request": "http://data.europa.eu/2qy/rrmv#Request", | ||
"ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", | ||
"Role": "http://data.europa.eu/2qy/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", | ||
"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", | ||
"Xsd:boolean": "http://www.w3.org/2001/XMLSchema#boolean", | ||
"Xsd:string": "http://www.w3.org/2001/XMLSchema#string", | ||
"dct:isPartOf": { | ||
"@id": "http://purl.org/dc/terms/isPartOf", | ||
"@type": "@id" | ||
}, | ||
"dct:title": { | ||
"@container": "@set", | ||
"@id": "http://purl.org/dc/terms/title", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"eli:changes": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#changes", | ||
"@type": "@id" | ||
}, | ||
"eli:cites": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#cites", | ||
"@type": "@id" | ||
}, | ||
"eli:embodies": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#embodies", | ||
"@type": "@id" | ||
}, | ||
"eli:isEmbodiedBy": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_embodied_by", | ||
"@type": "@id" | ||
}, | ||
"eli:isPartOf": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_part_of", | ||
"@type": "@id" | ||
}, | ||
"eli:isRealizedBy": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#is_realized_by", | ||
"@type": "@id" | ||
}, | ||
"eli:relatedTo": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/eli/ontology#related_to", | ||
"@type": "@id" | ||
}, | ||
"endtime": { | ||
"@id": "http://www.w3.org/2006/time#hasEnd", | ||
"@type": "@id" | ||
}, | ||
"hasAnnotation": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAnnotation", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"hasTemporalDuration": { | ||
"@id": "http://www.w3.org/2006/time#hasTemporalDuration", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasAgentRole": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAgentRole", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasAnnotation": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasAnnotation", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"rrmv:hasFrequency": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasFrequency", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasFunction": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasFunction", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasNext": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasNext", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasResult": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasResult", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasStatus": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasStatus", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasTopic": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasTopic", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasType": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasType", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasUnit": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasUnit", | ||
"@type": "@id" | ||
}, | ||
"rrmv:hasUri": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#hasURI", | ||
"@type": "http://www.w3.org/2001/XMLSchema#anyURI" | ||
}, | ||
"rrmv:isIncomplete": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#isIncomplete", | ||
"@type": "http://www.w3.org/2001/XMLSchema#boolean" | ||
}, | ||
"rrmv:produces": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/2qy/rrmv#produces", | ||
"@type": "@id" | ||
}, | ||
"rrmv:value": { | ||
"@id": "http://data.europa.eu/2qy/rrmv#value" | ||
}, | ||
"rrmv:withRole": { | ||
"@container": "@set", | ||
"@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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM cimg/ruby:3.1 | ||
|
||
#RUN useradd -m circleci | ||
USER circleci | ||
|
||
RUN sudo apt-get update && sudo apt-get install -y vim | ||
|
||
RUN gem install linkeddata | ||
|
||
WORKDIR /data/testdata |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.