Skip to content

Commit

Permalink
updated LegalEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed May 9, 2022
1 parent 05919d9 commit 85bfc08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
2 changes: 1 addition & 1 deletion releases/2.00/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1 class="h1">Core Business Vocabulary</h1>
<div class="head" role="metainfo" id="metainfo">
<dl>
<dt>Source</dt><dd><a href="https://github.com/SEMICeu/Core-Business-Vocabulary/tree/master/releases/2.00">https://github.com/SEMICeu/Core-Business-Vocabulary/tree/master/releases/2.00</a></dd>
<!--<dt>Changelog</dt><dd><a href="[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/5438abe40bd3d90e3f64bd8877aef4fb4613fb99/CHANGELOG">[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/5438abe40bd3d90e3f64bd8877aef4fb4613fb99/CHANGELOG</a></dd>-->
<!--<dt>Changelog</dt><dd><a href="[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/074da9bd1e6ac431ecc07d9c8d069c4b9d7dde81/CHANGELOG">[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/074da9bd1e6ac431ecc07d9c8d069c4b9d7dde81/CHANGELOG</a></dd>-->
<dt>Feedback</dt><dd><a href="https://github.com/SEMICeu/Core-Business-Vocabulary/issues">https://github.com/SEMICeu/Core-Business-Vocabulary/issues</a></dd>
<!--<dt>Registry of standards</dt><dd><a href="Core-Business-Vocabulary">Core-Business-Vocabulary</a></dd>-->

Expand Down
36 changes: 13 additions & 23 deletions releases/2.00/shacl/core-business-ap-SHACL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://semiceu.github.io//shacl/core-business-ap-SHACL_en> <https://semiceu.github.io//shacl/core-business-ap-SHACL_enshapes> <https://semiceu.github.io//shacl/core-business-ap-SHACL_en#IdentifierShape>,
<https://semiceu.github.io//shacl/core-business-ap-SHACL_en#LegalEntityShape>,
<https://semiceu.github.io//shacl/core-business-ap-SHACL_en#AddressShape>,
<https://semiceu.github.io//shacl/core-business-ap-SHACL_en#FormalOrganizationShape> .

Expand Down Expand Up @@ -109,58 +110,47 @@
];
shacl:targetClass <http://www.w3.org/ns/adms#Identifier> .

[
<https://semiceu.github.io//shacl/core-business-ap-SHACL_en#LegalEntityShape> a shacl:NodeShape;
shacl:closed false;
shacl:property [
shacl:datatype rdf:langString;
shacl:description "Any name by which a Legal Entity is known, other than their legal name."@en;
shacl:name "alternative name"@en;
shacl:path dc:alternative
] .

[
], [
shacl:class <http://www.w3.org/ns/adms#Identifier>;
shacl:description "The unambiguous structured reference for the Legal Entity, which is different from the one denoting its legal status."@en;
shacl:name "identifier"@en;
shacl:path dc:identifier
] .

[
], [
shacl:class skos:Concept;
shacl:description "The area of work in which the Legal Entity is engaged."@en;
shacl:name "legal entity activity"@en;
shacl:path <http://www.w3.org/ns/legal#companyActivity>
] .

[
], [
shacl:class skos:Concept;
shacl:description "Information about the viability of the current position of the legal entity."@en;
shacl:name "legal entity status"@en;
shacl:path <http://www.w3.org/ns/legal#companyStatus>
] .

[
], [
shacl:class skos:Concept;
shacl:description "The classification of the Legal Entity as a member of a particular group in the context of legal registration."@en;
shacl:name "legal form type"@en;
shacl:path <http://www.w3.org/ns/legal#companyType>
] .

[
], [
shacl:class <http://www.w3.org/ns/adms#Identifier>;
shacl:description "The unambiguous structured reference assigned to the Legal Entity by the legal authority that registered it."@en;
shacl:name "legal identifier"@en;
shacl:path <http://www.w3.org/ns/legal#legalIdentifier>
] .

[
], [
shacl:datatype rdf:langString;
shacl:description "The name under which the Legal Entity is legally registered."@en;
shacl:name "legal name"@en;
shacl:path <http://www.w3.org/ns/legal#legalName>
] .

[
], [
shacl:class <http://www.w3.org/ns/locn#Address>;
shacl:description "The address at which the Legal Entity is legally registered."@en;
shacl:name "registered address"@en;
shacl:path <http://www.w3.org/ns/legal#registeredAddress>
] .
];
shacl:targetClass <http://www.w3.org/ns/legal#LegalEntity> .

0 comments on commit 85bfc08

Please sign in to comment.