This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1045 from ec-europa/ISAICP-4211
4211: Discover graphs as config entities
- Loading branch information
Showing
77 changed files
with
1,506 additions
and
1,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
...om/asset_distribution/config/install/rdf_entity.mapping.rdf_entity.asset_distribution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- rdf_entity.graph.default | ||
- rdf_entity.rdfentity.asset_distribution | ||
third_party_settings: { } | ||
id: rdf_entity.asset_distribution | ||
entity_type_id: rdf_entity | ||
bundle: asset_distribution | ||
rdf_type: 'http://www.w3.org/ns/adms#AssetDistribution' | ||
base_fields_mapping: | ||
rid: | ||
target_id: | ||
predicate: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' | ||
format: resource | ||
uid: | ||
target_id: | ||
predicate: '' | ||
format: '' | ||
label: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/title' | ||
format: t_literal | ||
created: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/issued' | ||
format: 'xsd:dateTime' | ||
changed: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/modified' | ||
format: 'xsd:dateTime' | ||
uuid: | ||
value: | ||
predicate: '' | ||
format: '' | ||
langcode: | ||
value: | ||
predicate: 'http://joinup.eu/language' | ||
format: t_literal | ||
default_langcode: | ||
value: | ||
predicate: 'http://joinup.eu/language/default' | ||
format: literal | ||
content_translation_source: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_source' | ||
format: t_literal | ||
content_translation_outdated: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_outdated' | ||
format: t_literal | ||
content_translation_uid: | ||
target_id: | ||
predicate: 'http://joinup.eu/language/translation_author' | ||
format: t_literal | ||
content_translation_status: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_status' | ||
format: t_literal | ||
content_translation_created: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_created_time' | ||
format: t_literal | ||
content_translation_changed: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_changed_time' | ||
format: t_literal | ||
graph: | ||
default: 'http://joinup.eu/asset_distribution/published' | ||
entity_id_plugin: joinup_po_namespace |
65 changes: 1 addition & 64 deletions
65
...ules/custom/asset_distribution/config/install/rdf_entity.rdfentity.asset_distribution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,7 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
third_party_settings: | ||
rdf_entity: | ||
rdf_type: 'http://www.w3.org/ns/adms#AssetDistribution' | ||
mapping: | ||
rid: | ||
target_id: | ||
predicate: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' | ||
format: resource | ||
uid: | ||
target_id: | ||
predicate: '' | ||
format: '' | ||
label: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/title' | ||
format: t_literal | ||
created: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/issued' | ||
format: 'xsd:dateTime' | ||
changed: | ||
value: | ||
predicate: 'http://purl.org/dc/terms/modified' | ||
format: 'xsd:dateTime' | ||
uuid: | ||
value: | ||
predicate: '' | ||
format: '' | ||
langcode: | ||
value: | ||
predicate: 'http://joinup.eu/language' | ||
format: t_literal | ||
default_langcode: | ||
value: | ||
predicate: 'http://joinup.eu/language/default' | ||
format: literal | ||
content_translation_source: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_source' | ||
format: t_literal | ||
content_translation_outdated: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_outdated' | ||
format: t_literal | ||
content_translation_uid: | ||
target_id: | ||
predicate: 'http://joinup.eu/language/translation_author' | ||
format: t_literal | ||
content_translation_status: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_status' | ||
format: t_literal | ||
content_translation_created: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_created_time' | ||
format: t_literal | ||
content_translation_changed: | ||
value: | ||
predicate: 'http://joinup.eu/language/translation_changed_time' | ||
format: t_literal | ||
graph: | ||
default: 'http://joinup.eu/asset_distribution/published' | ||
draft: 'http://joinup.eu/asset_distribution/draft' | ||
entity_id_plugin: joinup_po_namespace | ||
third_party_settings: { } | ||
name: Distribution | ||
rid: asset_distribution | ||
description: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.