Skip to content

Commit 5d0cc1f

Browse files
fthobealex-jansen
andauthored
Refine vatID comment for clarity and standards (#4645)
* Refine vatID comment for clarity and standards Updated the comment for vatID property to include ISO 6523 and PEPOL prefix. * Update vatID comment for clarity and detail * Update schema.ttl small rephrasing --------- Co-authored-by: Alex Jansen <66065915+alex-jansen@users.noreply.github.com>
1 parent 259001d commit 5d0cc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/schema.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9814,7 +9814,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
98149814

98159815
:vatID a rdf:Property ;
98169816
rdfs:label "vatID" ;
9817-
rdfs:comment "The Value-added Tax ID of the organization or person." ;
9817+
rdfs:comment "The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix." ;
98189818
:domainIncludes :Organization,
98199819
:Person ;
98209820
:rangeIncludes :Text .

0 commit comments

Comments
 (0)