From 0e4bedb8b1794c3f154c12e5598c68fa1cee6847 Mon Sep 17 00:00:00 2001 From: EmidioStani Date: Thu, 6 Jun 2024 14:54:05 +0200 Subject: [PATCH] fixed example --- releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld | 3 ++- releases/2.2.0/html/examples/example-rdf_legal_entity.ttl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld b/releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld index a3671aa..94cb774 100644 --- a/releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld +++ b/releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld @@ -87,7 +87,8 @@ "@type": "Identifier", "skos:notation": "0407.562.029", "dct:conformsTo": { - "@id": "https://economie.fgov.be/fr/themes/entreprises/banque-carrefour-des/actualites/structure-du-numero" + "@type": "xsd:anyURI", + "@value": "https://economie.fgov.be/fr/themes/entreprises/banque-carrefour-des/actualites/structure-du-numero" }, "rdfs:label": { "@language": "fr", diff --git a/releases/2.2.0/html/examples/example-rdf_legal_entity.ttl b/releases/2.2.0/html/examples/example-rdf_legal_entity.ttl index a579fdf..68d5979 100644 --- a/releases/2.2.0/html/examples/example-rdf_legal_entity.ttl +++ b/releases/2.2.0/html/examples/example-rdf_legal_entity.ttl @@ -22,7 +22,7 @@ ex:a a legal:LegalEntity ; ex:id a adms:Identifier ; skos:notation "0407.562.029" ; - dct:conformsTo ; + dct:conformsTo "https://economie.fgov.be/fr/themes/entreprises/banque-carrefour-des/actualites/structure-du-numero"^^xsd:anyURI ; adms:schemaAgency "Banque-Carrefour des Entreprises (BCE)" ; rdfs:label "numéro d’entreprise"@fr .