- fix explicit definition of the primary and subsidiary locations.
- Added era:formatNote property and annotations.
- added the Turtle file generated from excel file annotated by ERA.
| 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. |
| 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. | |
| } |
| @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#>. |
| 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 |
| 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> | |
| ] , |
| <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 |
| @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/>. |
| 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 |