Skip to content

Commit

Permalink
update diagram and example
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Jun 6, 2024
1 parent cea1845 commit 01b2d4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion releases/2.2.0/html/examples/example-rdf_legal_entity.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
{
"adms": "http://www.w3.org/ns/adms#",
"cv": "http://data.europa.eu/m8g/",
"dct": "http://purl.org/dc/terms/",
"ex": "http://example.com/",
"legal": "http://www.w3.org/ns/legal#",
"legal-form": "http://data.europa.eu/ih3/legal-form/",
"locn": "http://www.w3.org/ns/locn#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}],
Expand Down Expand Up @@ -83,7 +85,15 @@
{
"@id": "ex:id",
"@type": "Identifier",
"skos:notation": "0407.562.029"
"skos:notation": "0407.562.029",
"dct:conformsTo": {
"@id": "https://economie.fgov.be/fr/themes/entreprises/banque-carrefour-des/actualites/structure-du-numero"
},
"rdfs:label": {
"@language": "fr",
"@value": "numéro d’entreprise"
},
"adms:schemaAgency": "Banque-Carrefour des Entreprises (BCE)"
}
]
}
7 changes: 6 additions & 1 deletion releases/2.2.0/html/examples/example-rdf_legal_entity.ttl
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <http://example.com/> .
@prefix legal: <http://www.w3.org/ns/legal#> .
@prefix legal-form: <http://data.europa.eu/ih3/legal-form/> .
@prefix locn: <http://w3.org/ns/locn#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

Expand All @@ -19,7 +21,10 @@ ex:a a legal:LegalEntity ;
cv:registrationDate "1952-09-27"^^xsd:date .

ex:id a adms:Identifier ;
skos:notation "0407.562.029" .
skos:notation "0407.562.029" ;
dct:conformsTo <https://economie.fgov.be/fr/themes/entreprises/banque-carrefour-des/actualites/structure-du-numero> ;
adms:schemaAgency "Banque-Carrefour des Entreprises (BCE)" ;
rdfs:label "numéro d’entreprise"@fr .

ex:address a locn:Address ;
locn:adminUnitL1 "Belgique"@fr ;
Expand Down
Binary file modified releases/2.2.0/html/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01b2d4f

Please sign in to comment.