Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifing the used standard (conformsTo) #859

Open
coret opened this issue Jan 25, 2024 · 4 comments
Open

Specifing the used standard (conformsTo) #859

coret opened this issue Jan 25, 2024 · 4 comments

Comments

@coret
Copy link
Contributor

coret commented Jan 25, 2024

For the Aggregating Linked Data in Europeana MVP we need to be able to specify on which standard/model/ontology a distribution is based (eg. https://www.europeana.eu/schemas/edm/EDM.xsd). This property differs from dct:format / schema:encodingFormat where you specify the format like application/rdf+xml.

A suitable DCAT property would be dct:conformsTo. As mentioned in DCAT-AP to Schema.org Mapping, the property schema:publishingPrinciples would be the nearest Schema.org property.

We need to include this property in the requirements (recommended, cardinality 0..n), adjust the SHACL and adapt the crawler (conversion & storing).

@ddeboer
Copy link
Member

ddeboer commented Jan 25, 2024

Agreed. Note that the DKG currently discovers this property, exposing it as void:vocabulary, but on the level of the dataset, not the distribution. In other words, this implies supporting different vocabularies per distribution.

@EnnoMeijers
Copy link

In the example that Europeana shared with an identifier for the EDM was used including its definition:

<http://www.europeana.eu/schemas/edm/>  
  a dct:Standard .

Should we consider using a blank node for dct:conformsTo to include also the definition or do we assume this value to always be of type dct:Standard?

@ddeboer
Copy link
Member

ddeboer commented Jan 25, 2024

According to the spec, dct:conformsTo includes instead of has range dct:Standard, so adding it explicitly would add meaning.

@coret
Copy link
Contributor Author

coret commented Jan 26, 2024

Note that the DKG currently discovers this property, exposing it as void:vocabulary,

I think dct:conformsTo / schema:publishingPrinciples is broader than vocabulary (which can only be applied to linked data).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants