SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
74 stars 24 forks source link

dcat-ap_2.0.1.rdf - line 1460 and metadata update #154

Closed aidig closed 2 years ago

aidig commented 4 years ago

Request for small correction in dcat-ap_2.0.1.rdf line 1460: <rdfs:isDefinedBy rdf:resource="data.europa.eu/r5r/" /> --> <rdfs:isDefinedBy rdf:resource="http://data.europa.eu/r5r/"/>

Also, it seems the metadata rquires a small update too. Eg. versionInfo, modified (this applies to the SHACL file too)

akuckartz commented 4 years ago

Why not https instead of http ?

aidig commented 4 years ago

In the RDF/XML-version of DCAT-AP 2.0.1, the dcatap namespace is declared as: http://data.europa.eu/r5r/


<!-- About the application profile -->
<rdf:RDF xmlns:cc="http://creativecommons.org/ns#"
        xmlns:dct="http://purl.org/dc/terms/"
    xmlns:adms="http://www.w3.org/ns/adms#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
        xmlns:odrl="http://www.w3.org/ns/odrl/2/"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:dcat="http://www.w3.org/ns/dcat#"
        xmlns:lcon="http://www.w3.org/ns/locn#"
    xmlns:sioc="http://rdfs.org/sioc/ns#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:prov="http://www.w3.org/ns/prov#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    xmlns:schema="http://schema.org/"
    xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
    xmlns:vann="http://purl.org/vocab/vann/"
    xmlns:voaf="http://purl.org/vocommons/voaf#"
    xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:spdx="http://spdx.org/rdf/terms#"
        xmlns:time="http://www.w3.org/2006/time#"
        xmlns:dcatap="http://data.europa.eu/r5r/"
    xmlns:xhv="&xhv;"
```>

(..)
bertvannuffelen commented 3 years ago

The topic of http vs https is a complex issue. It has many dimensions, which I won't go into. But based on the current guidelines for these URIs, the URI is http based.

aidig commented 2 years ago

FYI: the value of dct:modified is still 2019-11-15