Skip to content

Commit

Permalink
Restricting hasGS1DigitalLink to Product, Offer, Organization, and Pl…
Browse files Browse the repository at this point in the history
…ace.
  • Loading branch information
alex-jansen committed May 15, 2024
1 parent 7d24cf8 commit 29600a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/ext/pending/issue-3475.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

:hasGS1DigitalLink a rdf:Property ;
rdfs:label "hasGS1DigitalLink" ;
:domainIncludes :Thing;
:domainIncludes :Product,
:Offer,
:Organization,
:Place;
:isPartOf <https://pending.schema.org> ;
:rangeIncludes :URL ;
:source <https://github.com/schemaorg/schemaorg/issues/3475> ;
Expand Down

1 comment on commit 29600a1

@alex-jansen
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restricting domain of hasDigitalLink to Product, Offer, Organization, and Place based on comments in #3475. Adding to Thing seems too broad,.

Please sign in to comment.