Skip to content

Instantly share code, notes, and snippets.

View gatemezing's full-sized avatar

Ghislain gatemezing

View GitHub Profile
@gatemezing
gatemezing / eu-countries.rq
Created February 25, 2025 13:53
SPARQL query to generate basic information of EU countries according to Publications Office SPARQL endpoint
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX era: <http://data.europa.eu/949/>
PREFIX eu-pub: <http://publications.europa.eu/resource/authority/>
PREFIX eu-pub-country: <http://publications.europa.eu/resource/authority/country/>
CONSTRUCT {
?country a skos:Concept.
?country skos:inScheme eu-pub:country.
@gatemezing
gatemezing / languages.rq
Created February 25, 2025 12:05
Languages from Publications Office Endpoint
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX era: <http://data.europa.eu/949/>
PREFIX eu-pub: <http://publications.europa.eu/resource/authority/>
CONSTRUCT {
?language a skos:Concept.
?language skos:inScheme <http://publications.europa.eu/resource/authority/language>.
?language skos:prefLabel ?label.
}
@gatemezing
gatemezing / dcat-ERAKG.ttl
Created January 4, 2025 16:53
ERA DCAT metadata
@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>.
@prefix org: <http://www.w3.org/ns/org#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@gatemezing
gatemezing / era-metrics-v3.0.1.csv
Created January 4, 2025 16:09
metrics of ERA ontology v3.0.1 using ROBOT
metric metric_value metric_type
abox_axiom_count 0 single_value
abox_axiom_count_incl 0 single_value
abox_nominals false single_value
abox_nominals_incl false single_value
annotation_property_count 47 single_value
annotation_property_count_incl 47 single_value
assert_n_subclass_avg 0.39215686274509803 single_value
assert_n_subclass_avg_incl 0.39215686274509803 single_value
assert_n_superclass_avg 1.0 single_value

Change log since v3.0.0

Revision 03-12-2024:

  • fix explicit definition of the primary and subsidiary locations.
  • Added era:formatNote property and annotations.

Revision 02-12-2024:

  • added the Turtle file generated from excel file annotated by ERA.
@gatemezing
gatemezing / selectAnnotations.rq
Last active November 27, 2024 17:20
query to generate annotations for properties in the ontology
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix era: <http://data.europa.eu/949/>
prefix dcterms: <http://purl.org/dc/terms/>
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
SELECT *
WHERE {
<http://data.europa.eu/949/> rdf:type owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dcterms:contributor
[ foaf:name "Maarten Duhoux" ;
org:memberOf <http://publications.europa.eu/resource/authority/corporate-body/ERA>
] ,
[ foaf:name "Marina Aguado" ;
org:memberOf <http://publications.europa.eu/resource/authority/corporate-body/ERA>
] ,
@gatemezing
gatemezing / dir2008-57.ttl
Created July 28, 2024 07:47
Directive - 2008/57 -EN - EUR-Lex
<http://data.europa.eu/eli/dir/2008/57/oj> rdf:type eli:LegalResource .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:uri_schema <http://data.europa.eu/eli/%7Btypedoc%7D/%7Byear%7D/%7Bnatural_number%7D/oj> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:id_local "32008L0057"^^rdf:langString .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:type_document <http://publications.europa.eu/resource/authority/resource-type/DIR> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:passed_by <http://publications.europa.eu/resource/authority/corporate-body/EP> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:passed_by <http://publications.europa.eu/resource/authority/corporate-body/CONSIL> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:is_about <http://eurovoc.europa.eu/3430> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:is_about <http://eurovoc.europa.eu/3114> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:is_about <http://eurovoc.europa.eu/3648> .
<http://data.europa.eu/eli/dir/2008/57/oj> eli:is_about <http://eu
@gatemezing
gatemezing / dcat-erakg.ttl
Created February 24, 2024 12:02
DCAT sample file for the RINF KG
@prefix dct: <http://purl.org/dc/terms/>.
@prefix org: <http://www.w3.org/ns/org#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix sd: <http://www.w3.org/ns/sparql-service-description#>.
@prefix vann: <http://purl.org/vocab/vann/>.
@prefix era: <http://data.europa.eu/949/>.
@gatemezing
gatemezing / sample-htaccessForLoV.txt
Created July 28, 2023 15:04
A sample redirection when using Github to publish your ontology in w3id
Options -MultiViews
# Rewrite engine setup
RewriteEngine On
# Rewrite rule to serve TTL content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/turtle
RewriteRule ^(.+)$ https://OntoUML.github.io/ontouml-vocabulary/ontouml.ttl