This page describes the requirements that a resource shall fulfill in order to be part of the INSPIRE Register Federation. There are 3 levels of conformance: the first one is mandatory and contains the minimum information required for the RoR to register the Registry and the Registers in the federation. The second level, contains the information to enable the automatic harvesting of the information. The third one is reccomended in order to provide complete information related to each resource.

The following paragraphs will describe the required/recommended fields to be provided for each of the classes and the format to create the exchange documents (subsequently called "descriptors").

The idea of the descriptors is to provide metadata and data about the registries and registers to be included in the federation in a RDF/XML document (subsequently called "Registry descriptor" or "Register descriptor") that is publicly available through an http URI.

The proposed approach is as follows:

At the end of each conformance class there are one example file for the Registry descriptor and one for the Register descriptor (the examples contain also code comments to better understands each of the fields).

A useful resource to validate the conformance of the Registry and Register descriptors to the following classes are the XSL validators.

Note: the RoR needs a direct link to the Descriptors. Cloud platforms like Dropbox, OneDrive or Google Drive are not supported.


Conformance classes

Core Conformance Class

This conformance class is good for sharing registry and register metadata in the federation.

Registry descriptor

Requirement: metadata about the registry to be included in the federation shall be specified in a RDF/XML document (Registry descriptor) that is publicly available through an http URI.

Requirement: The URIs/URLs in the Registry descriptor shall be provided using the absolute format, without abbreviation.

Note: even if the RDF Specification allows the use of the xml:base property to allow URI/URL abbreviation, there are cases in which some parsers/software are not able to handle it. 

Requirement: the registry shall be described as an instance of dcat:Catalog class with the following mandatory/optional properties.

PropertyCardinalityRangeNotes
dct:title1..1rdfs:Literal
dct:publisher1..1foaf:Agent

Requirement: the publisher shall be described as instances of foaf:Agent class with the following mandatory/optional properties.

Note: the URI of the foaf:Agent class should be provided using a well defined URI-pattern. Some example are provided below:

PropertyCardinalityRangeNotes
foaf:name1..1rdfs:Literal
foaf:mbox1..1URI
foaf:homepage0..1URL

Requirement: for each register to be federated, the Registry descriptor shall include a reference to the document providing the register metadata (the Register descriptor).

Requirement: the reference to the register shall be described with the dcat:dataset property. The dcat:distribution property shall be included with the following properties.

Note: If the system will check if the Register descriptor is available at the given URI through an HTTP GET request to the URI with the HTTP Accept header set to "application/x-ror-rdf+xml". Otherwise it will ask for the resource using the standard HTTP GET request.

PropertyCardinalityRangeNotes
dct:format1..1URIThe format shall be specified using the following codelist provided by the EU Publication office: http://publications.europa.eu/resource/authority/file-type/RDF_XML
dcat:downloadUrl1..1URL


Register descriptor

Requirement: metadata about the register to be included in the federation shall be specified in a RDF/XML document (Register descriptor) that is publicly available through an http URI.

Requirement: The URIs/URLs in the Register descriptor shall be provided using the absolute format, without abbreviation.

Note: even if the RDF Specification allows the use of the xml:base property to allow URI/URL abbreviation, there are cases in which some parsers/software are not able to handle it.

Requirement: the register shall be described as an instance of skos:ConceptScheme class with the following mandatory/optional properties.

PropertyCardinalityRangeNotes
skos:prefLabel1..1rdfs:Literal
voaf:reliesOn0..1URIThe URI of the register on which this register relies on
dct:publisher1..1foaf:Agent
dct:isPartOf1..1dcat:CatalogThe reference to the registry containing this register.

Requirement: the registry containing this register shall be described as an instance of dcat:Catalog.

Requirement: the publisher shall be described as instances of foaf:Agent class with the following mandatory/optional properties.

Note: the URI of the foaf:Agent class should be provided using a well defined URI-pattern. Some example are provided below:

PropertyCardinalityRangeNotes
foaf:name1..1rdfs:Literal
foaf:mbox1..1URI
foaf:homepage0..1URL

Example files related to this conformance class:

Automatic Harvesting Conformance Class:

This conformance class is good for allowing a register to be automatically harvested from the Register of Registers.

Registry descriptor

Requirement: in addition to the properties specified in the Core conformance class, the Registry descriptor shall provide the following property.

PropertyCardinalityRangeNotes
dct:accrualPeriodicity1..1URIUpdate frequency. For conformance with DCAT-AP, this needs to be specified by using the MDR Frequency register maintained by the EU Publications Office: http://publications.europa.eu/mdr/resource/authority/frequency/html/frequencies-eng.html - Example frequency: http://publications.europa.eu/resource/authority/frequency/DAILY - NOTE: the minimum frequency is "daily"


Register descriptor

Requirement: in addition to the properties specified in the Core conformance class, the Register descriptor shall provide the following property.

PropertyCardinalityRangeNotes
dct:accrualPeriodicity1..1URIUpdate frequency. For conformance with DCAT-AP, this needs to be specified by using the MDR Frequency register maintained by the EU Publications Office: http://publications.europa.eu/mdr/resource/authority/frequency/html/frequencies-eng.html - Example frequency: http://publications.europa.eu/resource/authority/frequency/DAILY - NOTE: the minimum frequency is "daily"

Example files related to this conformance class:

Content Conformance Class

This conformance class is good for sharing the register content in the federation, e.g. to make it searchable in the Register of Registers and accessible from register clients (incl. other registers).

Registry descriptor

Requirement: in addition to the properties specified in the Core conformance class, the Registry descriptor shall provide the following property.

PropertyCardinalityRangeNotes
dct:description1..1rdfs:Literal

Register descriptor

Requirement: in addition to the properties specified in the Core conformance class, the Register descriptor shall provide the following property.

PropertyCardinalityRangeNotes
skos:definition1..1rdfs:Literal

Requirement: the Register descriptor shall describe each of the item internally defined as a skos:Concept with the following properties.

PropertyCardinalityRangeNotes
skos:inScheme1..1URI
skos:prefLabel1..1rdfs:Literal
skos:definition0..1rdfs:Literal
adms:status0..1URIThe codelist to be used for the status is the one provided by the INSPIRE registry: http://inspire.ec.europa.eu/registry/status

Recommendation: the Register descriptor should include each of the item externally defined with the following property.

Note: the externally defined item may be provided to specify that this register is using a subset of the elements from the external register.

PropertyCardinalityRangeNotes
skos:inScheme1..1URI

Example files related to this conformance class: